pipeworx-io/mcp-treasury
MCP server for US Treasury fiscal data
Platform-specific configuration:
{
"mcpServers": {
"mcp-treasury": {
"command": "npx",
"args": [
"-y",
"mcp-treasury"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
MCP server for US Treasury Fiscal Data. Free, no auth required.
| Tool | Description | |------|-------------| | get_national_debt | Get the current US national debt (debt to the penny) | | get_treasury_rates | Get Treasury average interest rates | | get_federal_spending | Get federal net cost / spending by fiscal year |
curl -X POST https://gateway.pipeworx.io/mcp \
-H "Content-Type: application/json" \
-d '{
"jsonrpc": "2.0",
"id": 1,
"method": "tools/call",
"params": {
"name": "get_national_debt",
"arguments": {}
}
}'MIT
Loading reviews...