← jurisdictional.org

INDIVIDUAL MCP TOOL

get_body_details

Get comprehensive details for a specific governing body by ID, including jurisdiction and agency associations.

jurisdictional.orgnone authenticationAvailability not checked

LIVE ENDPOINT

https://jurisdictional.org/api/mcp/message

No auth detected

Connect to this endpoint to inspect the live schema for get_body_details 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

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

.mcp.json

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

Settings → Connectors → Add custom connector

Name: jurisdictional
Remote MCP URL: https://jurisdictional.org/api/mcp/message

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

.vscode/mcp.json

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

Client-specific MCP configuration

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

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

Related tools

  • set_location — Set the user's location by street address or coordinates.
  • explore — Search civic data with jurisdiction scoping and topic filtering.
  • search_jurisdictions — Search for jurisdictions by name or location.
  • get_jurisdiction_details — Get detailed information about a specific jurisdiction by ID.
  • find_jurisdictions_at_point — Find all jurisdictions that contain a specific latitude/longitude point.
  • get_pending_tasks — Get prioritized sourcing tasks for a jurisdiction — specific things jurisdictional.org needs help with.
  • get_coverage — Get entity coverage summary and contribution recommendations for a jurisdiction.
  • get_next_uncovered — Returns the highest-priority jurisdictions with zero agencies — the best next targets for data gathering.