The full upstream README, mirrored here for reference. Install config, tool schemas, adoption signals, and an original overview live on the Govbid MCP Server listing page.
A remote Model Context Protocol (MCP) server that gives AI agents direct, structured access to U.S. federal contract opportunities sourced from SAM.gov (System for Award Management), the official U.S. government procurement portal.
This server exposes the GovBid Global API data through MCP tools so that any MCP-compatible AI agent (Claude, other LLM agents, etc.) can search, filter, and retrieve federal bid/opportunity data autonomously.
https://govbid-mcp-server.gaikotsuimageprocessing.workers.dev/mcpGovBid Global API MCP Server acts as a bridge between AI agents and live U.S. federal procurement data. Instead of scraping or manually querying SAM.gov, an AI agent can call this server's tools to:
| Tool | Auth required | Description |
|---|---|---|
get_api_info | No | Returns metadata about the API: name, version, description, license, and the llms.txt URL. |
search_opportunities | Yes (api_key) | Searches federal contract opportunities. Supports filtering by department, days (lookback window), and limit (result count). |
get_opportunity_detail | No | Returns the official SAM.gov source URL for a specific opportunity by ID. |
https://govbid-mcp-server.gaikotsuimageprocessing.workers.dev/mcpgovbid-mvp — the underlying data API (Cloudflare Worker + D1) that this MCP server wraps.Built with the Cloudflare Workers remote-mcp-authless template, backed by Cloudflare D1 for data storage and GitHub Actions for daily automated ingestion from SAM.gov.