Loading MCP server directory, please wait...
MCP server for US Treasury Fiscal Data — debt, interest rates, exchange rates, and spending.
npx @getmcp/cli add io.github.cyanheads/treasury-fiscaldata-mcp-serverRequires Node.js 18+. Community-contributed server. Review source before installing.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.cyanheads/treasury-fiscaldata-mcp-server": {
"command": "bun",
"args": [
"@cyanheads/treasury-fiscaldata-mcp-server",
"run",
"start:stdio"
],
"env": {
"CANVAS_PROVIDER_TYPE": "duckdb",
"MCP_LOG_LEVEL": "info"
}
}
}
}