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. The open- and set-aside-opportunity legs query SAM.gov, which requires a free API key — pass it via _apiKey or those legs return unavailable with a reason. SBIR solicitations and recent awards work without a key.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