{
  "markdown": "# GovBid Global API — MCP Server\n\nA remote [Model Context Protocol (MCP)](https://modelcontextprotocol.io) server that gives AI agents direct, structured access to **U.S. federal contract opportunities** sourced from [SAM.gov](https://sam.gov) (System for Award Management), the official U.S. government procurement portal.\n\nThis server exposes the [GovBid Global API](https://github.com/imgproc-git/govbid-mvp) 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.\n\n- **MCP Endpoint:** `https://govbid-mcp-server.gaikotsuimageprocessing.workers.dev/mcp`\n- **Data source:** SAM.gov Opportunities API (U.S. Government, Public Domain)\n- **Update frequency:** Daily, automated via GitHub Actions\n- **License:** MIT\n\n---\n\n## What this server does\n\nGovBid 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:\n\n- Discover the API's metadata and licensing terms\n- Search recent federal contract opportunities by department, date range, and result limit\n- Retrieve a direct link to the official SAM.gov page for a specific opportunity\n\n## Available MCP Tools\n\n| Tool | Auth required | Description |\n|------|---------------|-------------|\n| `get_api_info` | No | Returns metadata about the API: name, version, description, license, and the `llms.txt` URL. |\n| `search_opportunities` | Yes (`api_key`) | Searches federal contract opportunities. Supports filtering by `department`, `days` (lookback window), and `limit` (result count). |\n| `get_opportunity_detail` | No | Returns the official SAM.gov source URL for a specific opportunity by ID. |\n\n## How to connect\n\n### Cloudflare AI Playground\n\n1. Go to [Cloudflare AI Playground](https://playground.ai.cloudflare.com)\n2. Select **MCP Servers → Add**\n3. Enter the endpoint: `https://govbid-mcp-server.gaikotsuimageprocessing.workers.dev/mcp`\n\n### Generic MCP client configuration\n\n```json\n{\n  \"mcpServers\": {\n    \"govbid-global-api\": {\n      \"url\": \"https://govbid-mcp-server.gaikotsuimageprocessing.workers.dev/mcp\"\n    }\n  }\n}\n```\n\n## Data & Licensing\n\n- Underlying data originates from **SAM.gov**, operated by the U.S. General Services Administration (GSA), and is in the **public domain**.\n- This project (the server code) is licensed under the **MIT License** — see [LICENSE](./LICENSE).\n- This is an independent, unofficial project and is not affiliated with or endorsed by SAM.gov or the U.S. Government.\n\n## Related project\n\n- [`govbid-mvp`](https://github.com/imgproc-git/govbid-mvp) — the underlying data API (Cloudflare Worker + D1) that this MCP server wraps.\n\n## About\n\nBuilt 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.\n",
  "bytes": 2949,
  "sha": "7f3b9a5fe31e1a06e0dc09b4981814bdf0e9f2c70bddc512f5e352d98bbdf212",
  "repo_slug": "imgproc-git/govbid-mcp-server",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_io_github_imgproc_git_govbid_mcp_server_fa95fae1/readme"
}