apogeoapi-mcp
Geographic data API: 250+ countries, 150K+ cities, IP geolocation, 161 live FX rates.
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/mcp@1.0.2
Or add to your MCP client config:
{
"mcpServers": {
"apogeoapi-mcp": {
"command": "npx",
"args": [
"-y",
"@apogeoapi/mcp@1.0.2"
],
"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
qgis_mcp
connects QGIS Desktop to Claude AI through the MCP. This integration enables prompt-assisted project creation, layer loading, code…
Google Maps MCP Server
18 Google Maps tools for AI agents — geocode, search, directions, weather, and more.
GeoLens
Read-only access to a self-hosted GeoLens spatial catalog: datasets, features, maps, sandboxed SQL.
open-streetmap-mcp
An OpenStreetMap MCP server with location-based services and geospatial data.
gis-mcp
A Model Context Protocol (MCP) server implementation that connects Large Language Models (LLMs) to GIS operations using GIS libraries,…
cesium-mcp
Control CesiumJS 3D globes via MCP: camera, layers, entities, animation, and interaction.
Listed in punkpeye/awesome-mcp-servers (MIT)
Data from the Official MCP Registry