MCP server exposing 2 tools for gov-bids.
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/gov-bids/mcp
Content-Type: application/json
{"jsonrpc":"2.0","id":1,"method":"tools/list"}
open_bids_search — Find OPEN US government bid solicitations (RFPs/RFQs/IFBs) that vendors can currently respond to, from city & county procurement portals — updated daily. Filter by keyword (matches solicitation title/reference), jurisdiction, and closing window. Returns each opportunity with title, reference number, awarding jurisdiction, close date, and the URL to respond. By default returns OPEN bids sorted by soonest close date; set status to 'closed' or 'all' to search past solicitations too (we retain history). Use for 'what is <city/county> currently bidding out' or 'open RFPs for <keyword>'. This is LIVE OPEN BIDS (for awarded contracts use gov_contracts_search).gov_bids_jurisdictions — List the US city & county procurement portals covered by open_bids_search, with each jurisdiction key, name, and current open-bid count.Code samples (curl / TypeScript / one-click client install), schemas, and the live playground are on the pack page:
https://pipeworx.io/packs/gov-bids/
Pipeworx is an open MCP gateway connecting AI agents to live data. pipeworx.io