mcpbeat Sign in

Blockchainacademics MCP Server

by blockchainacademics Your server? Claim it
local only

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

Crypto MCP — 99 tools across news, market, on-chain, sentiment, indicators, agent generation.

Installs per day peak 26 · avg 9 · +433% w/w
a month agotoday
66
Installs / week
npm · @blockchainacademics/mcp
1
Stars
0 open issues
4 Jun 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check Blockchainacademics every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

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 mcp -- npx -y @blockchainacademics/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mcp": {
      "args": [
        "-y",
        "@blockchainacademics/mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.mcp]
command = "npx"
args = ["-y", "@blockchainacademics/mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "mcp": {
      "args": [
        "-y",
        "@blockchainacademics/mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "mcp": {
      "args": [
        "-y",
        "@blockchainacademics/mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: BCA_API_KEY (BCA API key. Free tier: 2,000 calls/mo. Get one at https://blockchainacademics.com.), BCA_API_BASE (Override the API base URL. Defaults to https://api.blockchainacademics.com.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Blockchainacademics

same job, measured the same way
f1ow
by f1ow

Crypto market data & research MCP: price, derivatives, on-chain, sentiment, news, catalysts.

30 tools answering
Santiment
by santiment

Crypto market intelligence: social sentiment, on-chain, trending narratives & analyst insights.

8 tools answering
Free Crypto News
by nirholas

Free crypto news MCP server — 38 tools, 130+ sources, market data, sentiment, whale alerts & more

local only
Whale Insights
by cryptowhaleinsights

Free read-only crypto whale-tracking & market-data MCP tools across 14 chains. No auth.

56 tools answering
Agent Einstein — Crypto & Market Intelligence
by emc2ai

AI price forecasts, whale flows, market sentiment and prediction signals. 18 tools free, no account.

42 tools answering
Tachyo
by tachyo

Crypto market intelligence, token rug-checks, and wallet verification in one MCP server.

24 tools answering
Cryptodata MCP
by kota1026

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

28 installs/wk local only
Shingou
by shingou

Hourly crypto news sentiment and typed market events, with sources on every signal.

18 installs/wk 4 tools answering

Blockchainacademics — questions

Answers built from our own checks of this server.

Why is there no uptime for Blockchainacademics?
Blockchainacademics 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 @blockchainacademics/mcp was installed 66 times last week.
How do I connect Blockchainacademics?
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 @blockchainacademics/mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Blockchainacademics?
The npm package @blockchainacademics/mcp was installed 66 times in the last week. Week over week that is +433%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Blockchainacademics open source?
Yes — it is published under the MIT licence, written in TypeScript and 1 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.