MCP server exposing 3 tools for committee-releases.
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/committee-releases/mcp
Content-Type: application/json
{"jsonrpc":"2.0","id":1,"method":"tools/list"}
search_committee_documents — Find documents published by a congressional committee on its own website — press releases, oversight letters, staff reports, released interview transcripts, investigation files and hearing material. Covers the House Oversight Committee and the Senate Homeland Security and Governmental Affairs Committee (HSGAC). Use for "what has House Oversight said about X", "the Oversight Committee letter to Y", "HSGAC investigation into Z", "transcripts the committee released". This material appears within hours, unlike the official printed record which lags by months (use search_congressional_documents for that). IMPORTANT: matches the document headline/slug, not the text inside documents or their PDF attachments — an empty result means no headline matched rather than that the subject is absent.get_committee_document — Read a committee document page: its headline, publication date, the text the committee published, and the attached documents (usually PDFs — letters, transcripts, reports) with URLs and sizes. Pass a url from search_committee_documents. Note that PDF text is NOT extracted — attachments are returned as links, so quote the page text and cite the attachment URL rather than claiming to have read the PDF.list_committee_document_types — List the congressional committees covered here, which document types each one publishes on its website, and what this source does and does not cover. Call when unsure which committee or doc_type answers a question.Code samples (curl / TypeScript / one-click client install), schemas, and the live playground are on the pack page:
https://pipeworx.io/packs/committee-releases/
Pipeworx is an open MCP gateway connecting AI agents to live data. pipeworx.io