
Mappls Mcp
Give your coding agent Mappls (MapMyIndia) geocoding, routing, and place APIs for India-first products without hand-writing REST glue.
Overview
mappls-mcp is a MCP server for the Build phase that connects AI agents to Mappls (MapMyIndia) location APIs via stdio npm transport.
What is this MCP server?
- stdio MCP package mappls-mcp v2.0.0 on npm
- India-first Mappls (MapMyIndia) APIs exposed for AI agents
- Requires MAPPLS_API_KEY from https://maps.mappls.com/api
- GitHub source at AmanMakesStuff/mappls-mcp
- Agent-driven geocoding, search, and map workflows for IN deployments
- Package version 2.0.0
- Transport: stdio npm identifier mappls-mcp
- Required env: MAPPLS_API_KEY
Community signal: 2 GitHub stars.
What problem does it solve?
Building India-accurate geocoding and place search into an agent workflow means juggling Mappls REST docs and keys instead of callable MCP tools.
Who is it for?
Indie devs building India-focused SaaS, logistics, or hyperlocal apps who want Mappls inside agent-driven integration work.
Skip if: Products that only need US/EU Google Maps or offline map tiles with no Mappls account.
What do I get? / Deliverables
Your agent can query Mappls through MCP after you set MAPPLS_API_KEY and add the stdio server to your IDE or Claude Code.
- MCP tool access to Mappls India maps APIs from your coding agent
- Faster agent-assisted geocoding and place lookup during integration work
Recommended MCP Servers
Journey fit
Map and location APIs are wired during product build when you integrate third-party services into your app or agent tools. Integrations subphase is where npm stdio MCP servers like mappls-mcp plug Mappls into Claude Code, Cursor, or Codex.
How it compares
Regional maps API MCP integration, not a hosted evidence or ecommerce operations server.
Common Questions / FAQ
Who is mappls-mcp for?
Solo builders and small teams using MCP-enabled coding agents who ship or prototype India-first location features with Mappls credentials.
When should I use mappls-mcp?
Use it during build when you are integrating address search, geocoding, or routing for Indian users and want the agent to call Mappls directly.
How do I add mappls-mcp to my agent?
Install the npm package mappls-mcp, set the required secret MAPPLS_API_KEY, and register the stdio MCP server in Claude Code, Cursor, or your MCP client config.