gao_protests_search

Pack: gao-protests · Endpoint: https://gateway.pipeworx.io/gao-protests/mcp

Search accumulated GAO bid-protest decisions by protester (company) name, e.g. “has been cited in a bid protest” or “which GAO protests did Boeing file”. Case-insensitive partial match. Only searches decisions already in this pack’s rolling accumulation (see gao_protests_coverage) — not a full-text search of GAO’s archive, which is not reachable from here.

Parameters

NameTypeRequiredDescription
protesterstringyesProtester/company name or partial name, e.g. “Guernsey” or “FCN”.
limitnumber,stringnoMax rows (1-100, default 25).

Example call

Arguments

{
  "protester": "Guernsey"
}

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_search","arguments":{"protester":"Guernsey"}}}'

TypeScript (@pipeworx/sdk)

import { Pipeworx } from '@pipeworx/sdk';
const pipeworx = new Pipeworx();

const result = await pipeworx.call('gao_protests_search', {
  "protester": "Guernsey"
});

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.

Regenerated from source · build August 31, 2026