Blockchain Intelligence
Rank #43,962com.eruditepay/blockchain-intelligence
MCP server providing blockchain-intelligence capabilities
Blockchain Intelligence is a Model Context Protocol (MCP) server published by EruditeIntelligence. It ranks #43,962 of 115,591 servers tracked on MCP Toplist. Blockchain Intelligence is listed across 2 registries — Official MCP and PulseMCP, with 2 tracked versions. It was first listed on Mar 19, 2026 and most recently updated on Mar 19, 2026.
Ranks ahead of 71,629 of 115,591 servers on MCP Toplist.
Use Blockchain Intelligence
Hosted remote endpoint gated by authentication — connect via its URL and authenticate with the provider (OAuth flow or an API key/header, per its docs).
claude mcp add --transport http blockchain-intelligence https://bridge.eruditepay.com:4100/mcpThis endpoint requires authentication — see the server’s docs for credentials.
[mcp_servers.blockchain-intelligence]
url = "https://bridge.eruditepay.com:4100/mcp"Add to ~/.codex/config.toml. This endpoint requires authentication — see the server’s docs for credentials.
https://bridge.eruditepay.com:4100/mcpSettings → Connectors → “Add custom connector”, then paste this URL. This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"blockchain-intelligence": {
"url": "https://bridge.eruditepay.com:4100/mcp"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). This endpoint requires authentication — see the server’s docs for credentials.
{
"servers": {
"blockchain-intelligence": {
"type": "http",
"url": "https://bridge.eruditepay.com:4100/mcp"
}
}
}Save as .vscode/mcp.json in your workspace. This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"blockchain-intelligence": {
"serverUrl": "https://bridge.eruditepay.com:4100/mcp"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"blockchain-intelligence": {
"url": "https://bridge.eruditepay.com:4100/mcp"
}
}
}This endpoint requires authentication — see the server’s docs for credentials.
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/com.eruditepay%2Fblockchain-intelligence)<a href="https://mcptoplist.com/server/com.eruditepay%2Fblockchain-intelligence"><img src="https://mcptoplist.com/badge/com.eruditepay%2Fblockchain-intelligence.svg" alt="MCP Toplist: Top 50% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry (1 delisted)
EruditeIntelligence
Other servers by EruditeIntelligence
View all EruditeIntelligence servers →Available versions (2)
| Version | Published |
|---|---|
| 2.1.0 | Mar 19, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Blockchain Intelligence?
- Blockchain Intelligence is maintained by EruditeIntelligence, which publishes 2 MCP servers (4 total versions) tracked on MCP Toplist.
- Is Blockchain Intelligence listed on the Official MCP Registry?
- Yes — Blockchain Intelligence is listed on the Official MCP Registry, alongside PulseMCP.
- How many versions does Blockchain Intelligence have?
- MCP Toplist tracks 2 versions of Blockchain Intelligence, most recently published on Mar 19, 2026.
- Where can I find the source code for Blockchain Intelligence?
- The source code for Blockchain Intelligence is hosted at github.com/eruditeintelligence/blockchain-intelligence-mcp.