gao_protests_coverage
Pack: gao-protests · Endpoint: https://gateway.pipeworx.io/gao-protests/mcp
How much GAO bid-protest data this pack currently holds: total decisions, the earliest and most recent decided_on dates, and when the daily crawl last ran. Use this before relying on gao_protests_recent/search to know how far back coverage actually goes — it grows by ~5 decisions per daily crawl rather than starting with GAO’s full archive.
Example call
Arguments
{}
curl
curl -X POST https://gateway.pipeworx.io/gao-protests/mcp \
-H 'Content-Type: application/json' \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"gao_protests_coverage","arguments":{}}}'
TypeScript (@pipeworx/sdk)
import { Pipeworx } from '@pipeworx/sdk';
const pipeworx = new Pipeworx();
const result = await pipeworx.call('gao_protests_coverage', {});
Connect
Add this to your MCP client config, or use one-click install buttons:
{
"mcpServers": {
"gao-protests": {
"url": "https://gateway.pipeworx.io/gao-protests/mcp"
}
}
}
See Getting Started for client-specific install steps.