You're viewing a demo portfolio

Join the waitlist
PRSM

usa_spending_trends

Active

Tool of Usaspending

declared in 0.1.0

Track federal spending trends over time by keywords or agency, grouped by fiscal year, quarter, or month. Returns historical spending amounts for budget forecasting.

Parameters schema

{
  "type": "object",
  "examples": [
    {
      "group": "fiscal_year",
      "end_date": "2024-12-31",
      "keywords": [
        "artificial intelligence"
      ],
      "start_date": "2020-01-01"
    },
    {
      "group": "quarter",
      "agency": "Department of Energy",
      "end_date": "2024-12-31",
      "keywords": [
        "renewable energy"
      ],
      "start_date": "2023-01-01"
    }
  ],
  "required": [
    "keywords",
    "start_date",
    "end_date"
  ],
  "properties": {
    "group": {
      "type": "string",
      "description": "Time grouping: fiscal_year, quarter, or month (default fiscal_year)"
    },
    "agency": {
      "type": "string",
      "description": "Optional awarding agency name"
    },
    "end_date": {
      "type": "string",
      "description": "End date in YYYY-MM-DD format"
    },
    "keywords": {
      "type": "array",
      "items": {
        "type": "string"
      },
      "description": "Keywords to track spending for (e.g., [\"artificial intelligence\"])"
    },
    "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 →