← Back to Plugins
MCP Server MCP

io.github.bhuvnsh/mcp-mapmyindia

github By github 👁 1 views ▲ 0 votes

MCP server for India maps - place search, nearby discovery, & directions powered by the Mappls API.

Homepage Verified source GitHub

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

Comments

Sign in to leave a comment

Loading comments...