MCP Server
MCP
io.github.bhuvnsh/mcp-mapmyindia
MCP server for India maps - place search, nearby discovery, & directions powered by the Mappls API.
Install
npx -y @bhuvnsh/[email protected]
Configuration Example
{
"remotes": [],
"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"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment