| Yield.xyz MCP List every network Yield.xyz supports (80+) with its id (slug), name, and category (EVM, Cosmos, Substrate, misc). Filter by name/id or category. Use the network id to filter yields_get_all. | - | $0.001 | - | listed | call recipe → |
| Yield.xyz MCP Get the on-chain status of a single transaction by its Yield.xyz transaction ID — poll after broadcasting to confirm it landed, or inspect the constructed/unsigned transaction. | - | $0.001 | - | listed | call recipe → |
| Yield.xyz MCP Get live DeFi yield balances and pending actions for any wallet — active staking, lending, vault, and RWA positions with accrued rewards, USD values, current APY, and claimable actions. Covers 3,300+ yields (Lido, Aave, Morpho, tokenized treasuries) across 80+ networks. Call before actions_exit or actions_manage. | - | $0.001 | - | listed | call recipe → |
| Yield.xyz MCP Build unsigned transactions to exit a DeFi yield position — unstake, withdraw from lending or vaults, or redeem RWAs — across 80+ networks. Supports instant and queued/cooldown redemption per protocol. Does NOT execute: the caller signs and broadcasts each tx. Check positions with yields_get_balances first. | - | $0.001 | - | listed | call recipe → |
| Yield.xyz MCP Get full metadata for a single DeFi yield: current APY, TVL, fees, minimum/maximum entry, lock-up/cooldown/warm-up periods, reward mechanics, supported tokens, and whether entry/exit is currently open. Show this before a user commits to a position. | - | $0.001 | - | listed | call recipe → |
| Yield.xyz MCP List past and pending actions for a wallet across all yields — filter by status, intent, type, yield, or network. Answers "what are my pending actions?" and finds actions awaiting a next step. | - | $0.001 | - | listed | call recipe → |
| Yield.xyz MCP Discover DeFi yield opportunities across 80+ networks — 3,300+ staking, lending, vault, and RWA yields from Lido, Aave, Morpho, and more. Filter by token, network, yield type, or provider and sort by APY or TVL. Returns yield IDs (needed by every other tool) with APY, TVL, lock-up/cooldown periods, and KYC gating. Start here. | - | $0.001 | - | listed | call recipe → |
| Yield.xyz MCP Get the risk profile for a yield — ratings and scores from independent risk providers (Credora, Staking Rewards) so agents and users can weigh safety before depositing. | - | $0.001 | - | listed | call recipe → |
| Yield.xyz MCP Historical APY / reward-rate for a yield over time — plot APY trends or compute average yield across 1d/7d/30d/90d/1y windows. | - | $0.001 | - | listed | call recipe → |
| Yield.xyz MCP List validators for delegation-based yields (Cosmos, Polkadot, ETH native staking, etc.). Use a validator address with actions_enter/actions_exit. Filter to curated validators with preferred=true, or by name/status/address/provider. | - | $0.001 | - | listed | call recipe → |
| Yield.xyz MCP Get the status and transactions of a specific action by its ID (returned by actions_enter/exit/manage). Poll this to track an action from CREATED → SUCCESS/FAILED. | - | $0.001 | - | listed | call recipe → |
| Yield.xyz MCP Historical total-value-locked (TVL) for a yield over time — track inflows/outflows and protocol growth across 1d/7d/30d/90d/1y windows. | - | $0.001 | - | listed | call recipe → |
| Yield.xyz MCP List every protocol/provider behind Yield.xyz yields — Lido, Aave, Morpho, validator operators, RWA issuers, and more — with names and identifiers. Use a providerId to filter yields_get_all. | - | $0.001 | - | listed | call recipe → |
| Yield.xyz MCP Build unsigned transactions to enter any DeFi yield — native/liquid staking (ETH, SOL, ATOM), stablecoin lending (USDC/USDT on Aave, Morpho), ERC-4626 vaults, and tokenized RWAs across 80+ networks. Does NOT execute: the caller signs and broadcasts each tx, so keys never leave the caller. Find yield IDs via yields_get_all. | - | $0.001 | - | listed | call recipe → |
| Yield.xyz MCP Build unsigned transactions for pending actions on an existing DeFi position — claim rewards, restake, unlock, or complete a withdrawal — across 80+ networks. Use the action type and passthrough from yields_get_balances pendingActions[]. Does NOT execute: the caller signs and broadcasts each tx. | - | $0.001 | - | listed | call recipe → |
| Yield.xyz MCP Check whether a wallet is KYC-eligible for a gated (RWA / tokenized-treasury) yield. Returns the normalized KYC status and, when required, where to complete verification — call before actions_enter on gated yields. | - | $0.001 | - | listed | call recipe → |