← bharatviz.org

INDIVIDUAL MCP TOOL

get_demo_url

Generates a shareable BharatViz URL for a given demo dataset.

bharatviz.orgnone authenticationAvailability not checked

Input schema

{}

Risk classification

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

  • A tool name or description suggests retrieving external content.

Parent endpoint

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-org]
url = "https://bharatviz.org/api/mcp"
enabled = true
Claude Code

.mcp.json

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

Settings → Connectors → Add custom connector

Name: bharatviz-org
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-org": {
      "url": "https://bharatviz.org/api/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

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

Client-specific MCP configuration

{
  "name": "bharatviz-org",
  "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).
  • list_pincode_states — Lists all 38 Indian states and union territories that have pincode boundary data.