You're viewing a demo portfolio

Join the waitlist
PRSM

usa_award_search

Active

Tool of Usaspending

declared in 0.1.0

Search US federal PROCUREMENT CONTRACTS / government contract awards for goods and services — by keywords, state where the work is performed, awarding agency, date range, or NAICS industry code (e.g., '541511' for IT consulting). Answers "find procurement contracts in <state>", "government contracts for <thing>", "federal awards to companies in Maryland". 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\")"
    },
    "state": {
      "type": "string",
      "description": "Place-of-performance US state, 2-letter code (e.g., \"MD\", \"TX\"). Filters to contracts performed in that state."
    },
    "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\"] or [\"goods\", \"services\"])"
    },
    "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 →