{
  "markdown": "# mcp-govtrack\n\nGovTrack MCP — federal US Congress data (free, no auth)\n\nPart of [Pipeworx](https://pipeworx.io) — an MCP gateway connecting AI agents to 673+ live data sources.\n\n## Tools\n\n| Tool | Description |\n|------|-------------|\n| `get_bill` | Fetch a single bill by GovTrack numeric ID. Returns full status history, cosponsors, related bills, action timeline. |\n| `get_member` | Fetch a person record by GovTrack person ID. Returns full role history, ideology score, leadership score, twitterid, website. |\n| `get_vote_detail` | Fetch how each member voted on a roll-call vote. Returns per-member vote options (Yea / Nay / Present / Not Voting). |\n\n## Quick Start\n\nAdd to your MCP client (Claude Desktop, Cursor, Windsurf, etc.):\n\n```json\n{\n  \"mcpServers\": {\n    \"govtrack\": {\n      \"url\": \"https://gateway.pipeworx.io/govtrack/mcp\"\n    }\n  }\n}\n```\n\nOr connect to the full Pipeworx gateway for access to all 673+ data sources:\n\n```json\n{\n  \"mcpServers\": {\n    \"pipeworx\": {\n      \"url\": \"https://gateway.pipeworx.io/mcp\"\n    }\n  }\n}\n```\n\n## Using with ask_pipeworx\n\nInstead of calling tools directly, you can ask questions in plain English:\n\n```\nask_pipeworx({ question: \"your question about Govtrack data\" })\n```\n\nThe gateway picks the right tool and fills the arguments automatically.\n\n## More\n\n- [All tools and guides](https://github.com/pipeworx-io/examples)\n- [pipeworx.io](https://pipeworx.io)\n\n## License\n\nMIT\n",
  "bytes": 1424,
  "sha": "bc20ee2cf81a400c6c8ae997cef106e47f867024546df8aad2c0f168fb1a8d7c",
  "repo_slug": "pipeworx-io/mcp-govtrack",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_io_github_pipeworx_io_govtrack_d23a0969/readme"
}