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>
curl -X POST https://govebid.com/api/v1/keys/instant
# โ { "key": "gb_โฆ", "plan": "free", "daily_limit": 50 }
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"]
}
}
}
Settings โ MCP โ Add server: name govebid, type http,
URL https://govebid.com/api/v1/mcp, header
Authorization: Bearer YOUR_KEY.
catalog_stats โ totals + last updatelist_tenders โ filter by source / country / sector / status / valuesearch_tenders โ full-text queryget_tender โ fetch one by UUIDFor the OpenAPI/REST surface see /api/v1/docs.