io.github.bhuvnsh/mcp-mapmyindia
mcp-mapmyindia
MCP-Server für Mappls / MapMyIndia-APIs
Ein MCP (Model Context Protocol)-Server, der Mappls / MapMyIndia-APIs als Werkzeuge für KI-Assistenten wie Claude bereitstellt. Ermöglicht Geokodierung, umgekehrte Geokodierung, Ortssuche, Umgebungssuche, Routenführung und Entfernungsberechnungen – alles mit Fokus auf Indiens Kartendaten.
Werkzeuge
Werkzeug | Beschreibung |
| Konvertiert eine Adresse oder einen Ortsnamen in Koordinaten |
| Konvertiert Koordinaten (Breitengrad/Längengrad) in eine lesbare Adresse |
| Autovervollständigung und Suche nach Orten anhand einer Suchanfrage |
| Findet nahegelegene Orte anhand eines Schlüsselworts um einen Referenzstandort |
| Erhalten Sie Abbiegehinweise zwischen zwei Punkten (unterstützt Wegpunkte) |
| Berechnet Fahrstrecke und -zeit zwischen mehreren Start- und Zielorten |
| Ruft detaillierte Informationen zu einem Ort mithilfe seiner eLoc (Mappls-Orts-ID) ab |
Related MCP server: NextBillion.ai MCP Server
Einrichtung
API-Anmeldedaten abrufen
Registrieren Sie sich unter https://apis.mappls.com, um entweder Folgendes zu erhalten:
API-Schlüssel (einfacher, für den persönlichen/Testeinsatz)
OAuth-Clientanmeldedaten (für die Produktion empfohlen)
Authentifizierung
Legen Sie eine der folgenden Optionen in Ihrer Umgebung fest:
Option A – OAuth (Client-Anmeldedaten): EMPFOHLEN
export MAPPLS_CLIENT_ID=your_client_id
export MAPPLS_CLIENT_SECRET=your_client_secretOption B – API-Schlüssel:
export MAPPLS_API_KEY=your_api_key_hereVerwendung mit Claude Desktop
Fügen Sie Folgendes zu Ihrer claude_desktop_config.json hinzu:
{
"mcpServers": {
"mapmyindia": {
"command": "npx",
"args": ["-y", "@bhuvsh/mcp-mapmyindia"],
"env": {
"MAPPLS_CLIENT_ID": "your_client_id",
"MAPPLS_CLIENT_SECRET": "your_client_secret"
}
}
}
}Oder mit API-Schlüssel:
{
"mcpServers": {
"mapmyindia": {
"command": "npx",
"args": ["-y", "@bhuvnsh/mcp-mapmyindia"],
"env": {
"MAPPLS_API_KEY": "your_api_key_here"
}
}
}
}Speicherort der Konfigurationsdatei:
macOS:
~/Library/Application Support/Claude/claude_desktop_config.jsonWindows:
%APPDATA%\Claude\claude_desktop_config.json
Entwicklung
# Clone and install
git clone https://github.com/bhuvnsh/mcp-mappls.git
cd mcp-mappls
npm install
# Build
npm run build
# Run tests
npm test
# Watch mode (dev)
npm run devVoraussetzungen
Node.js >= 18
Ein Mappls-API-Schlüssel oder OAuth-Clientanmeldedaten
Mitwirken
Beiträge sind willkommen. Bitte eröffnen Sie zuerst ein Issue, um zu besprechen, was Sie ändern möchten. Pull-Requests sollten Tests enthalten.
Lizenz
This server cannot be installed
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseBqualityCmaintenanceEnables integration with Mapbox API for navigation and location services, including directions between coordinates or places, travel time/distance matrices, and geocoding to search places and convert addresses to coordinates.5MIT
- AlicenseNot gradedqualityCmaintenanceProvides geolocation, routing, and navigation tools including geocoding, place search, distance matrix, and turn-by-turn directions via NextBillion.ai APIs.81MIT

Magic Lane MCP Serverofficial
AlicenseBqualityBmaintenanceEnables AI agents to become geospatially intelligent assistants with tools for location search, smart routing, round trip planning, reverse geocoding, isochrone analysis, route visualization, geofence management, and interactive map display.8377Apache 2.0- AlicenseAqualityDmaintenanceEnables AI agents to perform geocoding, routing, nearby search, and other location-based tasks for Indian addresses using the Mappls (MapMyIndia) platform.17553MIT
Related MCP Connectors
Geospatial intelligence with Mapbox APIs like geocoding, POI search, directions, isochrones, etc.
Geoapify MCP — wraps the Geoapify Location Platform (geoapify.com)
HERE MCP — premium geocoding, places, and TRAFFIC-AWARE routing from HERE
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/bhuvnsh/mcp-mapmyindia'
If you have feedback or need assistance with the MCP directory API, please join our Discord server