Analytics
defi-signals.org
Provides crypto market data, DeFi yields, funding rates, and daily trading signals via a paid API.
ENDPOINT 1
https://defi-signals.org/mcp
MCP server metadata
- Name
- defi-signals
- Version
- 1.0.0
Known tools 5
get_market_snapshotPaid ($0.002): BTC/ETH/SOL spot prices, 24h change, Crypto Fear & Greed index.
Inferred read-onlyget_funding_ratesPaid ($0.005): cross-venue perpetual funding rates (OKX, Kraken Futures, dYdX) with per-venue annualized rates and spread_annualized_pp as a funding-arbitrage signal.
Inferred read-onlyget_top_yieldsPaid ($0.01): top DeFi yields per chain from DefiLlama — TVL-filtered, outlier-cleaned, with apy_base_pct (base yield without reward tokens).
Inferred read-onlyget_daily_signalsPaid ($0.05, PREMIUM): one-call daily signal — market regime (Fear & Greed + price action), Base yields with 1d/7d APY deltas from proprietary history, best cross-venue funding-arbitrage setup, ranked top_opportunities.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.defi-signals]
url = "https://defi-signals.org/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"defi-signals": {
"type": "http",
"url": "https://defi-signals.org/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: defi-signals
Remote MCP URL: https://defi-signals.org/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"defi-signals": {
"url": "https://defi-signals.org/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"defi-signals": {
"type": "http",
"url": "https://defi-signals.org/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "defi-signals",
"transport": "streamable-http",
"url": "https://defi-signals.org/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for defi-signals.org was fetched 2026-08-08T10:23:03.558Z.
defi-signals.org is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.