@metaphase-tech/itspending-mcp
v0.1.3
Published
Model Context Protocol server for the public ITspending API. Exposes federal IT spending data as typed tools to Claude Code, Claude Desktop, Cursor, and other MCP clients.
Readme
@metaphase-tech/itspending-mcp
Model Context Protocol server for the public ITspending API. Lets MCP-aware agents (Claude Code, Claude Desktop, Cursor, Windsurf, ...) query federal IT spending data as typed tools instead of shelling out.
Install
Add to your MCP client config. For Claude Code:
// ~/.claude.json
{
"mcpServers": {
"itspending": {
"command": "npx",
"args": ["-y", "@metaphase-tech/itspending-mcp"]
}
}
}For Claude Desktop, edit claude_desktop_config.json with the same shape.
Tools
| Tool | What it does |
|---|---|
| agencies_list | One row per federal agency with FY totals |
| investments_list | Federal IT portfolio investments |
| cio_list | CIO risk ratings per investment over time |
| spending_list | Spending sliced by TBM tower category |
| cost_pools_list | Per-investment cost-pool spending |
| cost_savings_initiative_list | Reported cost savings by initiative |
| cost_savings_type_list | Reported cost savings by category |
| cost_savings_cumulative_list | Cumulative federal cost-savings totals |
| projects_list | Per-investment project rows |
| contracts_list | Per-investment contract rows |
| performance_list | Per-investment performance metrics |
| funding_list | Per-investment funding source rows |
| search | Case-insensitive substring search across investment titles |
| download | Fetch a pre-generated bulk dataset |
All list-style tools accept PostgREST query options: filter, select,
order, limit, offset, countExact.
License
Public-domain federal data. Software under the Protoware License v1.0.
