HTTP/1.1 402 PAYMENT REQUIRED · Agentic Finance (AIFI) · x402 + MPP dual-stack 500+ tools · 12 rails · 0% seller fee

Fixed-income desk

Read the rate environment and price a bond in one workflow: the live Treasury curve, the recession-signal spread, inflation context, then price and yield a specific coupon bond at current rates.

$0.050 per call · one payment for the whole workflow
POST /api/skill/fixed-income-desk

5 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

Evaluating a bond or building a rates view - you want the current curve, the 2s10s spread as a cycle signal, real-yield context from inflation, and the price/yield math on a specific coupon bond, all grounded in live Treasury data.

Tools in this pack

All 5 run inside the single $0.050 call above. Each is also callable on its own if you only need one part.

Workflow

  1. Pull the live Treasury yield curve with treasury-yield-curve - every maturity from 1M to 30Y.
  2. Check yield-curve-spread for the 2s10s (and 3M-10Y) spread - a persistent inversion is the classic recession lead indicator.
  3. Get year-over-year CPI from cpi-yoy so you can read the curve in real (inflation-adjusted) terms.
  4. Price a coupon bond with bond-price using the relevant maturity's yield from the curve as the YTM.
  5. Invert it with bond-ytm from a market price to confirm the yield, and compare to the curve to see if the bond is cheap or rich.

Call it directly

Any x402 client pays the 402 and gets the whole workflow back in one response:

npx agent402-client call fixed-income-desk {"couponRate":"0.05"}

Run it in Claude

claude mcp add agent402 -s user -- npx -y agent402-mcp@latest

Then paste this prompt into Claude:

Analyze the bond market using Agent402's fixed-income-desk skill pack. (1) Pull the live Treasury yield curve, (2) get the 2s10s spread and say whether it's inverted, (3) get YoY CPI for real-yield context, (4) price a 10-year bond with a 0.05 coupon at the current 10Y yield, (5) invert that price with bond-ytm to confirm the yield. Summarize the rate environment and whether the bond is fairly priced.

← All skill packs