★ 2 stars
TypeScript
🤖 AI/LLM
Updated today
Query US Treasury national debt, interest rates, exchange rates, and 80+ fiscal datasets via MCP. STDIO or Streamable HTTP.
View on GitHub →
Try with Claude — $10 free →
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"
]
}
}
}
Topics
ai-agentsbunfiscal-datagovernment-datamcpmcp-servermodel-context-protocolnational-debttreasurytypescript