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

io.github.speteai/agentdata-mcp

io.github.speteai/agentdata-mcp

Crypto market data for AI agents via x402. 16 tools: prices, funding, DeFi yields, arbitrage, TA.

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

Tools · 31

get_changes_since_last_call

Only what changed for a signal since THIS wallet last paid for it ($0.001 USDC — cheaper than any full payload). Replaces repeated polling: the server keeps the cursor, keyed to your wallet, so you ne…

watch_condition

Register a standing condition and let the always-on server watch it for you ($0.010 USDC, up to 168h). An agent only exists while it runs and cannot wait; this is that missing faculty. Poll watch_stat…

try_crypto_prices

FREE SAMPLE, no payment: real-time prices for BTC, ETH, SOL, BNB, XRP. Rate-limited to 10 requests/min. The paid get_crypto_prices ($0.002 USDC) is the same data without the limit.

try_sentiment

FREE SAMPLE, no payment: current market sentiment. Rate-limited to 10 requests/min. The paid get_sentiment is the same data without the limit.

try_funding_rates

FREE SAMPLE, no payment: perpetual funding rates. Rate-limited to 10 requests/min. The paid get_funding_rates ($0.002 USDC) is the same data without the limit.

get_signal_calibration

FREE. How often our own signals turned out right, scored against a naive baseline. Every claim is written down before the outcome exists and scored afterwards from our own recorded series. Read this b…

get_market_pulse

Bundle for $0.018 USDC: 8 signals in one call and one payment — sentiment, liquidation levels, volatility, correlation, funding predictions, positioning, supply, stablecoin health. Buying them separat…

get_crypto_prices

Real-time prices for BTC, ETH, SOL, BNB, XRP ($0.002 USDC)

get_funding_rates

Perpetual funding rates with long/short signals ($0.002 USDC)

get_funding_predictions

Predicted next funding rate for BTC/ETH/SOL on MEXC, with time to settlement ($0.003 USDC)

get_market_overview

Full market overview with sentiment + arb signals ($0.003 USDC)

get_volatility

24h volatility for BTC/ETH/SOL ($0.002 USDC)

get_liquidation_levels

Estimated liquidation zones by leverage 5x/10x/20x ($0.003 USDC)

get_correlation

30-day price correlation matrix ($0.002 USDC)

get_gas_prices

Multi-chain gas prices Base/ETH/SOL ($0.002 USDC)

get_base_activity

Base network TPS + block activity ($0.003 USDC)

get_defi_yields

Top DeFi yields (Aave/Compound/Morpho/Pendle) ($0.003 USDC)

get_arbitrage_opportunities

Cross-exchange spreads MEXC/Binance/Bybit/OKX ($0.005 USDC)

get_dex_vs_cex

DEX vs CEX price comparison ($0.005 USDC)

get_technical_indicators

RSI, MACD, Bollinger Bands, ATR ($0.003 USDC)

get_support_resistance

S/R levels via fractal analysis ($0.005 USDC)

get_sentiment

Fear & Greed + composite sentiment ($0.002 USDC)

get_stablecoin_health

USDC/DAI depeg monitoring ($0.002 USDC)

get_historical

Historical OHLCV candles ($0.010 USDC)

get_positioning

Trader positioning: open interest, long/short ratios (global + top traders), funding — Binance + CoinEx ($0.005 USDC)

get_etf_flows

Spot BTC & ETH ETF daily net flows (institutional demand, USD millions) — latest + 30-day history ($0.005 USDC)

get_macro_onchain

Macro & on-chain context: stablecoin supply, BTC/ETH dominance, market cap, BTC network fundamentals, Fear & Greed, trending ($0.003 USDC)

get_supply

Circulating/total/max supply + circ/total overhang ratio per major coin — structural sell-pressure signal ($0.003 USDC)

get_signal_history_7d

Recorded hourly history of a derived signal, most recent 7 days ($0.005 USDC). Cannot be reconstructed from public sources after the fact.

get_signal_history_30d

Recorded hourly history of a derived signal, most recent 30 days ($0.012 USDC).

get_signal_history_full

Complete recorded hourly history of a derived signal ($0.020 USDC).

How to use

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

{
  "mcpServers": {
    "io.github.speteai/agentdata-mcp": {
      "url": "https://agentdata-api.com/mcp",
      "transport": "streamable-http"
    }
  }
}