You're viewing a demo portfolio

Join the waitlist
PRSM

usa_award_search

Active

Tool of Usaspending

declared in 0.1.0

Search federal contract awards by keywords, agency, date range, or industry code (e.g., '541511' for IT consulting). Returns recipient, award amount, dates, and contract type.

Parameters schema

{
  "type": "object",
  "examples": [
    {
      "end_date": "2024-12-31",
      "keywords": [
        "cybersecurity"
      ],
      "start_date": "2024-01-01"
    },
    {
      "limit": 25,
      "naics": "541512",
      "agency": "Department of Defense",
      "end_date": "2024-12-31",
      "keywords": [
        "cloud",
        "infrastructure"
      ],
      "start_date": "2023-01-01"
    }
  ],
  "required": [
    "keywords",
    "start_date",
    "end_date"
  ],
  "properties": {
    "limit": {
      "type": "number",
      "description": "Number of results (1-100, default 10)"
    },
    "naics": {
      "type": "string",
      "description": "NAICS code to filter by (e.g., \"541512\")"
    },
    "agency": {
      "type": "string",
      "description": "Awarding agency name (e.g., \"Department of Defense\")"
    },
    "end_date": {
      "type": "string",
      "description": "End date in YYYY-MM-DD format"
    },
    "keywords": {
      "type": "array",
      "items": {
        "type": "string"
      },
      "description": "Search keywords (e.g., [\"cybersecurity\", \"cloud\"])"
    },
    "set_aside": {
      "type": "string",
      "description": "Set-aside type filter"
    },
    "start_date": {
      "type": "string",
      "description": "Start date in YYYY-MM-DD format"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

Usaspending

https://github.com/pipeworx-io/mcp-usaspending

1/7 registries
View full server →
usa_award_search — Usaspending — PRSM MCP