You're viewing a demo portfolio

Join the waitlist
PRSM

usa_spending_by_category

Active

Tool of Usaspending

declared in 0.1.0

Analyze federal spending by industry, product/service, recipient, or agency. Returns spending totals per category. Use for market research and identifying government contracting opportunities.

Parameters schema

{
  "type": "object",
  "examples": [
    {
      "category": "naics",
      "end_date": "2024-12-31",
      "start_date": "2024-01-01"
    },
    {
      "limit": 50,
      "agency": "General Services Administration",
      "category": "recipient",
      "end_date": "2024-12-31",
      "keywords": [
        "software"
      ],
      "start_date": "2023-01-01"
    }
  ],
  "required": [
    "category",
    "start_date",
    "end_date"
  ],
  "properties": {
    "limit": {
      "type": "number",
      "description": "Number of results (1-100, default 10)"
    },
    "agency": {
      "type": "string",
      "description": "Optional awarding agency name filter"
    },
    "category": {
      "type": "string",
      "description": "Category to group by: naics, psc, recipient, awarding_agency, awarding_subagency"
    },
    "end_date": {
      "type": "string",
      "description": "End date in YYYY-MM-DD format"
    },
    "keywords": {
      "type": "array",
      "items": {
        "type": "string"
      },
      "description": "Optional keywords to filter spending"
    },
    "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_spending_by_category — Usaspending — PRSM MCP