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.