io.github.bhuvnsh/mcp-mapmyindia
mcp-mapmyindia
用于 Mappls / MapMyIndia API 的 MCP 服务器
一个 MCP(模型上下文协议) 服务器,将 Mappls / MapMyIndia API 作为工具提供给 Claude 等 AI 助手使用。支持地理编码、反向地理编码、地点搜索、周边发现、路线规划和距离计算——全部聚焦于印度的地图数据。
工具
工具 | 描述 |
| 将地址或地名转换为坐标 |
| 将坐标(纬度/经度)转换为人类可读的地址 |
| 通过查询字符串自动补全和搜索地点 |
| 在参考位置周围按关键词发现附近地点 |
| 获取两点之间的逐向导航路线(支持途经点) |
| 计算多个起点和终点之间的行驶距离和时间 |
| 使用 eLoc(Mappls 地点 ID)获取地点的详细信息 |
Related MCP server: NextBillion.ai MCP Server
设置
获取 API 凭证
在 https://apis.mappls.com 注册以获取以下任一:
API 密钥(更简单,适用于个人/测试用途)
OAuth 客户端凭证(推荐用于生产环境)
身份验证
在您的环境中设置以下任一选项:
选项 A — OAuth(客户端凭证): 推荐
export MAPPLS_CLIENT_ID=your_client_id
export MAPPLS_CLIENT_SECRET=your_client_secret选项 B — API 密钥:
export MAPPLS_API_KEY=your_api_key_here与 Claude Desktop 一起使用
添加到您的 claude_desktop_config.json:
{
"mcpServers": {
"mapmyindia": {
"command": "npx",
"args": ["-y", "@bhuvsh/mcp-mapmyindia"],
"env": {
"MAPPLS_CLIENT_ID": "your_client_id",
"MAPPLS_CLIENT_SECRET": "your_client_secret"
}
}
}
}或使用 API 密钥:
{
"mcpServers": {
"mapmyindia": {
"command": "npx",
"args": ["-y", "@bhuvnsh/mcp-mapmyindia"],
"env": {
"MAPPLS_API_KEY": "your_api_key_here"
}
}
}
}配置文件位置:
macOS:
~/Library/Application Support/Claude/claude_desktop_config.jsonWindows:
%APPDATA%\Claude\claude_desktop_config.json
开发
# 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 dev要求
Node.js >= 18
Mappls API 密钥或 OAuth 客户端凭证
贡献
欢迎贡献。请先提交 issue 讨论您想要更改的内容。拉取请求应包含测试。
许可证
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