mcpbeat Sign in

Cryptodata MCP Server

local only

Cryptodata MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 28 installs a week from npm. Last commit 4 Aug 2026.

CryptoData MCP Server - Real-time crypto market data, DeFi analytics, and on-chain intelligence...

Installs per day peak 9 · avg 3 · -39% w/w
a month agotoday
28
Installs / week
npm · cryptodata-mcp
0
Stars
4 open issues
4 Aug 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

What the code does

We read the source, 19 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

            UPDATE insurance_fund
            SET total_balance = total_balance + $1,
            const ret = new Function(getStringFromWasm0(arg0, arg1));
            result = subprocess.run(cmd, shell=True, capture_output=True, text=True, cwd=self.project_root, timeout=120)
            result = subprocess.run(cmd, shell=True, capture_output=True, text=True, cwd=self.project_root, timeout=120)
Executes code built at runtime src/infra/agents/orchestrator.py:45
            module = __import__(module_name)
        "input": "0x6080346100b757601f610afb38819003918201601f19168301916001600160401b038311848410176100bb5780849260409485528339810103126100b757610052602061004b836100cf565b92016100cf565b6001600160a01b03918216919082156100a5571680156100a55760048054600380546001600160a01b031916909317…
                  placeholder="https://hooks.slack.com/services/..."
In the project's build, not in the package

Found in continuous integration, deployment or infrastructure files, or in a neighbouring package of the same monorepo. None of this is installed when you add the server: it describes how the project is built and released. We list it because a leaked key in a build pipeline is still a real problem, but it is not something this server does on your machine.

CI pipeline leaks secrets outward .github/workflows/deploy-testnet.yml:126
            --rpc-url ${{ secrets.SEPOLIA_RPC_URL || 'https://rpc.sepolia.org' }} \

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add cryptodata-mcp -- npx -y cryptodata-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "cryptodata-mcp": {
      "args": [
        "-y",
        "cryptodata-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.cryptodata-mcp]
command = "npx"
args = ["-y", "cryptodata-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "cryptodata-mcp": {
      "args": [
        "-y",
        "cryptodata-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "cryptodata-mcp": {
      "args": [
        "-y",
        "cryptodata-mcp"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Cryptodata MCP

same job, measured the same way
Singular
by singular

Marketing intelligence MCP server providing campaign performance data and analytics tools.

answering
Coinversaa
by coinversaa

Crypto intelligence for AI agents. Hyperliquid trader analytics, cohorts, and live market data.

90 installs/wk local only
CryptoData API
by elevasyncsolutions-jpg

Crypto MCP with 21 tools for market data, DeFi, analytics, and sentiment. Post-paid USDC billing.

48 tools answering
Google Analytics
by codechap

MCP server for Google Analytics 4 — reports, realtime data, and admin

local only
Apify Market Intelligence
by timzinin-api

Pay-per-call Apify Store analytics with free MCP discovery and x402 payments.

6 tools answering
Sisense MCP Server
by sisense

MCP server leveraging Sisense Intelligence for actionable insights and analytics.

38 installs/wk local only
Bitquery MCP
by bitquery

Real-time Blockchain Trading intelligence - Token prices, trades, marketcap, Traders, Charts

answering
QR Manager
by qr-manager

Dynamic QR codes and short links with real-time analytics and AI/MCP integration.

answering

Cryptodata MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Cryptodata MCP?
Cryptodata MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package cryptodata-mcp was installed 28 times last week.
How do I connect Cryptodata 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 runs locally, so the command pulls cryptodata-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Cryptodata MCP?
The npm package cryptodata-mcp was installed 28 times in the last week. Week over week that is -39%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Cryptodata MCP open source?
Yes — it is published under the MIT licence, written in TypeScript, 0 stars on GitHub and 4 open issues. The source link is on this page, so you can read exactly what it does with your data before you connect it.