{
  "name": "GoveBid",
  "description": "Government tender intelligence API. Aggregates procurement opportunities from SAM.gov, TED Europa, UNGM, World Bank, AfDB, and USA Spending. Designed for AI agents and procurement intelligence platforms.",
  "url": "https://govebid.com",
  "version": "1.0.0",
  "provider": {
    "organization": "GoveBid",
    "url": "https://govebid.com"
  },
  "documentationUrl": "https://govebid.com/api/v1/docs",
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "stateTransitionHistory": false
  },
  "authentication": {
    "schemes": ["apiKey"],
    "credentials": "API key passed in X-API-Key header. Get one free at https://govebid.com"
  },
  "defaultInputModes": ["application/json"],
  "defaultOutputModes": ["application/json"],
  "skills": [
    {
      "id": "search_tenders",
      "name": "Search Government Tenders",
      "description": "Query active procurement opportunities across SAM.gov, TED Europa, UNGM, World Bank, AfDB, and USA Spending. Filter by source, country, category, keyword, value range, and deadline.",
      "tags": ["tenders", "procurement", "government", "search"],
      "examples": [
        "Find IT consulting tenders in EU above $500k closing this month",
        "List all World Bank infrastructure projects in Africa"
      ]
    },
    {
      "id": "get_tender_detail",
      "name": "Get Tender Detail",
      "description": "Retrieve full information about a specific tender including title, organization, deadline, value, eligibility, and source URL.",
      "tags": ["tender", "detail"]
    },
    {
      "id": "tender_stats",
      "name": "Aggregated Tender Statistics",
      "description": "Summary statistics across sources (counts, total value, top countries/sectors). Starter+ tier.",
      "tags": ["stats", "analytics"]
    }
  ],
  "endpoints": {
    "rest": "https://govebid.com/api/v1",
    "mcp": "https://govebid.com/api/v1/mcp",
    "openapi": "https://govebid.com/api/v1/openapi.json"
  },
  "contact": {
    "email": "admin@govebid.com",
    "support": "https://govebid.com/#/support"
  },
  "license": "Commercial",
  "pricing": {
    "free": "50 calls/day on RapidAPI BASIC plan",
    "paid": "Starter / Pro / Enterprise tiers — see https://rapidapi.com"
  }
}
