← Registry

Data Collection

jurisdictional.org

Provides access to civic data by jurisdiction, allowing users to set locations, search and explore data, and find jurisdiction details.

1 endpoint19 known toolsFirst detected August 26, 2026Last detected August 26, 2026

ENDPOINT 1

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

No auth detected

MCP server metadata

Name
jurisdictional
Version
1.0.0
Capabilities
tools

Known tools 19

set_location

Set the user's location by street address or coordinates.

Inferred read-only
explore

Search civic data with jurisdiction scoping and topic filtering.

Inferred read-only
search_jurisdictions

Search for jurisdictions by name or location.

Inferred read-only
get_jurisdiction_details

Get detailed information about a specific jurisdiction by ID.

Inferred read-only
find_jurisdictions_at_point

Find all jurisdictions that contain a specific latitude/longitude point.

Inferred read-only
get_pending_tasks

Get prioritized sourcing tasks for a jurisdiction — specific things jurisdictional.org needs help with.

Inferred read-only
get_coverage

Get entity coverage summary and contribution recommendations for a jurisdiction.

Inferred read-only
get_next_uncovered

Returns the highest-priority jurisdictions with zero agencies — the best next targets for data gathering.

Inferred read-only
search_agencies

Search for government agencies by name, description, or contact information.

Inferred read-only
get_agency_details

Get comprehensive details for a specific government agency by ID, including all associated services and jurisdiction information.

Inferred read-only
find_agencies_near_point

Find all government agencies within a specified radius of geographic coordinates (latitude/longitude).

Inferred read-only
search_services

Search for public services by name, description, eligibility requirements, or contact information.

Inferred read-only
get_service_details

Get comprehensive details for a specific public service by ID, including agency and jurisdiction information.

Inferred read-only
find_services_near_point

Find all public services within a specified radius of geographic coordinates (latitude/longitude).

Inferred read-only
search_people

Search for public officials and government employees by name, position, or contact information.

Inferred read-only
get_person_details

Get comprehensive details for a specific public official by ID, including all positions held (current and historical tenures).

Inferred read-only
search_bodies

Search for governing bodies (city councils, commissions, boards) by name or legislative type.

Inferred read-only
search_positions

Search for positions (seats/roles) within governing bodies.

Inferred read-only
get_body_details

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

Inferred read-only

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.

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.