← bharatviz.org

INDIVIDUAL MCP TOOL

proximity_coverage

Bulk nearest-distance + within-radius coverage: for EACH source feature, returns the nearest target feature, its distance (km), whether it is within radiusKm, and how many targets fall within radiusKm (a density metric).

bharatviz.orgnone authenticationAvailability not checked

LIVE ENDPOINT

https://bharatviz.org/api/mcp

No auth detected

Connect to this endpoint to inspect the live schema for proximity_coverage and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

bharatviz.org

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.bharatviz]
url = "https://bharatviz.org/api/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "bharatviz": {
      "type": "http",
      "url": "https://bharatviz.org/api/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: bharatviz
Remote MCP URL: https://bharatviz.org/api/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "bharatviz": {
      "url": "https://bharatviz.org/api/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "bharatviz": {
      "type": "http",
      "url": "https://bharatviz.org/api/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "bharatviz",
  "transport": "streamable-http",
  "url": "https://bharatviz.org/api/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • list_available_maps — Lists all available India map layers — boundaries AND data layers.
  • list_states — Lists all state and union territory names available in a given map boundary set.
  • list_districts — Lists all districts available in a given district-level map boundary set.
  • render_states_map — Renders a choropleth map of India at the state level.
  • render_districts_map — Renders a choropleth map of India at the district or sub-district level.
  • get_csv_template — Returns a CSV template for a given map boundary set.
  • list_demos — Lists all available showcase demo datasets (NFHS-5 health indicators and IHME AMR estimates).
  • get_demo_url — Generates a shareable BharatViz URL for a given demo dataset.