You're viewing a demo portfolio

Join the waitlist
PRSM

govcon_search_contract_awards

Active

Tool of DataNexus MCP

declared in 3.4.2

Search government contract awards by keyword, agency, and date range. keyword: Contract scope e.g. "cybersecurity software". agency: Awarding agency e.g. "Department of Defense". Optional. date_from: Earliest award date ISO 8601 e.g. "2024-01-31". Optional. jurisdiction: "US", "EU", or "UK". Default "US". Returns: award amounts, recipient vendors, NAICS codes, award dates. Use govcon_fetch_vendor_contract_history for all contracts by a specific vendor. Use govcon_fetch_open_solicitations for active bids, not past awards. Source: USASpending.gov + SAM.gov. 4-hour cache. Example: search_contract_awards(keyword="cybersecurity software", agency="Department of Defense")

Parameters schema

{
  "type": "object",
  "required": [
    "keyword"
  ],
  "properties": {
    "agency": {
      "type": "string",
      "default": "",
      "description": "Awarding agency name e.g. Department of Defense. Optional."
    },
    "keyword": {
      "type": "string",
      "description": "Search terms describing the contract scope e.g. cybersecurity software. Required."
    },
    "date_from": {
      "type": "string",
      "default": "",
      "description": "Earliest award date ISO 8601 e.g. 2024-01-31. Optional."
    },
    "jurisdiction": {
      "type": "string",
      "default": "US",
      "description": "Jurisdiction: US, EU, or UK. Default US. Optional."
    }
  },
  "additionalProperties": false
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

DataNexus MCP

1/7 registries
View full server →
govcon_search_contract_awards — DataNexus MCP — PRSM MCP