← govometer.com

INDIVIDUAL MCP TOOL

get_pressure_report

Fetch a single pressure-report record by id.

govometer.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://govometer.com/mcp

No auth detected

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

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • A tool name or description suggests retrieving external content.

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.