← govometer.com

INDIVIDUAL MCP TOOL

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

govometer.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://govometer.com/mcp

No auth detected

Connect to this endpoint to inspect the live schema for contact_official and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Potential side effects detected · medium confidence · heuristic, not a guarantee.

  • A tool name or description contains a write-action term.
  • A tool name, description or schema mentions credentials.
  • A tool name or description suggests sending messages.

Parent server

govometer.com

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.

Related tools

  • list_officials — Elected/appointed officials with Govometer scores, responsiveness, and ratings.
  • get_official — Fetch a single official record by id.
  • list_bills — Curated bills tracked by Govometer.
  • get_bill — Fetch a single bill record by id.
  • list_surveys — Public civic surveys.
  • get_survey — Fetch a single survey record by id.
  • list_briefs — Latest daily civic briefs (morning/afternoon/evening editions), newest first.
  • list_civic_events — Recent civic events: roll-call votes, FEC filings, USAspending awards, ethics referrals — newest first.