treasurydirect-mcp

jsconiers/treasurydirect-mcp
★ 0 stars Python API Integration Updated today
Free, key-less MCP server for the U.S. TreasuryDirect Securities/Auctions API: upcoming auction schedule, full auction results with bidder breakdown (primary dealer/direct/indirect/SOMA), bid-to-cover, and yields for Bills, Notes, Bonds, TIPS, FRNs, and CMBs.
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": {
    "treasurydirect-mcp": {
      "command": "uvx",
      "args": [
        "treasurydirect-mcp"
      ]
    }
  }
}

Or install with pip: pip install treasurydirect-mcp