← Back to Plugins
MCP Server MCP

Geocoding

github By github 👁 1 views ▲ 0 votes

Forward and reverse geocoding, place search, and distance via OpenStreetMap Nominatim. No key.

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "registryBaseUrl": "https://registry.npmjs.org",
      "identifier": "geocode-mcp",
      "version": "1.0.2",
      "runtimeHint": "npx",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Descriptive User-Agent with contact info requested by OpenStreetMap, e.g. 'your-app [email protected]'",
          "name": "GEOCODE_USER_AGENT"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...