io.github.bhuvnsh/mcp-mapmyindia✓
io.github.bhuvnsh/mcp-mapmyindia · v0.1.0
{}server.json
The full server descriptor as registered with IndusMCP.
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.bhuvnsh/mcp-mapmyindia",
"description": "MCP server for India maps - place search, nearby discovery, & directions powered by the Mappls API.",
"repository": {
"url": "https://github.com/bhuvnsh/mcp-mapmyindia",
"source": "github"
},
"version": "0.1.0",
"packages": [
{
"registryType": "npm",
"identifier": "@bhuvnsh/mcp-mapmyindia",
"version": "0.1.0",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Mappls API key — get one free at https://apis.mappls.com",
"format": "string",
"isSecret": true,
"name": "MAPPLS_API_KEY"
},
{
"description": "Mappls OAuth client ID (alternative to API key)",
"format": "string",
"name": "MAPPLS_CLIENT_ID"
},
{
"description": "Mappls OAuth client secret (used with CLIENT_ID)",
"format": "string",
"isSecret": true,
"name": "MAPPLS_CLIENT_SECRET"
}
]
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}