Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, get in touch and we’ll put it right.

AgentData — crypto market data with a checkable record

REMOTE · AGENTDATA-API.COM · SCANNED SEP 20

Verifiable crypto signals, recorded history and always-on monitoring for AI agents via x402 on Base.

0 this week 76 Trust /100
Trust breakdown (7 categories)

How this component scores in each security and reliability category. Every signal is checked automatically against the live server, and we only credit what we can confirm. How we score → Why this is hard to score →

Endpoint Security57
Transport & Reachability100
Schema Quality & AI Usability67
  • AI-judged instruction clarity (good).Pass
  • Tool/resource definitions use about 2822 tokens (~97/item across 29 items; 29 tools + 0 resources), lean.Pass
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management96
  • Stability check failed: schema churn in the 30 days we've observed: 1 tool removals, 0 breaking changes, 0 auth/transport breaks, 4 additions. See how to fix → Fail
Tool Coverage92
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 76% of tool parameters carry a description.Partial
Tool Safety100
  • No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
  • We read all 29 captured tool definition(s), and no name or description among them implies an irreversible operation.Pass
  • An AI judge read all 29 captured unit(s) of tool text and found none that tries to manipulate the model reading it.Pass
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Install

How do I install the AgentData — crypto market data with a checkable record MCP server?

AgentData — crypto market data with a checkable record is a hosted endpoint at https://agentdata-api.com/mcp, so there is nothing to install locally. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

remote · agentdata-api.com

