apogeoapi mcp for Cursor
com.apogeoapi/apogeoapi-mcp
Geographic data API: 250+ countries, 150K+ cities, IP geolocation, 161 live FX rates.
client:Cursor
transport:stdio
runtime:npm
Install apogeoapi mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"apogeoapi-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@apogeoapi/mcp"
],
"env": {
"APOGEOAPI_KEY": "<APOGEOAPI_KEY>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs