Install
openclaw skills install @brucegutman/pipeworx-treasuryUS fiscal data — national debt, Treasury interest rates, and federal spending breakdowns from the Treasury Fiscal Data API
openclaw skills install @brucegutman/pipeworx-treasuryOfficial US government fiscal data. Check the current national debt (down to the penny), browse Treasury average interest rates by security type, and analyze federal spending by category and fiscal year.
| Tool | Description |
|---|---|
get_national_debt | Current US national debt — total public debt outstanding |
get_treasury_rates | Average interest rates on Treasury securities by type and date |
get_federal_spending | Federal spending breakdown by budget function and fiscal year |
curl -s -X POST https://gateway.pipeworx.io/treasury/mcp \
-H "Content-Type: application/json" \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"get_national_debt","arguments":{}}}'
Returns the total public debt outstanding with the record date.
{
"mcpServers": {
"pipeworx-treasury": {
"command": "npx",
"args": ["-y", "mcp-remote@latest", "https://gateway.pipeworx.io/treasury/mcp"]
}
}
}