
Mcp Mapmyindia
Give agents Mappls-powered place search, nearby POI discovery, and directions for India-first location features.
Overview
io.github.bhuvnsh/mcp-mapmyindia is a MCP server for the Build phase that connects agents to Mappls for India place search, nearby discovery, and directions.
What is this MCP server?
- Place search, nearby discovery, and directions tailored to India via Mappls (MapmyIndia) API
- npm package @bhuvnsh/mcp-mapmyindia v0.1.0 with stdio transport
- Auth via MAPPLS_API_KEY or MAPPLS_CLIENT_ID plus MAPPLS_CLIENT_SECRET
- Free API key signup documented at apis.mappls.com
- stdio MCP suited to Claude Code and Cursor local configs
- npm package version 0.1.0
- 3 credential environment variables documented (API key or OAuth pair)
- stdio transport only in published packages block
What problem does it solve?
Global map APIs miss India-specific coverage and your agent cannot call Mappls unless you wire endpoints manually.
Who is it for?
Solo builders shipping India-local SaaS, logistics, or on-demand apps who already use Mappls or need an agent-friendly wrapper.
Skip if: Products focused outside India, teams needing only static maps with no agent, or builders avoiding third-party map billing.
What do I get? / Deliverables
After install and API key setup, agents can run India map queries through MCP while you implement the product UX.
- Agent-accessible India place search and routing tools
- Configured Mappls credentials in local MCP environment
- Faster iteration on location-backed features without hand-written REST glue each session
Recommended MCP Servers
Journey fit
India map APIs are integrated while you build location-aware apps, not during abstract idea brainstorming. Integrations fits npm stdio MCP servers that wrap the Mappls API with MAPPLS_API_KEY or OAuth client credentials.
How it compares
Regional maps MCP integration, not a self-hosted tile server or SEO geo tool.
Common Questions / FAQ
Who is io.github.bhuvnsh/mcp-mapmyindia for?
Developers building India-centric location features who want Claude Code or Cursor to call Mappls search, nearby, and directions via MCP.
When should I use io.github.bhuvnsh/mcp-mapmyindia?
Use it during backend and agent-tool integration while implementing address lookup, store finder, or routing for Indian markets.
How do I add io.github.bhuvnsh/mcp-mapmyindia to my agent?
Install @bhuvnsh/mcp-mapmyindia from npm, set MAPPLS_API_KEY (or client ID and secret), add the stdio server to your agent MCP config, and invoke map tools from your session.