munge.sh

osm_geocode

Geocode any address or place name worldwide using OpenStreetMap Nominatim. Returns coordinates, bounding box, and structured address components. Works for addresses in any country — US, EU, Asia, Australia, Africa, and more.

Provider: OpenStreetMap & REST Countries · Required: query

Input schema

{
  "type": "object",
  "required": [
    "query"
  ],
  "properties": {
    "limit": {
      "type": "number",
      "description": "Max results (1–10, default 3)"
    },
    "query": {
      "type": "string",
      "description": "Address or place name, e.g. \"1600 Pennsylvania Ave, Washington DC\", \"Sydney Opera House\", \"Shibuya, Tokyo\""
    },
    "countrycodes": {
      "type": "string",
      "description": "Limit results to ISO country codes, e.g. \"us\", \"au,nz\", \"de,at,ch\" (optional)"
    }
  }
}

Calling this tool

Send an MCP tools/call request to https://munge.sh/mcp with name osm_geocode.