Connects Claude to the GovTrack API for querying US Congressional data without authentication. You get three tools: fetch full bill details by ID (status, cosponsors, timeline), pull member records with voting history and ideology scores, and retrieve individual roll call votes showing how each legislator voted. Runs through Pipeworx's gateway, which means you can either call tools directly or use ask_pipeworx to pose questions in plain English and let it route to the right endpoint. Useful when you need to analyze legislation, track specific bills, or build tooling around Congressional voting patterns without managing API keys.
GovTrack MCP — federal US Congress data (free, no auth)
Part of Pipeworx — an MCP gateway connecting AI agents to 673+ live data sources.
| Tool | Description |
|---|---|
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). |
Add to your MCP client (Claude Desktop, Cursor, Windsurf, etc.):
{
"mcpServers": {
"govtrack": {
"url": "https://gateway.pipeworx.io/govtrack/mcp"
}
}
}
Or connect to the full Pipeworx gateway for access to all 673+ data sources:
{
"mcpServers": {
"pipeworx": {
"url": "https://gateway.pipeworx.io/mcp"
}
}
}
Instead of calling tools directly, you can ask questions in plain English:
ask_pipeworx({ question: "your question about Govtrack data" })
The gateway picks the right tool and fills the arguments automatically.
MIT
com.mcparmory/google-sheets
domdomegg/google-sheets-mcp
henilcalagiya/google-sheets-mcp
cct15/war-dashboard-data
moooonad/mcp-google-sheets-full
io.github.br0ski777/csv-to-json