Data Collection
ungovr.org
Provides government entity data, product coverage, and open records law information across countries.
ENDPOINT 1
https://mcp.ungovr.org/mcp
MCP server metadata
- Name
- ungovr-mcp
- Version
- 1.0.0
Known tools 10
list_countriesList all countries with government entity data in UnGovr, including entity counts and coverage metadata.
Inferred read-onlysearch_entitiesSearch government entities by country, optional state/province, name query, and entity type.
Inferred read-onlyget_product_coverageGet the full hierarchy of government entities where an UnGovr product is available.
Inferred read-onlyget_open_records_lawGet the open records law (FOIA/RTI equivalent) governing a jurisdiction: name, citation, response deadlines, fees, exemptions, appeal process, records retention rules and RTI rating.
Inferred read-onlysearch_transparency_lawsSearch government transparency laws across five domains: open records, open meetings, fiscal transparency, digital accessibility, and oversight bodies.
Inferred read-onlysearch_cgj_reportsSearch California Grand Jury reports by county, year, and/or title keyword.
Inferred read-onlylist_service_typesList available service request categories and types for a country.
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.ungovr-mcp]
url = "https://mcp.ungovr.org/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"ungovr-mcp": {
"type": "http",
"url": "https://mcp.ungovr.org/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: ungovr-mcp
Remote MCP URL: https://mcp.ungovr.org/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": {
"ungovr-mcp": {
"url": "https://mcp.ungovr.org/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"ungovr-mcp": {
"type": "http",
"url": "https://mcp.ungovr.org/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "ungovr-mcp",
"transport": "streamable-http",
"url": "https://mcp.ungovr.org/mcp"
}
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.