Loading MCP server directory, please wait...
Turn CSV or Excel data into styled choropleth and categorical maps of India from plain language.
npx @getmcp/cli add ai.latlong/map-mcpRequires Node.js 18+. Community-contributed server. Review source before installing.
X-Authorization-TokenYour LatLong access token (JWT). Issued by the LatLong auth service; the server verifies it on every call. Token lifetime is set by the auth service (dynamic duration).
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"ai.latlong/map-mcp": {
"url": "https://geocp.latlong.ai/mcp/",
"transport": "streamable-http",
"headers": {
"X-Authorization-Token": ""
}
}
}
}