{
  "schema_version": "1",
  "source": "https://satohub.ai/api/export/mcp-handshakes.json",
  "page": "https://satohub.ai/numbers/mcp-servers-that-answer",
  "license": "CC-BY-4.0; attribution: data by satohub.ai",
  "checked_at": "2026-09-26",
  "run_at": "2026-09-26T12:53:55.370Z",
  "method": "Once a day, per listed endpoint, the handshake a Streamable-HTTP client makes, with no credentials: POST initialize, keep the Mcp-Session-Id if one is sent, POST notifications/initialized, then tools/list (8-second deadline per request, redirects not followed; scripts/probe-live.mjs). Answered = initialize returned a protocolVersion and tools/list named at least one tool. A 401, or a 400 naming a missing credential, counts as asking for credentials and a 403/429 as refused; neither is a failure. The counts describe the latest run that read at least half the listed endpoints; an endpoint with no reading in that run is excluded rather than counted against.",
  "rules": [
    "counted=true rows are the page's denominator; not_checked rows had no reading in or after the reference run and are excluded, never failed.",
    "tools_count null means the list was not read, never 0.",
    "credentials (401, or a 400 naming a missing credential) and refused (403/429) are live servers declining an anonymous client, not failures.",
    "no_handshake means nothing MCP answered at that URL from our runner at that time; it is not a claim that the server is down.",
    "One check from one place at one time. A server can answer from one network and not another; a TLS or DNS failure can belong to the path, not the server.",
    "A credential gate is a design choice, not a failure. Those servers are live; an agent without a key simply cannot use them.",
    "A handshake is not a working tool. It proves a process is listening and speaks MCP; no tool is judged by it.",
    "The population is this index's own list of MCP endpoints, not every crypto MCP server that exists."
  ],
  "reproduce": {
    "count": "curl -s https://satohub.ai/api/export/mcp-handshakes.json | python3 -c 'import json,sys,collections; d=json.load(sys.stdin); print(d[\"run_at\"], dict(collections.Counter(r[\"outcome\"] for r in d[\"endpoints\"] if r[\"counted\"])))'",
    "one": "curl -si -X POST <endpoint> -H 'content-type: application/json' -H 'accept: application/json, text/event-stream' --data '{\"jsonrpc\":\"2.0\",\"id\":1,\"method\":\"initialize\",\"params\":{\"protocolVersion\":\"2025-06-18\",\"capabilities\":{},\"clientInfo\":{\"name\":\"repro\",\"version\":\"1\"}}}'",
    "one_note": "A protocolVersion in the answer is the first half. For the tool list, send notifications/initialized and then tools/list to the same URL, each carrying the Mcp-Session-Id header the server returned, if it returned one."
  },
  "counts": {
    "listed": 73,
    "counted": 72,
    "answered": 46,
    "ambiguous": 0,
    "credentials": 20,
    "refused": 0,
    "no_handshake": 6,
    "not_checked": 1,
    "rechecked_after": 0
  },
  "endpoints": [
    {
      "slug": "aave-mcp-junct",
      "endpoint": "https://aave.mcp.junct.dev/mcp",
      "outcome": "no_handshake",
      "tools_count": null,
      "http_status": null,
      "detail": "fetch failed",
      "checked_at": "2026-09-26T12:53:55.370Z",
      "counted": true
    },
    {
      "slug": "across-mcp",
      "endpoint": "https://mcp.across.to/mcp",
      "outcome": "answered",
      "tools_count": 14,
      "http_status": null,
      "detail": null,
      "checked_at": "2026-09-26T12:53:55.370Z",
      "counted": true
    },
    {
      "slug": "alby-mcp",
      "endpoint": "https://mcp.getalby.com/mcp",
      "outcome": "credentials",
      "tools_count": null,
      "http_status": 400,
      "detail": "refused our check (HTTP 400): Bearer auth with NWC connection secret or nwc query parameter not provided",
      "checked_at": "2026-09-26T12:53:55.370Z",
      "counted": true
    },
    {
      "slug": "alchemy-mcp",
      "endpoint": "https://mcp.alchemy.com/mcp",
      "outcome": "credentials",
      "tools_count": null,
      "http_status": 401,
      "detail": "refused our check (HTTP 401): {\"jsonrpc\":\"2.0\",\"error\":{\"code\":-32001,\"message\":\"Missing or invalid Authorizat…",
      "checked_at": "2026-09-26T12:53:55.370Z",
      "counted": true
    },
    {
      "slug": "algovault-quant-signal-mcp",
      "endpoint": "https://api.algovault.com/mcp",
      "outcome": "answered",
      "tools_count": 8,
      "http_status": null,
      "detail": null,
      "checked_at": "2026-09-26T12:53:55.370Z",
      "counted": true
    },
    {
      "slug": "allium-mcp",
      "endpoint": "https://mcp.allium.so",
      "outcome": "answered",
      "tools_count": 48,
      "http_status": null,
      "detail": null,
      "checked_at": "2026-09-26T12:53:55.370Z",
      "counted": true
    },
    {
      "slug": "arcadia-mcp",
      "endpoint": "https://mcp.arcadia.finance/mcp",
      "outcome": "answered",
      "tools_count": 35,
      "http_status": null,
      "detail": null,
      "checked_at": "2026-09-26T12:53:55.370Z",
      "counted": true
    },
    {
      "slug": "avalanche-mcp",
      "endpoint": "https://build.avax.network/api/mcp",
      "outcome": "answered",
      "tools_count": 48,
      "http_status": null,
      "detail": null,
      "checked_at": "2026-09-26T12:53:55.370Z",
      "counted": true
    },
    {
      "slug": "base-mcp-hosted",
      "endpoint": "https://mcp.base.org/mcp",
      "outcome": "credentials",
      "tools_count": null,
      "http_status": 401,
      "detail": "refused our check (HTTP 401): {\"error\":\"invalid_token\"}",
      "checked_at": "2026-09-26T12:53:55.370Z",
      "counted": true
    },
    {
      "slug": "binance-agent-os",
      "endpoint": "https://agent.binance.com/mcp/agentic",
      "outcome": "credentials",
      "tools_count": null,
      "http_status": 401,
      "detail": "refused our check (HTTP 401)",
      "checked_at": "2026-09-26T12:53:55.370Z",
      "counted": true
    },
    {
      "slug": "birdeye-mcp",
      "endpoint": "https://mcp.birdeye.so/mcp",
      "outcome": "credentials",
      "tools_count": null,
      "http_status": 401,
      "detail": "refused our check (HTTP 401): {\"jsonrpc\":\"2.0\",\"error\":{\"code\":-32000,\"message\":\"Unauthorized.\"},\"id\":\"d6b9602…",
      "checked_at": "2026-09-26T12:53:55.370Z",
      "counted": true
    },
    {
      "slug": "bitgo-mcp",
      "endpoint": "https://developers.bitgo.com/mcp",
      "outcome": "answered",
      "tools_count": 11,
      "http_status": null,
      "detail": null,
      "checked_at": "2026-09-26T12:53:55.370Z",
      "counted": true
    },
    {
      "slug": "bitquery-mcp",
      "endpoint": "https://mcp.bitquery.io",
      "outcome": "credentials",
      "tools_count": null,
      "http_status": 401,
      "detail": "refused our check (HTTP 401): Unauthorized. Provide Authorization as documented at https://docs.bitquery.io/do…",
      "checked_at": "2026-09-26T12:53:55.370Z",
      "counted": true
    },
    {
      "slug": "blockscout-mcp",
      "endpoint": "https://mcp.blockscout.com/mcp",
      "outcome": "answered",
      "tools_count": 16,
      "http_status": null,
      "detail": null,
      "checked_at": "2026-09-26T12:53:55.370Z",
      "counted": true
    },
    {
      "slug": "boar-blockchain-mcp",
      "endpoint": "https://mcp.boar.network/basic",
      "outcome": "answered",
      "tools_count": 46,
      "http_status": null,
      "detail": null,
      "checked_at": "2026-09-26T12:53:55.370Z",
      "counted": true
    },
    {
      "slug": "chainstack-mcp",
      "endpoint": "https://mcp.chainstack.com/mcp",
      "outcome": "answered",
      "tools_count": 18,
      "http_status": null,
      "detail": null,
      "checked_at": "2026-09-26T12:53:55.370Z",
      "counted": true
    },
    {
      "slug": "changenow-mcp",
      "endpoint": "https://mcp.changenow.io/mcp",
      "outcome": "answered",
      "tools_count": 7,
      "http_status": null,
      "detail": null,
      "checked_at": "2026-09-26T12:53:55.370Z",
      "counted": true
    },
    {
      "slug": "coinbase-mcp",
      "endpoint": "https://agents.coinbase.com/mcp",
      "outcome": "credentials",
      "tools_count": null,
      "http_status": 401,
      "detail": "refused our check (HTTP 401): unauthorized",
      "checked_at": "2026-09-26T12:53:55.370Z",
      "counted": true
    },
    {
      "slug": "coinbase-x402-bazaar",
      "endpoint": "https://api.cdp.coinbase.com/platform/v2/x402/discovery/mcp",
      "outcome": "answered",
      "tools_count": 3,
      "http_status": null,
      "detail": null,
      "checked_at": "2026-09-26T12:53:55.370Z",
      "counted": true
    },
    {
      "slug": "coingecko-mcp",
      "endpoint": "https://mcp.api.coingecko.com/mcp",
      "outcome": "answered",
      "tools_count": 2,
      "http_status": null,
      "detail": null,
      "checked_at": "2026-09-26T12:53:55.370Z",
      "counted": true
    },
    {
      "slug": "coinmarketcap-mcp",
      "endpoint": "https://mcp.coinmarketcap.com/mcp",
      "outcome": "credentials",
      "tools_count": null,
      "http_status": 401,
      "detail": "refused our check (HTTP 401): {\"jsonrpc\":\"2.0\",\"id\":1,\"result\":{\"content\":[{\"type\":\"text\",\"text\":\"error: Token…",
      "checked_at": "2026-09-26T12:53:55.370Z",
      "counted": true
    },
    {
      "slug": "coinpaprika-mcp",
      "endpoint": "https://mcp.coinpaprika.com/streamable-http",
      "outcome": "answered",
      "tools_count": 31,
      "http_status": null,
      "detail": null,
      "checked_at": "2026-09-26T12:53:55.370Z",
      "counted": true
    },
    {
      "slug": "coinstats-mcp",
      "endpoint": "https://mcp.coinstats.app/mcp",
      "outcome": "credentials",
      "tools_count": null,
      "http_status": 401,
      "detail": "refused our check (HTTP 401): {\"error\":\"invalid_token\",\"error_description\":\"Missing bearer token\"}",
      "checked_at": "2026-09-26T12:53:55.370Z",
      "counted": true
    },
    {
      "slug": "cow-mcp",
      "endpoint": "https://cow-mcp.netlify.app/mcp",
      "outcome": "answered",
      "tools_count": 11,
      "http_status": null,
      "detail": null,
      "checked_at": "2026-09-26T12:53:55.370Z",
      "counted": true
    },
    {
      "slug": "crypto-com-ai",
      "endpoint": "https://mcp.crypto.com/market-data/mcp",
      "outcome": "answered",
      "tools_count": 9,
      "http_status": null,
      "detail": null,
      "checked_at": "2026-09-26T12:53:55.370Z",
      "counted": true
    },
    {
      "slug": "cryptoapis-mcp",
      "endpoint": "https://ai.cryptoapis.io/mcp",
      "outcome": "answered",
      "tools_count": 60,
      "http_status": null,
      "detail": null,
      "checked_at": "2026-09-26T12:53:55.370Z",
      "counted": true
    },
    {
      "slug": "cryptopolitan-mcp",
      "endpoint": "https://agent.cryptopolitan.com/mcp",
      "outcome": "answered",
      "tools_count": 5,
      "http_status": null,
      "detail": null,
      "checked_at": "2026-09-26T12:53:55.370Z",
      "counted": true
    },
    {
      "slug": "debridge-mcp",
      "endpoint": "https://agents.debridge.com/mcp",
      "outcome": "answered",
      "tools_count": 5,
      "http_status": null,
      "detail": null,
      "checked_at": "2026-09-26T12:53:55.370Z",
      "counted": true
    },
    {
      "slug": "deside-mcp",
      "endpoint": "https://mcp.deside.io/mcp",
      "outcome": "credentials",
      "tools_count": null,
      "http_status": 401,
      "detail": "refused our check (HTTP 401): {\"error\":\"AUTH_REQUIRED\",\"message\":\"auth_required\"}",
      "checked_at": "2026-09-26T12:53:55.370Z",
      "counted": true
    },
    {
      "slug": "dexpaprika-mcp",
      "endpoint": "https://mcp.dexpaprika.com/streamable-http",
      "outcome": "answered",
      "tools_count": 17,
      "http_status": null,
      "detail": null,
      "checked_at": "2026-09-26T12:53:55.370Z",
      "counted": true
    },
    {
      "slug": "dune-mcp",
      "endpoint": "https://api.dune.com/mcp/v1",
      "outcome": "credentials",
      "tools_count": null,
      "http_status": 401,
      "detail": "refused our check (HTTP 401): {\"error\":\"missing credentials\"}",
      "checked_at": "2026-09-26T12:53:55.370Z",
      "counted": true
    },
    {
      "slug": "epsilon",
      "endpoint": "https://api.epsilon.exchange/mcp",
      "outcome": "answered",
      "tools_count": 15,
      "http_status": null,
      "detail": null,
      "checked_at": "2026-09-26T12:53:55.370Z",
      "counted": true
    },
    {
      "slug": "euler-mcp-junct",
      "endpoint": "https://euler.mcp.junct.dev/mcp",
      "outcome": "no_handshake",
      "tools_count": null,
      "http_status": null,
      "detail": "fetch failed",
      "checked_at": "2026-09-26T12:53:55.370Z",
      "counted": true
    },
    {
      "slug": "exa",
      "endpoint": "https://mcp.exa.ai/mcp",
      "outcome": "answered",
      "tools_count": 2,
      "http_status": null,
      "detail": null,
      "checked_at": "2026-09-26T12:53:55.370Z",
      "counted": true
    },
    {
      "slug": "forta-risk-graph-mcp",
      "endpoint": "https://risk-graph-mcp.forta.network/mcp",
      "outcome": "credentials",
      "tools_count": null,
      "http_status": 401,
      "detail": "refused our check (HTTP 401): {\"message\":\"No token provided\"}",
      "checked_at": "2026-09-26T12:53:55.370Z",
      "counted": true
    },
    {
      "slug": "gate-mcp",
      "endpoint": "https://api.gatemcp.ai/mcp",
      "outcome": "answered",
      "tools_count": 63,
      "http_status": null,
      "detail": null,
      "checked_at": "2026-09-26T12:53:55.370Z",
      "counted": true
    },
    {
      "slug": "heurist-mesh-mcp",
      "endpoint": "https://mesh.heurist.xyz/mcp",
      "outcome": "no_handshake",
      "tools_count": null,
      "http_status": null,
      "detail": "no MCP handshake (HTTP 405)",
      "checked_at": "2026-09-26T12:53:55.370Z",
      "counted": true
    },
    {
      "slug": "hive-intelligence-mcp",
      "endpoint": "https://mcp.hiveintelligence.xyz/mcp",
      "outcome": "answered",
      "tools_count": 8,
      "http_status": null,
      "detail": null,
      "checked_at": "2026-09-26T12:53:55.370Z",
      "counted": true
    },
    {
      "slug": "jupiter-trading-mcp",
      "endpoint": "https://mcp.jup.ag",
      "outcome": "answered",
      "tools_count": 75,
      "http_status": null,
      "detail": null,
      "checked_at": "2026-09-26T12:53:55.370Z",
      "counted": true
    },
    {
      "slug": "klever-mcp",
      "endpoint": "https://mcp.klever.org/mcp",
      "outcome": "answered",
      "tools_count": 16,
      "http_status": null,
      "detail": null,
      "checked_at": "2026-09-26T12:53:55.370Z",
      "counted": true
    },
    {
      "slug": "laso-finance",
      "endpoint": "https://laso.finance/mcp",
      "outcome": "answered",
      "tools_count": 62,
      "http_status": null,
      "detail": null,
      "checked_at": "2026-09-26T12:53:55.370Z",
      "counted": true
    },
    {
      "slug": "layerzero-mcp",
      "endpoint": "https://docs.layerzero.network/mcp",
      "outcome": "answered",
      "tools_count": 3,
      "http_status": null,
      "detail": null,
      "checked_at": "2026-09-26T12:53:55.370Z",
      "counted": true
    },
    {
      "slug": "lifi-mcp",
      "endpoint": "https://mcp.li.quest/mcp",
      "outcome": "answered",
      "tools_count": 25,
      "http_status": null,
      "detail": null,
      "checked_at": "2026-09-26T12:53:55.370Z",
      "counted": true
    },
    {
      "slug": "lunarcrush-mcp",
      "endpoint": "https://lunarcrush.ai/mcp",
      "outcome": "credentials",
      "tools_count": null,
      "http_status": 401,
      "detail": "refused our check (HTTP 401): {\"error\":\"unauthorized\",\"error_description\":\"OAuth or a valid bearer token is re…",
      "checked_at": "2026-09-26T12:53:55.370Z",
      "counted": true
    },
    {
      "slug": "maestro-mcp",
      "endpoint": "https://xbt-mainnet.gomaestro-api.org/v0/mcp",
      "outcome": "no_handshake",
      "tools_count": null,
      "http_status": null,
      "detail": "fetch failed",
      "checked_at": "2026-09-26T12:53:55.370Z",
      "counted": true
    },
    {
      "slug": "merx-mcp",
      "endpoint": "https://merx.exchange/mcp/sse",
      "outcome": "answered",
      "tools_count": 66,
      "http_status": null,
      "detail": null,
      "checked_at": "2026-09-26T12:53:55.370Z",
      "counted": true
    },
    {
      "slug": "messari-mcp",
      "endpoint": "https://mcp.messari.io/mcp",
      "outcome": "credentials",
      "tools_count": null,
      "http_status": 401,
      "detail": "refused our check (HTTP 401): {\"error\":\"unauthorized\",\"message\":\"Bearer token required. Please authenticate vi…",
      "checked_at": "2026-09-26T12:53:55.370Z",
      "counted": true
    },
    {
      "slug": "mina-mcp",
      "endpoint": "https://mina-mcp-sandbox.fly.dev/mcp",
      "outcome": "answered",
      "tools_count": 31,
      "http_status": null,
      "detail": null,
      "checked_at": "2026-09-26T12:53:55.370Z",
      "counted": true
    },
    {
      "slug": "minia2a",
      "endpoint": "https://minia2a.uk/mcp",
      "outcome": "answered",
      "tools_count": 1705,
      "http_status": null,
      "detail": null,
      "checked_at": "2026-09-26T12:53:55.370Z",
      "counted": true
    },
    {
      "slug": "monad-agent-kit",
      "endpoint": "https://api.monad.exploreme.pro/mcp",
      "outcome": "answered",
      "tools_count": 94,
      "http_status": null,
      "detail": null,
      "checked_at": "2026-09-26T12:53:55.370Z",
      "counted": true
    },
    {
      "slug": "nansen-mcp",
      "endpoint": "https://mcp.nansen.ai/ra/mcp",
      "outcome": "answered",
      "tools_count": 50,
      "http_status": null,
      "detail": null,
      "checked_at": "2026-09-26T12:53:55.370Z",
      "counted": true
    },
    {
      "slug": "nodit-mcp",
      "endpoint": "https://mcp.nodit.io/sse",
      "outcome": "no_handshake",
      "tools_count": null,
      "http_status": null,
      "detail": "no MCP handshake (HTTP 404)",
      "checked_at": "2026-09-26T12:53:55.370Z",
      "counted": true
    },
    {
      "slug": "ogena-token-risk",
      "endpoint": "https://api.ogenalabs.com/mcp",
      "outcome": "answered",
      "tools_count": 2,
      "http_status": null,
      "detail": null,
      "checked_at": "2026-09-26T12:53:55.370Z",
      "counted": true
    },
    {
      "slug": "opendexter",
      "endpoint": "https://open.dexter.cash/mcp",
      "outcome": "credentials",
      "tools_count": null,
      "http_status": 401,
      "detail": "refused our check (HTTP 401): {\"jsonrpc\":\"2.0\",\"error\":{\"code\":-32001,\"message\":\"authentication required\"},\"id…",
      "checked_at": "2026-09-26T12:53:55.370Z",
      "counted": true
    },
    {
      "slug": "opensea-mcp",
      "endpoint": "https://mcp.opensea.io/mcp",
      "outcome": "answered",
      "tools_count": 1,
      "http_status": null,
      "detail": null,
      "checked_at": "2026-09-26T12:53:55.370Z",
      "counted": true
    },
    {
      "slug": "orthogonal",
      "endpoint": "https://mcp.orthogonal.com",
      "outcome": "credentials",
      "tools_count": null,
      "http_status": 401,
      "detail": "refused our check (HTTP 401): {\"jsonrpc\":\"2.0\",\"id\":1,\"error\":{\"code\":-32001,\"message\":\"Unauthorized\",\"data\":\"…",
      "checked_at": "2026-09-26T12:53:55.370Z",
      "counted": true
    },
    {
      "slug": "payram-mcp",
      "endpoint": "https://mcp.payram.com/mcp",
      "outcome": "answered",
      "tools_count": 52,
      "http_status": null,
      "detail": null,
      "checked_at": "2026-09-26T12:53:55.370Z",
      "counted": true
    },
    {
      "slug": "philidor-mcp",
      "endpoint": "https://mcp.philidor.io/api/mcp",
      "outcome": "answered",
      "tools_count": 14,
      "http_status": null,
      "detail": null,
      "checked_at": "2026-09-26T12:53:55.370Z",
      "counted": true
    },
    {
      "slug": "pyth-mcp",
      "endpoint": "https://mcp.pyth.network/mcp",
      "outcome": "answered",
      "tools_count": 5,
      "http_status": null,
      "detail": null,
      "checked_at": "2026-09-26T12:53:55.370Z",
      "counted": true
    },
    {
      "slug": "quicknode-mcp",
      "endpoint": "https://mcp.quicknode.com/mcp",
      "outcome": "credentials",
      "tools_count": null,
      "http_status": 401,
      "detail": "refused our check (HTTP 401): {\"error\":\"invalid_token\",\"error_description\":\"Missing Authorization header\"}",
      "checked_at": "2026-09-26T12:53:55.370Z",
      "counted": true
    },
    {
      "slug": "robinhood-trading-mcp",
      "endpoint": "https://agent.robinhood.com/mcp/trading",
      "outcome": "credentials",
      "tools_count": null,
      "http_status": 401,
      "detail": "refused our check (HTTP 401): authentication required",
      "checked_at": "2026-09-26T12:53:55.370Z",
      "counted": true
    },
    {
      "slug": "rwa-pipe-mcp",
      "endpoint": "https://rwapipe.com/mcp",
      "outcome": "no_handshake",
      "tools_count": null,
      "http_status": null,
      "detail": "no MCP handshake (HTTP 301)",
      "checked_at": "2026-09-26T12:53:55.370Z",
      "counted": true
    },
    {
      "slug": "santiment-mcp",
      "endpoint": "https://api.santiment.net/mcp",
      "outcome": "answered",
      "tools_count": 8,
      "http_status": null,
      "detail": null,
      "checked_at": "2026-09-26T12:53:55.370Z",
      "counted": true
    },
    {
      "slug": "skim",
      "endpoint": "https://skim402.com/mcp",
      "outcome": "answered",
      "tools_count": 3,
      "http_status": null,
      "detail": null,
      "checked_at": "2026-09-26T12:53:55.370Z",
      "counted": true
    },
    {
      "slug": "sodax-builders-mcp",
      "endpoint": "https://builders.sodax.com/mcp",
      "outcome": "answered",
      "tools_count": 37,
      "http_status": null,
      "detail": null,
      "checked_at": "2026-09-26T12:53:55.370Z",
      "counted": true
    },
    {
      "slug": "solana-foundation-mcp",
      "endpoint": "https://mcp.solana.com/mcp",
      "outcome": "answered",
      "tools_count": 5,
      "http_status": null,
      "detail": null,
      "checked_at": "2026-09-26T12:53:55.370Z",
      "counted": true
    },
    {
      "slug": "tenderly-mcp",
      "endpoint": "https://mcp.tenderly.co/mcp",
      "outcome": "credentials",
      "tools_count": null,
      "http_status": 401,
      "detail": "refused our check (HTTP 401): {\"error\":{\"id\":\"59226c34-fe06-4e46-bfb8-783fe963f7f7\",\"slug\":\"unauthorized\",\"mes…",
      "checked_at": "2026-09-26T12:53:55.370Z",
      "counted": true
    },
    {
      "slug": "thirdweb-ai",
      "endpoint": "https://api.thirdweb.com/mcp",
      "outcome": "not_checked",
      "tools_count": null,
      "http_status": null,
      "detail": null,
      "checked_at": null,
      "counted": false
    },
    {
      "slug": "tokenterminal-mcp",
      "endpoint": "https://mcp.tokenterminal.com/mcp",
      "outcome": "credentials",
      "tools_count": null,
      "http_status": 401,
      "detail": "refused our check (HTTP 401): {\"error\":{\"code\":\"UNAUTHORIZED\",\"message\":\"Authentication required. Please initi…",
      "checked_at": "2026-09-26T12:53:55.370Z",
      "counted": true
    },
    {
      "slug": "vybe-solana-mcp",
      "endpoint": "https://mcp.vybenetwork.xyz",
      "outcome": "answered",
      "tools_count": 7,
      "http_status": null,
      "detail": null,
      "checked_at": "2026-09-26T12:53:55.370Z",
      "counted": true
    },
    {
      "slug": "web3auth-mcp",
      "endpoint": "https://mcp.web3auth.io",
      "outcome": "answered",
      "tools_count": 5,
      "http_status": null,
      "detail": null,
      "checked_at": "2026-09-26T12:53:55.370Z",
      "counted": true
    },
    {
      "slug": "yield-xyz-agentkit",
      "endpoint": "https://mcp.yield.xyz/mcp",
      "outcome": "answered",
      "tools_count": 22,
      "http_status": null,
      "detail": null,
      "checked_at": "2026-09-26T12:53:55.370Z",
      "counted": true
    },
    {
      "slug": "zerion-mcp",
      "endpoint": "https://developers.zerion.io/mcp",
      "outcome": "answered",
      "tools_count": 3,
      "http_status": null,
      "detail": null,
      "checked_at": "2026-09-26T12:53:55.370Z",
      "counted": true
    }
  ]
}