Data Collection
jurisdictional.org
Provides access to civic data by jurisdiction, allowing users to set locations, search and explore data, and find jurisdiction details.
ENDPOINT 1
https://jurisdictional.org/api/mcp/message
MCP server metadata
- Name
- jurisdictional
- Version
- 1.0.0
Known tools 19
get_jurisdiction_detailsGet detailed information about a specific jurisdiction by ID.
Inferred read-onlyfind_jurisdictions_at_pointFind all jurisdictions that contain a specific latitude/longitude point.
Inferred read-onlyget_pending_tasksGet prioritized sourcing tasks for a jurisdiction — specific things jurisdictional.org needs help with.
Inferred read-onlyget_coverageGet entity coverage summary and contribution recommendations for a jurisdiction.
Inferred read-onlyget_next_uncoveredReturns the highest-priority jurisdictions with zero agencies — the best next targets for data gathering.
Inferred read-onlysearch_agenciesSearch for government agencies by name, description, or contact information.
Inferred read-onlyget_agency_detailsGet comprehensive details for a specific government agency by ID, including all associated services and jurisdiction information.
Inferred read-onlyfind_agencies_near_pointFind all government agencies within a specified radius of geographic coordinates (latitude/longitude).
Inferred read-onlysearch_servicesSearch for public services by name, description, eligibility requirements, or contact information.
Inferred read-onlyget_service_detailsGet comprehensive details for a specific public service by ID, including agency and jurisdiction information.
Inferred read-onlyfind_services_near_pointFind all public services within a specified radius of geographic coordinates (latitude/longitude).
Inferred read-onlysearch_peopleSearch for public officials and government employees by name, position, or contact information.
Inferred read-onlyget_person_detailsGet comprehensive details for a specific public official by ID, including all positions held (current and historical tenures).
Inferred read-onlysearch_bodiesSearch for governing bodies (city councils, commissions, boards) by name or legislative type.
Inferred read-onlyget_body_detailsGet comprehensive details for a specific governing body by ID, including jurisdiction and agency associations.
Inferred read-onlyCONNECT 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.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.