mcpbeat

Agentdata MCP Server

io.github.speteai/agentdata-mcp
answering

Agentdata MCP is answering right now. Last checked 14 min ago. It exposes 23 tools. Last commit 11 Apr 2026.

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

Uptime history 40 hours of history · worst hour 75%
40 hours agonow
98.9%
Uptime 24h
90 of 91 checks
23
Tools
read from the server
197 ms
Response time
average over 24h
0
Stars
last commit 11 Apr 2026

Connect this server

Endpoint below is the one we actually reach during checks — not the one copied from a README. Last verified 14 min ago.

run in your terminal
claude mcp add agentdata-mcp --transport http https://agentdata-api.com/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "agentdata-mcp": {
      "url": "https://agentdata-api.com/mcp"
    }
  }
}
~/.codex/config.toml
[mcp_servers.agentdata-mcp]
url = "https://agentdata-api.com/mcp"
.cursor/mcp.json
{
  "mcpServers": {
    "agentdata-mcp": {
      "url": "https://agentdata-api.com/mcp"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "agentdata-mcp": {
      "url": "https://agentdata-api.com/mcp"
    }
  }
}

Available tools 23

Read directly from the server with tools/list, grouped by what they act on. If a tool disappears, we record the date.

funding
get_funding_predictions
Predicted next funding rate for BTC/ETH/SOL on MEXC, with time to settlement ($0.003 USDC)
get_funding_rates
Perpetual funding rates with long/short signals ($0.002 USDC)
market
get_market_overview
Full market overview with sentiment + arb signals ($0.003 USDC)
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 separately costs $0.022 and eight settlements.
arbitrage
get_arbitrage_opportunities
Cross-exchange spreads MEXC/Binance/Bybit/OKX ($0.005 USDC)
base
get_base_activity
Base network TPS + block activity ($0.003 USDC)
correlation
get_correlation
30-day price correlation matrix ($0.002 USDC)
crypto
get_crypto_prices
Real-time prices for BTC, ETH, SOL, BNB, XRP ($0.002 USDC)
defi
get_defi_yields
Top DeFi yields (Aave/Compound/Morpho/Pendle) ($0.003 USDC)
dex
get_dex_vs_cex
DEX vs CEX price comparison ($0.005 USDC)
etf
get_etf_flows
Spot BTC & ETH ETF daily net flows (institutional demand, USD millions) — latest + 30-day history ($0.005 USDC)
gas
get_gas_prices
Multi-chain gas prices Base/ETH/SOL ($0.002 USDC)
historical
get_historical
Historical OHLCV candles ($0.010 USDC)
liquidation
get_liquidation_levels
Estimated liquidation zones by leverage 5x/10x/20x ($0.003 USDC)
macro
get_macro_onchain
Macro & on-chain context: stablecoin supply, BTC/ETH dominance, market cap, BTC network fundamentals, Fear & Greed, trending ($0.003 USDC)
positioning
get_positioning
Trader positioning: open interest, long/short ratios (global + top traders), funding — Binance + CoinEx ($0.005 USDC)
sentiment
get_sentiment
Fear & Greed + composite sentiment ($0.002 USDC)
signal
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.
stablecoin
get_stablecoin_health
USDC/DAI depeg monitoring ($0.002 USDC)
supply
get_supply
Circulating/total/max supply + circ/total overhang ratio per major coin — structural sell-pressure signal ($0.003 USDC)
support
get_support_resistance
S/R levels via fractal analysis ($0.005 USDC)
technical
get_technical_indicators
RSI, MACD, Bollinger Bands, ATR ($0.003 USDC)
volatility
get_volatility
24h volatility for BTC/ETH/SOL ($0.002 USDC)

Endpoints

URLTransportStateLatencyChecked
https://agentdata-api.com/mcp streamable-http answering 162 ms 14 min ago

Agentdata MCP — questions

Answers built from our own checks of this server.

What can Agentdata MCP do?
It exposes 23 tools, read directly from the server on our last check. Among them: get_arbitrage_opportunities, get_base_activity, get_correlation, get_crypto_prices, get_defi_yields, get_dex_vs_cex and 17 more. The full list with descriptions is on this page — we take it from the server itself via tools/list, not from a README. How MCP servers expose tools in the first place →
What is Agentdata MCP mostly used for?
Its tools cluster around market and funding. That is what this server is built to work with — the grouping comes from the actual tool names, not from a category we assigned.
Is Agentdata MCP working right now?
We send a real MCP handshake every 15 minutes. Over the last 24 hours 90 of 91 checks got a reply (98.9%), average response time 197 ms. The bar chart above shows every period we have measured.
How do I connect Agentdata MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It is a remote server, so there is nothing to install — the client connects to the address.
Does Agentdata MCP need an API key?
No. Agentdata MCP completed a full MCP handshake with us as an anonymous client and listed its tools without asking for anything. All 23 of them are readable on this page. This is what we observed, not what the docs claim.
How fast is Agentdata MCP?
It answers our handshake in 197 ms on average, which is faster than 63% of all working MCP servers we measure. The comparison comes from our own checks across the whole registry, every 15 minutes.
Is Agentdata MCP open source?
Yes — it is published under the MIT licence, written in JavaScript and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.