Blockrun MCP
Rank #355io.github.BlockRunAI/blockrun-mcp
Web search, deep research, prediction markets & crypto data for AI agents. Pay per call via x402.
Blockrun MCP is a Model Context Protocol (MCP) server published by BlockRunAI. It ranks #355 of 115,460 servers tracked on MCP Toplist, and its repository has 393 GitHub stars. Blockrun MCP is listed across 2 registries — Official MCP and Glama, with 19 tracked versions. It was first listed on Jan 14, 2026 and most recently updated on Aug 30, 2026.
Ranks ahead of 115,105 of 115,460 servers on MCP Toplist.
Use Blockrun MCP
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add blockrun-mcp -e "BLOCKRUN_WALLET_KEY=<your BLOCKRUN_WALLET_KEY>" -- npx -y @blockrun/mcpReplace each placeholder with your own value before saving.
[mcp_servers.blockrun-mcp]
command = "npx"
args = ["-y", "@blockrun/mcp"]
[mcp_servers.blockrun-mcp.env]
BLOCKRUN_WALLET_KEY = "<your BLOCKRUN_WALLET_KEY>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"blockrun-mcp": {
"command": "npx",
"args": [
"-y",
"@blockrun/mcp"
],
"env": {
"BLOCKRUN_WALLET_KEY": "<your BLOCKRUN_WALLET_KEY>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"blockrun-mcp": {
"command": "npx",
"args": [
"-y",
"@blockrun/mcp"
],
"env": {
"BLOCKRUN_WALLET_KEY": "<your BLOCKRUN_WALLET_KEY>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"blockrun-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@blockrun/mcp"
],
"env": {
"BLOCKRUN_WALLET_KEY": "<your BLOCKRUN_WALLET_KEY>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"blockrun-mcp": {
"command": "npx",
"args": [
"-y",
"@blockrun/mcp"
],
"env": {
"BLOCKRUN_WALLET_KEY": "<your BLOCKRUN_WALLET_KEY>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"blockrun-mcp": {
"command": "npx",
"args": [
"-y",
"@blockrun/mcp"
],
"env": {
"BLOCKRUN_WALLET_KEY": "<your BLOCKRUN_WALLET_KEY>"
}
}
}
}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.BlockRunAI%2Fblockrun-mcp)<a href="https://mcptoplist.com/server/io.github.BlockRunAI%2Fblockrun-mcp"><img src="https://mcptoplist.com/badge/io.github.BlockRunAI%2Fblockrun-mcp.svg" alt="MCP Toplist: Top 1% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry (1 delisted)
BlockRunAI
Other servers by BlockRunAI
View all BlockRunAI servers →Available versions (19)
| Version | Published |
|---|---|
| 0.44.0 | Aug 30, 2026 |
| 0.43.0 | Aug 30, 2026 |
| 0.42.0 | Aug 29, 2026 |
| 0.40.3 | Aug 28, 2026 |
| 0.40.2 | Aug 19, 2026 |
| 0.40.1 | Aug 13, 2026 |
| 0.40.0 | Aug 12, 2026 |
| 0.39.0 | Aug 8, 2026 |
| 0.38.0 | Aug 7, 2026 |
| 0.37.1 | Aug 5, 2026 |
| 0.36.0 | Aug 4, 2026 |
| 0.34.0 | Aug 3, 2026 |
| 0.33.0 | Jul 28, 2026 |
| 0.31.5 | Jul 16, 2026 |
| 0.30.3 | Jul 11, 2026 |
| 0.30.0 | Jul 10, 2026 |
| 0.6.9 | Apr 7, 2026 |
| 0.2.2 | Jan 14, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Blockrun MCP?
- Blockrun MCP is maintained by BlockRunAI, which publishes 3 MCP servers (19 total versions) tracked on MCP Toplist.
- Is Blockrun MCP listed on the Official MCP Registry?
- Yes — Blockrun MCP is listed on the Official MCP Registry, alongside Glama.
- How many versions does Blockrun MCP have?
- MCP Toplist tracks 19 versions of Blockrun MCP, most recently published on Aug 30, 2026.
- Where can I find the source code for Blockrun MCP?
- The source code for Blockrun MCP is hosted at github.com/BlockRunAI/blockrun-mcp.