Connects Claude directly to the US Treasury's Fiscal Data API without requiring authentication. Part of the Pipeworx gateway ecosystem, which aggregates 250+ data sources into a single MCP interface. You can either use this standalone server for Treasury-specific queries or tap into the full Pipeworx gateway for broader access. Includes an ask_pipeworx function that handles natural language queries and automatically routes them to the appropriate Treasury endpoints. Useful when you need to pull federal financial data, debt statistics, or government spending information into your AI workflows without managing API keys or parsing documentation.
Treasury MCP — US Treasury Fiscal Data public API (free, no auth)
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": {
"url": "https://gateway.pipeworx.io/treasury/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 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