← Registry

Data Collection

govometer.com

Provides access to government officials, bills, and civic surveys data.

1 endpoint12 known toolsFirst detected July 26, 2026Last detected September 8, 2026

ENDPOINT 1

https://govometer.com/mcp

No auth detected

MCP server metadata

Name
govometer
Version
1.0.0
Capabilities
tools
Server instructions

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_officials

Elected/appointed officials with Govometer scores, responsiveness, and ratings.

Inferred read-only
get_official

Fetch a single official record by id.

Inferred read-only
list_bills

Curated bills tracked by Govometer.

Inferred read-only
get_bill

Fetch a single bill record by id.

Inferred read-only
list_surveys

Public civic surveys.

Inferred read-only
get_survey

Fetch a single survey record by id.

Inferred read-only
list_briefs

Latest daily civic briefs (morning/afternoon/evening editions), newest first.

Inferred read-only
list_civic_events

Recent civic events: roll-call votes, FEC filings, USAspending awards, ethics referrals — newest first.

Inferred read-only
list_pressure_reports

Weekly 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-only
get_pressure_report

Fetch a single pressure-report record by id.

Inferred read-only
generate_civic_briefing

Generate a personalized daily civic briefing for a location/topic (premium, AI-synthesized).

Inferred read-only
contact_official

Send 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 effects

CONNECT 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.

Trust status Trusted

govometer.com is assessed as Trusted: Domain runs a meaningful technology spend, consistent with a real business.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.