HomeOther › apogeoapi-mcp

apogeoapi-mcp

Geographic data API: 250+ countries, 150K+ cities, IP geolocation, 161 live FX rates.

TypeScript Cloud
★ 1 stars Last pushed 2026-05-11 License: MIT

Topics: Location Services

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (npm 1.0.2)

npx -y @apogeoapi/[email protected]

Or add to your MCP client config:

{
  "mcpServers": {
    "apogeoapi-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@apogeoapi/[email protected]"
      ],
      "env": {
        "APOGEOAPI_KEY": "<YOUR_VALUE>"
      }
    }
  }
}
  • APOGEOAPI_KEY — API key from https://app.apogeoapi.com — free: 1,000 req/mo

This server takes extra arguments — see its repository.

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry