@blockchainacademics/mcp
Rank #58,150io.github.blockchainacademics/mcp
Crypto MCP — 99 tools across news, market, on-chain, sentiment, indicators, agent generation.
@blockchainacademics/mcp is a Model Context Protocol (MCP) server published by blockchainacademics. It ranks #58,150 of 115,460 servers tracked on MCP Toplist, and its repository has 1 GitHub stars. @blockchainacademics/mcp is listed across 3 registries — Official MCP, PulseMCP and Glama, with 1 tracked version. It was first listed on Jun 3, 2026 and most recently updated on Jun 3, 2026.
Ranks ahead of 57,310 of 115,460 servers on MCP Toplist.
Use @blockchainacademics/mcp
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add blockchainacademics -e "BCA_API_KEY=<your BCA_API_KEY>" -e "BCA_API_BASE=<your BCA_API_BASE>" -- npx -y @blockchainacademics/mcpReplace each placeholder with your own value before saving.
[mcp_servers.blockchainacademics]
command = "npx"
args = ["-y", "@blockchainacademics/mcp"]
[mcp_servers.blockchainacademics.env]
BCA_API_KEY = "<your BCA_API_KEY>"
BCA_API_BASE = "<your BCA_API_BASE>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"blockchainacademics": {
"command": "npx",
"args": [
"-y",
"@blockchainacademics/mcp"
],
"env": {
"BCA_API_KEY": "<your BCA_API_KEY>",
"BCA_API_BASE": "<your BCA_API_BASE>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"blockchainacademics": {
"command": "npx",
"args": [
"-y",
"@blockchainacademics/mcp"
],
"env": {
"BCA_API_KEY": "<your BCA_API_KEY>",
"BCA_API_BASE": "<your BCA_API_BASE>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"blockchainacademics": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@blockchainacademics/mcp"
],
"env": {
"BCA_API_KEY": "<your BCA_API_KEY>",
"BCA_API_BASE": "<your BCA_API_BASE>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"blockchainacademics": {
"command": "npx",
"args": [
"-y",
"@blockchainacademics/mcp"
],
"env": {
"BCA_API_KEY": "<your BCA_API_KEY>",
"BCA_API_BASE": "<your BCA_API_BASE>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"blockchainacademics": {
"command": "npx",
"args": [
"-y",
"@blockchainacademics/mcp"
],
"env": {
"BCA_API_KEY": "<your BCA_API_KEY>",
"BCA_API_BASE": "<your BCA_API_BASE>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.blockchainacademics%2Fmcp)<a href="https://mcptoplist.com/server/io.github.blockchainacademics%2Fmcp"><img src="https://mcptoplist.com/badge/io.github.blockchainacademics%2Fmcp.svg" alt="MCP Toplist: #58,150 of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries
blockchainacademics
Other servers by blockchainacademics
View all blockchainacademics servers →Available versions (1)
| Version | Published |
|---|---|
| 0.4.2 | Jun 3, 2026 |
Frequently asked questions
- Who maintains @blockchainacademics/mcp?
- @blockchainacademics/mcp is maintained by blockchainacademics, which publishes 2 MCP servers (1 total version) tracked on MCP Toplist.
- Is @blockchainacademics/mcp listed on the Official MCP Registry?
- Yes — @blockchainacademics/mcp is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does @blockchainacademics/mcp have?
- MCP Toplist tracks 1 version of @blockchainacademics/mcp, most recently published on Jun 3, 2026.
- Where can I find the source code for @blockchainacademics/mcp?
- The source code for @blockchainacademics/mcp is hosted at github.com/blockchainacademics/bca-mcp.