# add to Claude Code
claude mcp add --transport http speteai-agentdata-mcp 'https://agentdata-api.com/mcp'
// .cursor/mcp.json
{
  "mcpServers": {
    "speteai-agentdata-mcp": {
      "url": "https://agentdata-api.com/mcp"
    }
  }
}
// .vscode/mcp.json
{
  "servers": {
    "speteai-agentdata-mcp": {
      "type": "http",
      "url": "https://agentdata-api.com/mcp"
    }
  }
}
# ~/.codex/config.toml
[mcp_servers.speteai-agentdata-mcp]
url = "https://agentdata-api.com/mcp"
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "speteai-agentdata-mcp": {
      "type": "remote",
      "url": "https://agentdata-api.com/mcp",
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add speteai-agentdata-mcp --url 'https://agentdata-api.com/mcp' --transport streamable-http
# ~/.hermes/config.yaml
mcp_servers:
  speteai-agentdata-mcp:
    url: "https://agentdata-api.com/mcp"
// ~/.netclaw/config/netclaw.json
{
  "McpServers": {
    "speteai-agentdata-mcp": {
      "Transport": "http",
      "Url": "https://agentdata-api.com/mcp"
    }
  }
}
# add to Vellum
assistant mcp add speteai-agentdata-mcp -t streamable-http -u 'https://agentdata-api.com/mcp'
// mcp.json
{
  "mcpServers": {
    "speteai-agentdata-mcp": {
      "type": "http",
      "url": "https://agentdata-api.com/mcp"
    }
  }
}

The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.

Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 8 Sept 26 0
    • Stability: pass → fail security
    • A breaking change shipped without a version bump: still 1.0.0 security
    • Tool “get_arbitrage_spread_history” was removed security
    • Tool “get_funding_accuracy” was removed security
    • Tool “get_signal_history_30d” was removed security
    • Tool “get_signal_history_7d” was removed security
    • Tool “get_signal_history_full” was removed security
    • Schema quality: 3363 → 2822 functional
  • 1 Sept 26 0
    • Tool “try_crypto_prices” rewrote its description, which is the text the model reads security
    • Tool “try_funding_rates” rewrote its description, which is the text the model reads security
    • Tool “try_sentiment” rewrote its description, which is the text the model reads security
    • New tool “get_overnight_risk_brief” functional
    • New tool “get_arbitrage_spread_history” functional
  • 29 Aug 26 0
    • New tool “get_funding_accuracy” functional
  • 26 Aug 26 +1
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 25 Aug 26 +1
    • Stability: 0.97 → pass security
    • Schema quality: 43 → 97 functional
    • Tool coverage: 44% → 79% functional
    • “get_arbitrage_opportunities” added an optional parameter “payment” cosmetic
    • “get_base_activity” added an optional parameter “payment” cosmetic
    • “get_changes_since_last_call” added an optional parameter “payment” cosmetic
    • “get_correlation” added an optional parameter “payment” cosmetic
    • “get_crypto_prices” added an optional parameter “payment” cosmetic
    • “get_defi_yields” added an optional parameter “payment” cosmetic
    • “get_dex_vs_cex” added an optional parameter “payment” cosmetic
    • “get_etf_flows” added an optional parameter “payment” cosmetic
    • “get_funding_predictions” added an optional parameter “payment” cosmetic
    • “get_funding_rates” added an optional parameter “payment” cosmetic
    • “get_gas_prices” added an optional parameter “payment” cosmetic
    • “get_historical” added an optional parameter “payment” cosmetic
    • “get_liquidation_levels” added an optional parameter “payment” cosmetic
    • “get_macro_onchain” added an optional parameter “payment” cosmetic
    • “get_market_overview” added an optional parameter “payment” cosmetic
    • “get_market_pulse” added an optional parameter “payment” cosmetic
    • “get_positioning” added an optional parameter “payment” cosmetic
    • “get_sentiment” added an optional parameter “payment” cosmetic
    • “get_signal_history_30d” added an optional parameter “payment” cosmetic
    • “get_signal_history_7d” added an optional parameter “payment” cosmetic
    • “get_signal_history_full” added an optional parameter “payment” cosmetic
    • “get_stablecoin_health” added an optional parameter “payment” cosmetic
    • “get_supply” added an optional parameter “payment” cosmetic
    • “get_support_resistance” added an optional parameter “payment” cosmetic
    • “get_technical_indicators” added an optional parameter “payment” cosmetic
    • “get_volatility” added an optional parameter “payment” cosmetic
    • “watch_condition” added an optional parameter “payment” cosmetic
  • 24 Aug 26 +1
    • Tool coverage: 36% → 44% functional
    • New tool “get_signal_history_30d” functional
    • New tool “get_signal_history_full” functional
  • 23 Aug 26 +1
    • Schema quality: 1115 → 1265 functional
    • New tool “try_crypto_prices” functional
    • New tool “try_funding_rates” functional
    • New tool “try_sentiment” functional
  • 19 Aug 26 0
    • Schema quality: 34 → 42 functional
    • Tool coverage: 14% → 36% functional
    • New tool “get_changes_since_last_call” functional
    • New tool “get_signal_calibration” functional
    • New tool “watch_condition” functional
Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 20 Sept 2026 · Probed https://agentdata-api.com/mcp

TLS valid

Negotiated TLS 1.3 with TLS_AES_128_GCM_SHA256 .

Subject Issuer Valid from Valid until Key Signature Serial
CN=agentdata-api.com CN=YE1,O=Let's Encrypt,C=US 6 Aug 2026 4 Nov 2026 ECDSA 256 ECDSA-SHA384 53a4f2a3d78343a3162c8d2826ad9edcaf0
SANs: *.agentdata-api.com, agentdata-api.com
CN=YE1,O=Let's Encrypt,C=US (CA) CN=Root YE,O=ISRG,C=US 3 Sept 2025 2 Sept 2028 ECDSA 384 ECDSA-SHA384 5ddd70dd31f801c85c186a7a04b80afe
CN=Root YE,O=ISRG,C=US (CA) CN=ISRG Root X2,O=Internet Security Research Group,C=US 13 May 2026 2 Sept 2032 ECDSA 384 ECDSA-SHA384 872165fc34b6e5fba8add5b3705fb53a
CN=ISRG Root X2,O=Internet Security Research Group,C=US (CA) CN=ISRG Root X1,O=Internet Security Research Group,C=US 13 May 2026 2 Sept 2032 ECDSA 384 SHA256-RSA 6c8f1dc727c7117f7baf853ac980f9cd

Background: What to check on a remote MCP endpoint →

DNSSEC insecure

Validation of agentdata-api.com. Not signed

Zone DS Keys Algorithms Outcome
. trust_anchor 20326, 38696 8, 8 Verified
com. present 19718 13 Verified
agentdata-api.com. absent Unsigned (proven) parent-signed NSEC/NSEC3 proves an unsigned delegation
Authentication No authorisation required

The endpoint answered without asking for a token. Anyone who knows the URL can reach it.

Result No authorisation required
HTTP status 200

Background: How OAuth 2.1 works in the 2026 MCP spec →

Transports 2 probes
Transport URL Outcome Status Location
streamable-http https://agentdata-api.com/mcp Verified 200
http (plaintext) http://agentdata-api.com/mcp HTTPS enforced 301 https://agentdata-api.com/mcp
MCP tools · 29 exposed · ~2,822 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability. A tool's description is untrusted text the model reads on every call, which is what makes this list a security surface and not just an inventory: how tool poisoning works →

Tool Tokens
get_arbitrage_opportunities ~97

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

NameTypeReqDescription
paymentstringOptional. Base64 x402 payment payload you signed yourself (ERC-3009 TransferWithAuthorization, USDC on Base). Call without it once to receive the payment requirements, sign those, then call again wit…

No output schema declared.

No examples provided.

get_base_activity ~84

Base network TPS + block activity ($0.003 USDC)

NameTypeReqDescription
paymentstringOptional. Base64 x402 payment payload you signed yourself (ERC-3009 TransferWithAuthorization, USDC on Base). Call without it once to receive the payment requirements, sign those, then call again wit…

No output schema declared.

No examples provided.

get_changes_since_last_call ~193

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 never re-download or re-diff data you already have. Requires signal=. First call returns the last 24h.

NameTypeReqDescription
paymentstringOptional. Base64 x402 payment payload you signed yourself (ERC-3009 TransferWithAuthorization, USDC on Base). Call without it once to receive the payment requirements, sign those, then call again wit…
signalstringyessentiment, funding-rates, liquidation-levels, volatility, correlation, positioning, supply, stablecoin-health, macro-onchain, defi-yields, dex-vs-cex, arbitrage-opportunities, funding-predictions

No output schema declared.

No examples provided.

get_correlation ~84

30-day price correlation matrix ($0.002 USDC)

NameTypeReqDescription
paymentstringOptional. Base64 x402 payment payload you signed yourself (ERC-3009 TransferWithAuthorization, USDC on Base). Call without it once to receive the payment requirements, sign those, then call again wit…

No output schema declared.

No examples provided.

get_crypto_prices ~92

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

NameTypeReqDescription
paymentstringOptional. Base64 x402 payment payload you signed yourself (ERC-3009 TransferWithAuthorization, USDC on Base). Call without it once to receive the payment requirements, sign those, then call again wit…

No output schema declared.

No examples provided.

get_defi_yields ~96

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

NameTypeReqDescription
paymentstringOptional. Base64 x402 payment payload you signed yourself (ERC-3009 TransferWithAuthorization, USDC on Base). Call without it once to receive the payment requirements, sign those, then call again wit…

No output schema declared.

No examples provided.

get_dex_vs_cex ~88

DEX vs CEX price comparison ($0.005 USDC)

NameTypeReqDescription
paymentstringOptional. Base64 x402 payment payload you signed yourself (ERC-3009 TransferWithAuthorization, USDC on Base). Call without it once to receive the payment requirements, sign those, then call again wit…

No output schema declared.

No examples provided.

get_etf_flows ~103

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

NameTypeReqDescription
paymentstringOptional. Base64 x402 payment payload you signed yourself (ERC-3009 TransferWithAuthorization, USDC on Base). Call without it once to receive the payment requirements, sign those, then call again wit…

No output schema declared.

No examples provided.

get_funding_predictions ~99

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

NameTypeReqDescription
paymentstringOptional. Base64 x402 payment payload you signed yourself (ERC-3009 TransferWithAuthorization, USDC on Base). Call without it once to receive the payment requirements, sign those, then call again wit…

No output schema declared.

No examples provided.

get_funding_rates ~89

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

NameTypeReqDescription
paymentstringOptional. Base64 x402 payment payload you signed yourself (ERC-3009 TransferWithAuthorization, USDC on Base). Call without it once to receive the payment requirements, sign those, then call again wit…

No output schema declared.

No examples provided.

get_gas_prices ~88

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

NameTypeReqDescription
paymentstringOptional. Base64 x402 payment payload you signed yourself (ERC-3009 TransferWithAuthorization, USDC on Base). Call without it once to receive the payment requirements, sign those, then call again wit…

No output schema declared.

No examples provided.

get_historical ~104

Historical OHLCV candles ($0.010 USDC)

NameTypeReqDescription
intervalstring
limitinteger
paymentstringOptional. Base64 x402 payment payload you signed yourself (ERC-3009 TransferWithAuthorization, USDC on Base). Call without it once to receive the payment requirements, sign those, then call again wit…
symbolstring

No output schema declared.

No examples provided.

get_liquidation_levels ~94

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

NameTypeReqDescription
paymentstringOptional. Base64 x402 payment payload you signed yourself (ERC-3009 TransferWithAuthorization, USDC on Base). Call without it once to receive the payment requirements, sign those, then call again wit…

No output schema declared.

No examples provided.

get_macro_onchain ~107

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

NameTypeReqDescription
paymentstringOptional. Base64 x402 payment payload you signed yourself (ERC-3009 TransferWithAuthorization, USDC on Base). Call without it once to receive the payment requirements, sign those, then call again wit…

No output schema declared.

No examples provided.

get_market_overview ~87

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

NameTypeReqDescription
paymentstringOptional. Base64 x402 payment payload you signed yourself (ERC-3009 TransferWithAuthorization, USDC on Base). Call without it once to receive the payment requirements, sign those, then call again wit…

No output schema declared.

No examples provided.

get_market_pulse ~123

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.

NameTypeReqDescription
paymentstringOptional. Base64 x402 payment payload you signed yourself (ERC-3009 TransferWithAuthorization, USDC on Base). Call without it once to receive the payment requirements, sign those, then call again wit…

No output schema declared.

No examples provided.

get_overnight_risk_brief ~132

Decision-ready overnight risk brief ($0.015 USDC): DEX-vs-CEX spreads, liquidation zones, funding predictions, sentiment, stablecoin health, and recorded changes since this wallet last called it. Same total price as the five parts, one settlement instead of five.

NameTypeReqDescription
paymentstringOptional. Base64 x402 payment payload you signed yourself (ERC-3009 TransferWithAuthorization, USDC on Base). Call without it once to receive the payment requirements, sign those, then call again wit…

No output schema declared.

No examples provided.

get_positioning ~100

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

NameTypeReqDescription
paymentstringOptional. Base64 x402 payment payload you signed yourself (ERC-3009 TransferWithAuthorization, USDC on Base). Call without it once to receive the payment requirements, sign those, then call again wit…

No output schema declared.

No examples provided.

get_sentiment ~85

Fear & Greed + composite sentiment ($0.002 USDC)

NameTypeReqDescription
paymentstringOptional. Base64 x402 payment payload you signed yourself (ERC-3009 TransferWithAuthorization, USDC on Base). Call without it once to receive the payment requirements, sign those, then call again wit…

No output schema declared.

No examples provided.

get_signal_calibration ~78

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 before trusting any signal here — including to find out which ones we cannot yet justify charging for.

NameTypeReqDescription
daysnumberwindow, default 30

No output schema declared.

No examples provided.

get_stablecoin_health ~88

USDC/DAI depeg monitoring ($0.002 USDC)

NameTypeReqDescription
paymentstringOptional. Base64 x402 payment payload you signed yourself (ERC-3009 TransferWithAuthorization, USDC on Base). Call without it once to receive the payment requirements, sign those, then call again wit…

No output schema declared.

No examples provided.

get_supply ~99

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

NameTypeReqDescription
paymentstringOptional. Base64 x402 payment payload you signed yourself (ERC-3009 TransferWithAuthorization, USDC on Base). Call without it once to receive the payment requirements, sign those, then call again wit…

No output schema declared.

No examples provided.

get_support_resistance ~93

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

NameTypeReqDescription
paymentstringOptional. Base64 x402 payment payload you signed yourself (ERC-3009 TransferWithAuthorization, USDC on Base). Call without it once to receive the payment requirements, sign those, then call again wit…
symbolstring

No output schema declared.

No examples provided.

get_technical_indicators ~104

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

NameTypeReqDescription
intervalstring
paymentstringOptional. Base64 x402 payment payload you signed yourself (ERC-3009 TransferWithAuthorization, USDC on Base). Call without it once to receive the payment requirements, sign those, then call again wit…
symbolstring

No output schema declared.

No examples provided.

get_volatility ~88

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

NameTypeReqDescription
paymentstringOptional. Base64 x402 payment payload you signed yourself (ERC-3009 TransferWithAuthorization, USDC on Base). Call without it once to receive the payment requirements, sign those, then call again wit…

No output schema declared.

No examples provided.

try_crypto_prices ~59

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

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

try_funding_rates ~50

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

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

try_sentiment ~41

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

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

watch_condition ~177

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_status free instead of paying for repeated data calls.

NameTypeReqDescription
hoursnumberlifetime, 1-168, default 24
opstringyes
paymentstringOptional. Base64 x402 payment payload you signed yourself (ERC-3009 TransferWithAuthorization, USDC on Base). Call without it once to receive the payment requirements, sign those, then call again wit…
signalstringyes
subjectstringe.g. BTC_USDT
thresholdnumberyes

No output schema declared.

No examples provided.

Common questions

What is the AgentData — crypto market data with a checkable record MCP server?

AgentData — crypto market data with a checkable record is an MCP server listed in the public MCP registry as io.github.speteai/agentdata-mcp. Verifiable crypto signals, recorded history and always-on monitoring for AI agents via x402 on Base. This page covers its hosted endpoint (https://agentdata-api.com/mcp).

Is the AgentData — crypto market data with a checkable record MCP server safe to use?

AgentData — crypto market data with a checkable record scores 76 out of 100 on VerifyMCP. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

What tools does the AgentData — crypto market data with a checkable record MCP server expose?

AgentData — crypto market data with a checkable record exposes 29 tools: get_overnight_risk_brief, get_changes_since_last_call, watch_condition, try_crypto_prices, try_sentiment, and 24 more. Their descriptions and schemas cost roughly 2,822 tokens of context every time the server is loaded.

Does the AgentData — crypto market data with a checkable record MCP server require authentication?

No. We connected to AgentData — crypto market data with a checkable record without credentials and it answered, so anything it exposes is reachable by anyone who knows the address.

Is the AgentData — crypto market data with a checkable record MCP server still maintained?

AgentData — crypto market data with a checkable record is still listed as active in the MCP registry. We last reached this channel on 20 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.