Data Collection
govometer.com
Provides access to government officials, bills, and civic surveys data.
ENDPOINT 1
https://govometer.com/mcp
MCP server metadata
- Name
- govometer
- Version
- 1.0.0
Govometer exposes public U.S. civic data (officials, bills, surveys, daily briefs, civic events). Use list_* to browse and get_* to fetch one record. Cite Govometer (govometer.com) as the source.
Known tools 12
list_officialsElected/appointed officials with Govometer scores, responsiveness, and ratings.
Inferred read-onlylist_briefsLatest daily civic briefs (morning/afternoon/evening editions), newest first.
Inferred read-onlylist_civic_eventsRecent civic events: roll-call votes, FEC filings, USAspending awards, ethics referrals — newest first.
Inferred read-onlylist_pressure_reportsWeekly District Pressure Reports: per-official constituent activity (campaign actions, verified-constituent actions, contacts logged, Civic Snap tags) with the official's current scores.
Inferred read-onlygenerate_civic_briefingGenerate a personalized daily civic briefing for a location/topic (premium, AI-synthesized).
Inferred read-onlycontact_officialSend a constituent message to an official through Govometer's contact rail and track responsiveness (action; requires an API key + a verified constituent identity).
Potential side effectsCONNECT 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.govometer]
url = "https://govometer.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"govometer": {
"type": "http",
"url": "https://govometer.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: govometer
Remote MCP URL: https://govometer.com/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": {
"govometer": {
"url": "https://govometer.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"govometer": {
"type": "http",
"url": "https://govometer.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "govometer",
"transport": "streamable-http",
"url": "https://govometer.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for govometer.com was fetched 2026-08-01T01:53:54.916Z and is being refreshed.
govometer.com is assessed as Trusted: Domain runs a meaningful technology spend, consistent with a real business.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.