MCP server exposing 3 tools for govcon-intel.
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/govcon-intel/mcp
Content-Type: application/json
{"jsonrpc":"2.0","id":1,"method":"tools/list"}
govcon_contractor_profile — Vet a government contractor's registration, federal awards, and spending history. Returns certifications, past performance, award amounts, and contract count. Use when assessing vendor credibility or experience.govcon_opportunity_scan — Search open government contracts and grants by keyword or agency. Returns matching opportunities, set-asides (e.g., 8(a), HUBZone, SDVOSB), deadline dates, and active SBIR solicitations. Needs no API key: the opportunity legs read a local snapshot of SAM.gov's public Contract Opportunities extract. Pass a free SAM.gov key as _apiKey only to reach postings newer than that snapshot.govcon_agency_landscape — Get contracting activity and market insights for a federal agency (e.g., 'Department of Defense', 'NASA'). Returns spending trends, recent awards, SBIR stats, and top contractors by volume.Code samples (curl / TypeScript / one-click client install), schemas, and the live playground are on the pack page:
https://pipeworx.io/packs/govcon-intel/
Pipeworx is an open MCP gateway connecting AI agents to live data. pipeworx.io