UnGovr logo UnGovr

Model Context Protocol · Streamable HTTP

A live MCP server for open civic data

One endpoint gives AI agents government entities worldwide, transparency laws, California Grand Jury reports, and real government service requests.

https://mcp.ungovr.org/mcp

Listed in the MCP Registry as org.ungovr/mcp. No key needed for the public tools.

your browser ⇆ mcp.ungovr.org

Connect an agent

Point any MCP client at the endpoint above. Two common ways in:

Claude Code

claude mcp add --transport http ungovr https://mcp.ungovr.org/mcp

Any client with a JSON config

{
  "mcpServers": {
    "ungovr": {
      "type": "http",
      "url": "https://mcp.ungovr.org/mcp"
    }
  }
}

The full setup guide lives at https://www.ungovr.org/open-data/mcp. The California Grand Jury and service-request tools need a free API key from https://www.ungovr.org/open-data/api-keys.

Try the tools, right here

Everything below comes from the server's own tools/list answer, fetched when you opened this page. Public tools run straight from your browser, sending the same JSON-RPC 2.0 call an agent would. Your address shares 100 free public-tool calls a day with any other MCP use from the same IP.