usa_spending_by_category
ActiveTool 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"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Usaspending
https://github.com/pipeworx-io/mcp-usaspending
1/7 registries