Skip to content
Back to search
100
MCP live MCP 2025-11-25 streamable-http

YieldSignal

io.github.stakemate369/yieldsignal

Yield & risk for agents: signal, decision, durability, capacity, sensitivity, exposure, persistence

Uptime
100.0%
1 direct probes · 30d
Response
641ms
last probe
Tools
7
callable
Resources
0
readable
Prompts
0
available

Tools · 7

get_yield_signal

Real-time risk-weighted yield signal. USDC/WETH: lending APY on Base (Aave/Compound/Morpho read onchain, Moonwell/Euler/Fluid via DefiLlama). ETH_STAKING: liquid staking APY on Ethereum mainnet (Lido/…

get_yield_decision

Buyer-side MOVE/HOLD decision (Layer 1 premium — sells the decision, not the raw datapoint). Given your current position, size, move cost and horizon, returns whether moving your capital to the best r…

get_yield_durability

How much of the current APY survives if incentives stop. Splits each protocol's yield into base interest vs reward/incentive, reports the post-incentive floor, and says whether the leader changes with…

get_exit_capacity

Exit capacity for a Base lending market: per-protocol utilization and withdrawable liquidity read from the protocol's own books (Aave, Compound), plus — if you pass amountUsd — whether that size can b…

get_rate_sensitivity

How close a Base lending market is to the kink where borrow rates explode. Returns, per protocol, the current utilization, the kink read from the protocol's own interest rate curve, the headroom in bp…

get_shared_exposure

Shared risk exposure across a declared portfolio. Give it your positions (protocol:usd pairs) and it returns, per factor, how much of your capital sits behind the same collateral, price oracle or vaul…

get_leadership_persistence

How long this service's own leadership calls actually hold, measured from its hourly on-chain attestations (EAS on Base). Returns the median duration a protocol stayed the best pick, survival rates at…

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "yieldsignal": {
      "url": "https://yieldsignal.vercel.app/mcp",
      "transport": "streamable-http"
    }
  }
}