Connects Claude to the US Treasury's Fiscal Data API through the Pipeworx gateway. The source doesn't list specific tools, but Treasury Fiscal Data typically covers federal spending, revenue, debt, and budget datasets. You'd reach for this when building financial analysis workflows that need authoritative government fiscal data without writing API client code yourself. Works via streamable HTTP and includes an ask_pipeworx helper that lets you query in plain English instead of calling tools directly. Part of a larger gateway offering 673+ data sources, so you can add just this endpoint or connect to the full suite.
Treasury Fiscal MCP — US Treasury Fiscal Data API
Part of Pipeworx — an MCP gateway connecting AI agents to 673+ live data sources.
| Tool | Description |
|---|
Add to your MCP client (Claude Desktop, Cursor, Windsurf, etc.):
{
"mcpServers": {
"treasury-fiscal": {
"url": "https://gateway.pipeworx.io/treasury-fiscal/mcp"
}
}
}
Or connect to the full Pipeworx gateway for access to all 673+ data sources:
{
"mcpServers": {
"pipeworx": {
"url": "https://gateway.pipeworx.io/mcp"
}
}
}
Instead of calling tools directly, you can ask questions in plain English:
ask_pipeworx({ question: "your question about Treasury Fiscal data" })
The gateway picks the right tool and fills the arguments automatically.
MIT
com.mcparmory/google-sheets
domdomegg/google-sheets-mcp
henilcalagiya/google-sheets-mcp
cct15/war-dashboard-data
moooonad/mcp-google-sheets-full
io.github.br0ski777/csv-to-json