MCP Hub
Back to servers

nominatim

Nominatim MCP — wraps OpenStreetMap Nominatim geocoding API (free, no auth)

Registry
Updated
Apr 2, 2026

@pipeworx/mcp-nominatim

MCP server for geocoding and reverse geocoding via the OpenStreetMap Nominatim API. Free, no authentication required.

Tools

ToolDescription
search_addressForward geocode a free-form address or place name to coordinates
reverse_geocodeReverse geocode lat/lon coordinates to a human-readable address
lookupLook up OpenStreetMap objects by their OSM IDs

Quickstart via Pipeworx Gateway

curl -X POST https://gateway.pipeworx.io/mcp \
  -H "Content-Type: application/json" \
  -d '{
    "jsonrpc": "2.0",
    "method": "tools/call",
    "params": {
      "name": "nominatim__search_address",
      "arguments": { "query": "Eiffel Tower, Paris", "limit": 3 }
    },
    "id": 1
  }'

License

MIT

Reviews

No reviews yet

Sign in to write a review