MCP server exposing 4 tools for congress.
This URL is a JSON-RPC 2.0 endpoint over HTTP. Issue POST requests with a JSON-RPC body. Browsers and search crawlers land here on GET.
POST https://gateway.pipeworx.io/congress/mcp
Content-Type: application/json
{"jsonrpc":"2.0","id":1,"method":"tools/list"}
search_bills — Search US congressional bills by keyword. Returns bill type, number, title, status, sponsor, and introduction date. Use get_bill with the ID for full details.get_bill — Get full details for a congressional bill by its ID. Returns text, sponsors, cosponsors, committee assignments, actions, and vote history.get_members — Get current members of Congress with their name, party, state, district (for representatives), and contact information.get_votes — Get recent congressional votes on bills. Returns question, result, chamber, vote counts (yes/no/abstain), date, and related bill.Code samples (curl / TypeScript / one-click client install), schemas, and the live playground are on the pack page:
https://pipeworx.io/packs/congress/
Pipeworx is an open MCP gateway connecting AI agents to live data. pipeworx.io