Query US Treasury national debt, interest rates, exchange rates, and 80+ fiscal datasets via MCP. STDIO or Streamable HTTP.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"treasury-fiscaldata-": {
"command": "npx",
"args": [
"-y",
"cyanheads/treasury-fiscaldata-mcp-server"
]
}
}
}
Run in terminal:
claude mcp add treasury-fiscaldata- npx -y cyanheads/treasury-fiscaldata-mcp-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"treasury-fiscaldata-": {
"command": "npx",
"args": [
"-y",
"cyanheads/treasury-fiscaldata-mcp-server"
]
}
}
}