Yield dashboard
Current yield curve snapshot: full Treasury curve, key spreads, and average rates in one call.
$0.10
per call · one payment for the whole workflow
POST /api/skill/yield-dashboard
3 tools run server-side in one request. You pay once, settle once, and get a single response - no orchestration, no per-step payments, and a partial-success envelope if any step fails. USDC over x402 on any supported chain.
When to use this pack
Quick fixed-income read - is the curve inverted, what are spreads doing, and where are average rates.
Tools in this pack
All 3 run inside the single $0.10 call above. Each is also callable on its own if you only need one part.
- US Treasury daily yield curve GET /api/treasury-yield-curve Latest US Treasury daily constant-maturity yields (1mo, 3mo, 6mo, 1y, 2y, 3y, 5y, 7y, 10y, 20y, 30y) as clean JSON. Source: FRED DGS* series (St. Louis Fed), public domain, no key. No params - always returns the most recent published curve.
- Treasury yield-curve spreads + inversion GET /api/yield-curve-spread Derived 2s10s and 3m10y Treasury yield-curve spreads (in basis points) plus a boolean recession-signal flag when the curve is inverted. Source: FRED constant-maturity yields (public domain). No params.
- Average interest rates on Treasury securities GET /api/treasury-avg-rates Latest average interest rates the US Treasury is paying by security type (Bills, Notes, Bonds, TIPS, FRNs, marketable vs non-marketable). Public domain, no key. No params - returns the most recent reporting month.
Workflow
- Pull the live Treasury yield curve across all maturities.
- Get the 10Y-2Y and 10Y-3M spreads - inversion signals.
- Pull Treasury average interest rates for context on the cost of government debt.
Call it directly
Any x402 client pays the 402 and gets the whole workflow back in one response:
npx agent402-client call yield-dashboard {}
Run it in Claude
claude mcp add agent402 -s user -- npx -y agent402-mcp@latest
Then paste this prompt into Claude:
Give me a yield curve snapshot using Agent402's yield-dashboard skill pack. Pull (1) the full Treasury curve, (2) key spreads (10Y-2Y, 10Y-3M), (3) average rates. Flag any inversion.