MCP server for Mappls (MapMyIndia) β India-first maps API for AI agents
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
π‘ Paste into ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)
An MCP (Model Context Protocol) server for Mappls β India's own maps platform (MapMyIndia). Gives AI agents accurate geocoding, routing, nearby search, and more for Indian addresses and locations.
Built because Google Maps MCP exists, but nothing existed for India-first location data.
| Tool | Description |
|---|---|
geocode | Address or place name β lat/lng |
reverse_geocode | lat/lng β human-readable Indian address |
autosuggest | Autocomplete suggestions as user types |
text_search | Search by keyword or brand (e.g. "Starbucks Delhi") |
nearby_search | Find hospitals, ATMs, petrol pumps, restaurants near a point |
place_details | Full details for a place using its eLoc code |
address_analytics | Standardize a raw address into structured components |
validate_pincode | Validate a 6-digit pincode, get district + state |
| Tool | Description |
|---|---|
get_directions | Turn-by-turn directions (driving/biking/walking) |
get_directions_with_traffic | Traffic-aware ETA using real-time conditions |
distance_matrix | Distances + durations between multiple points |
distance_matrix_with_traffic | Traffic-aware distance matrix |
poi_along_route | Find fuel stations, restaurants, ATMs along a route |
snap_to_road | Snap raw GPS coordinates to nearest road |
| Tool | Description |
|---|---|
elevation | Altitude above sea level for any lat/lng point |
aerial_distance | Straight-line (crow-fly) distance between two points |
still_map_image | Generate a static map image URL for any location |
The free tier includes generous API limits suitable for development and small projects.
Or run directly without installing:
Or clone and build locally:
Set your API key as an environment variable:
Edit ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows):
Add to your MCP settings:
If you cloned the repo:
Once connected, ask your AI agent:
28.6139, 77.2090)nearby_search uses plain keywords like "hospital", "atm", "restaurant" β Mappls maps these to category codes automaticallypoi_along_route requires the encoded polyline from the geometry field of a get_directions responsestill_map_image returns a URL β the image is a PNG map tileMIT β built by AmanMakesStuff
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/mappls-mcp)<a href="https://allmcps.com/mcp/mappls-mcp"><img src="https://allmcps.com/api/badge/mappls-mcp?style=directory" alt="Mappls Mcp on AllMCPs" /></a>