You're viewing a demo portfolio

Join the waitlist
PRSM

spending_search_awards

Active

Tool of io.github.blackboxfoundry/livedatalink

declared in 1.0.0

Search federal awards (contracts, grants, loans) from USAspending.gov by recipient company, keyword, and/or awarding agency, with optional fiscal year and minimum amount. Returns each award's id, recipient, amount, awarding agency, type, start date, and description, sorted by amount.

Parameters schema

{
  "type": "object",
  "$schema": "http://json-schema.org/draft-07/schema#",
  "properties": {
    "limit": {
      "type": "number",
      "description": "Max rows (default 10, max 50)."
    },
    "agency": {
      "type": "string",
      "description": "Awarding agency name, e.g. 'Department of Defense'."
    },
    "keyword": {
      "type": "string",
      "description": "Free-text keyword across the award."
    },
    "category": {
      "type": "string",
      "description": "Award category: 'contracts' (default), 'grants', 'loans', or 'other'."
    },
    "recipient": {
      "type": "string",
      "description": "Recipient company/org name, e.g. 'Lockheed Martin'."
    },
    "min_amount": {
      "type": "number",
      "description": "Minimum award amount in USD."
    },
    "fiscal_year": {
      "type": "number",
      "description": "Federal fiscal year, e.g. 2024."
    }
  },
  "additionalProperties": false
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

io.github.blackboxfoundry/livedatalink

https://github.com/blackboxfoundry/livedatalink

2/7 registries
View full server →
spending_search_awards — io.github.blackboxfoundry/livedatalink — PRSM MCP