@pipeworx/mcp-treasury
MCP server for US Treasury Fiscal Data. Free, no auth required.
Tools
| 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 |
Quickstart (Pipeworx Gateway)
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": {}
}
}'
License
MIT