PluginBench
MCP Server

io.github.urbanmorph/bharatlas-mcp MCP Server

io.github.urbanmorph/bharatlas-mcp

What is the io.github.urbanmorph/bharatlas-mcp MCP server?

Query India's open geo data. Locate, filter, nearby search across layers.

How to install io.github.urbanmorph/bharatlas-mcp

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "bharatlas-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "bharatlas-mcp"
      ]
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "bharatlas-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "bharatlas-mcp"
      ]
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "bharatlas-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "bharatlas-mcp"
      ]
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "bharatlas-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "bharatlas-mcp"
      ]
    }
  }
}
Claude Code
claude mcp add bharatlas-mcp -- npx -y bharatlas-mcp

Related MCP servers

Adversarial behavioural-bias engine — audits your decisions for cognitive biases via your own AI.

View repository →