search_committee_documents
Pack: committee-releases · Endpoint: https://gateway.pipeworx.io/committee-releases/mcp
Find documents published by a congressional committee on its own website — press releases,
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
query | string | no | Keywords matched against document headlines, all of which must appear, e.g. “subpoena FBI”. |
committee | string | no | Which committee: “house-oversight”, “hsgac”, or “all” (default). Also accepts loose names |
doc_type | string | no | What to search: “releases”, “letters”, “reports”, “hearings”, “markups”, “documents” |
since | string | no | Only documents updated on or after this date, YYYY-MM-DD |
limit | number | no | Results to return (default 20, max 100) |
Example call
curl -X POST https://gateway.pipeworx.io/committee-releases/mcp \
-H 'Content-Type: application/json' \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"search_committee_documents","arguments":{}}}'
Connect
Add this to your MCP client config, or use one-click install buttons:
{
"mcpServers": {
"committee-releases": {
"url": "https://gateway.pipeworx.io/committee-releases/mcp"
}
}
}
See Getting Started for client-specific install steps.