← bharatviz.org

INDIVIDUAL MCP TOOL

rank_features

Sort features in any map layer by a numeric column and return the top or bottom N.

bharatviz.orgnone authenticationAvailability not checked

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 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).
  • get_demo_url — Generates a shareable BharatViz URL for a given demo dataset.