usa_spending_by_agency
ActiveTool of Usaspending
declared in 0.1.0
Break down US federal contract spending by agency for a given fiscal year (default: current year) and optional quarter (1-4). Returns agency names, abbreviations, and dollar amounts from USAspending.gov.
Parameters schema
{
"type": "object",
"examples": [
{
"fiscal_year": "2024"
},
{
"quarter": 2,
"fiscal_year": "2023"
}
],
"properties": {
"quarter": {
"type": "number",
"description": "Fiscal quarter (1-4). Omit for full year."
},
"fiscal_year": {
"type": "string",
"description": "Four-digit fiscal year (e.g., \"2025\"). Defaults to current year."
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
Usaspending
https://github.com/pipeworx-io/mcp-usaspending
1/7 registries