@pipeworx/govtrack
Connect: https://gateway.pipeworx.io/govtrack/mcp · Install: one-click buttons
Tools: 6
GovTrack.us MCP — US Congress bills, members, votes, ideology scores. No auth.
Tools
search_bills(q?, congress?, current_status?, sponsor?, bill_type?, order_by?, limit?, offset?)get_bill(bill_id)search_members(role_type?, state?, party?, current?, congress?, district?, limit?, offset?)get_member(person_id)search_votes(congress?, chamber?, category?, related_bill?, created__gte?, created__lte?, order_by?, limit?, offset?)get_vote_detail(vote_id)
Data source
https://www.govtrack.us/api/v2 — no key, IP-rate-limited.
Tools
- search_bills — Search federal congressional bills. Filter by congress (e.g., 118 = 2023-2024), current_status, sponsor person ID, free-text query. Returns title, status, sponsor, dates, prognosis if available.
- get_bill — Fetch a single bill by GovTrack numeric ID. Returns full status history, cosponsors, related bills, action timeline.
- search_members — Search current and historical congressional members. Filter by role_type (senator | representative), state, party, current (true/false).
- get_member — Fetch a person record by GovTrack person ID. Returns full role history, ideology score, leadership score, twitterid, website.
- search_votes — Search roll-call votes. Filter by congress, chamber, category (passage | nomination | amendment | etc.), date range. Returns vote ID, motion, result, totals by party.
- get_vote_detail — Fetch how each member voted on a roll-call vote. Returns per-member vote options (Yea / Nay / Present / Not Voting).
Tools
-
get_bill— Fetch a single bill by GovTrack numeric ID. Returns full status history, cosponsors, related bills, action timeline. -
get_member— Fetch a person record by GovTrack person ID. Returns full role history, ideology score, leadership score, twitterid, website. -
get_vote_detail— Fetch how each member voted on a roll-call vote. Returns per-member vote options (Yea / Nay / Present / Not Voting). -
search_bills— Search federal congressional bills. Filter by congress (e.g., 118 = 2023-2024), current_status, sponsor person ID, free-text query. Returns title, status, sponsor, dates, prognosis if available. -
search_members— Search current and historical congressional members. Filter by role_type (senator | representative), state, party, current (true/false). -
search_votes— Search roll-call votes. Filter by congress, chamber, category (passage | nomination | amendment | etc.), date range. Returns vote ID, motion, result, totals by party.