๐Ÿ›๏ธ GoveBid MCP Streamable HTTP ยท stateless

Native Model Context Protocol endpoint exposing global government tenders to any MCP-compatible AI agent.

Endpoint: POST https://govebid.com/api/v1/mcp   ยท   Auth: Authorization: Bearer <api-key>

๐Ÿ”‘ Get a free API key (one call)

curl -X POST https://govebid.com/api/v1/keys/instant
# โ†’ { "key": "gb_โ€ฆ", "plan": "free", "daily_limit": 50 }

๐Ÿง  Claude Desktop

Add to ~/Library/Application Support/Claude/claude_desktop_config.json:

{
  "mcpServers": {
    "govebid": {
      "command": "npx",
      "args": ["mcp-remote", "https://govebid.com/api/v1/mcp",
               "--header", "Authorization: Bearer YOUR_KEY"]
    }
  }
}

โšก Cursor

Settings โ†’ MCP โ†’ Add server: name govebid, type http, URL https://govebid.com/api/v1/mcp, header Authorization: Bearer YOUR_KEY.

๐Ÿ›  Available tools

For the OpenAPI/REST surface see /api/v1/docs.