INDIVIDUAL MCP TOOL
get_treasury_yield_curve
Full US Treasury par yield curve (1mo, 2mo, 3mo, 4mo, 6mo, 1y, 2y, 3y, 5y, 7y, 10y, 20y, 30y) for a date.
LIVE ENDPOINT
https://nexgendata-mcp-proxy.steve-corbeil.workers.dev/fred-treasury-macro-data-mcp/mcp
Connect to this endpoint to inspect the live schema for get_treasury_yield_curve and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.fred-treasury-macro-data-mcp]
url = "https://nexgendata-mcp-proxy.steve-corbeil.workers.dev/fred-treasury-macro-data-mcp/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"fred-treasury-macro-data-mcp": {
"type": "http",
"url": "https://nexgendata-mcp-proxy.steve-corbeil.workers.dev/fred-treasury-macro-data-mcp/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: fred-treasury-macro-data-mcp
Remote MCP URL: https://nexgendata-mcp-proxy.steve-corbeil.workers.dev/fred-treasury-macro-data-mcp/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"fred-treasury-macro-data-mcp": {
"url": "https://nexgendata-mcp-proxy.steve-corbeil.workers.dev/fred-treasury-macro-data-mcp/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"fred-treasury-macro-data-mcp": {
"type": "http",
"url": "https://nexgendata-mcp-proxy.steve-corbeil.workers.dev/fred-treasury-macro-data-mcp/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "fred-treasury-macro-data-mcp",
"transport": "streamable-http",
"url": "https://nexgendata-mcp-proxy.steve-corbeil.workers.dev/fred-treasury-macro-data-mcp/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
get_fred_series— Fetch a FRED economic data series — CPI, GDP, unemployment, fed funds rate, anything in FRED.get_upcoming_treasury_auctions— Treasury securities auction calendar — upcoming auctions in the next N days.get_auction_results— Treasury auction results — stop-out yield, bid-to-cover ratio, allotments, primary-dealer take.get_macro_dashboard— One-call combined macro snapshot for AI trading agents.