yieldprobe: DeFi intel for agents
Paid DeFi data for agents via x402 on Base: yields, APY moves, stablecoin pegs, token risk.
Should I use this
Quality & Safety
Based on automated analysis of tool definitions and protocol compliance.
Context Cost
This is the approximate number of tokens consumed each time the server's tools are loaded into a model's context. Higher counts reduce the attention available for other tasks.
Install
One-Click Install
Add this to your `claude_desktop_config.json` file:
{
"mcpServers": {
"defi-intel": {
"url": "https://yieldprobe.com/mcp"
}
}
}Remote endpoints
https://yieldprobe.com/mcpstreamable-httpWhat it can do
Tool inventory
Tools (5)
⚪defi_top_yields(chain, project, stable, symbol, minTvl, ...)
Top DeFi pools by APY with 30d mean, volatility, IL risk and forecast; filter by chain, project, stablecoin, TVL. Signed and timestamped. $0.002 per call.
Input Schema
{
"type": "object",
"properties": {
"chain": {
"description": "Chain name: Ethereum, Base, Arbitrum, Solana...",
"type": "string"
},
"project": {
"description": "Protocol slug, e.g. aave-v3",
"type": "string"
},
"stable": {
"description": "Only stablecoin pools",
"type": "boolean"
},
"symbol": {
"description": "Substring match on pool symbol",
"type": "string"
},
"minTvl": {
"description": "Minimum TVL in USD, default 1e6",
"type": "number"
},
"maxSigma": {
"description": "Max APY volatility",
"type": "number"
},
"limit": {
"description": "Default 20",
"type": "integer",
"minimum": 1,
"maximum": 100
}
},
"$schema": "http://json-schema.org/draft-07/schema#"
}🟡defi_yield_movers(chain, window, minTvl, limit)
Pools with the largest APY change over 1d or 7d, up and down. Anomaly feed. $0.002 per call.
Input Schema
{
"type": "object",
"properties": {
"chain": {
"type": "string"
},
"window": {
"type": "string",
"enum": [
"1d",
"7d"
]
},
"minTvl": {
"description": "Minimum TVL in USD, default 5e6",
"type": "number"
},
"limit": {
"description": "Pools per side, default 10",
"type": "integer",
"minimum": 1,
"maximum": 100
}
},
"$schema": "http://json-schema.org/draft-07/schema#"
}⚪stablecoin_peg_monitor(threshold, minCirculating, limit, full)
Every depegged USD stablecoin plus the largest by supply, with price deviation and 1d/7d supply change. $0.002 per call.
Input Schema
{
"type": "object",
"properties": {
"threshold": {
"description": "Abs deviation from 1.0 to flag, default 0.005",
"type": "number"
},
"minCirculating": {
"description": "USD floor, default 1e7",
"type": "number"
},
"limit": {
"description": "Largest stablecoins to include, default 20",
"type": "integer",
"minimum": 1,
"maximum": 200
},
"full": {
"description": "Return every tracked coin (large)",
"type": "boolean"
}
},
"$schema": "http://json-schema.org/draft-07/schema#"
}🟢token_security_check(chainId, address)
Honeypot, taxes, mintable, proxy, owner powers and holder concentration with a 0-100 risk score. $0.003 per call.
Input Schema
{
"type": "object",
"properties": {
"chainId": {
"type": "string",
"enum": [
"1",
"10",
"56",
"137",
"8453",
"42161",
"43114"
]
},
"address": {
"type": "string",
"pattern": "^0x[0-9a-fA-F]{40}$"
}
},
"required": [
"chainId",
"address"
],
"$schema": "http://json-schema.org/draft-07/schema#"
}⚪yieldprobe_info
Free. Prices, payment network, HTTP endpoints and how to pay. Call this first if unsure.
Input Schema
{
"type": "object",
"properties": {},
"$schema": "http://json-schema.org/draft-07/schema#"
}Community
Evidence