mcpbeat Sign in

Rootstock (RSK) MCP Server

local only

Rootstock (RSK) MCP Server runs on your own machine — the client starts it, so there is no endpoint to ping. 53 installs a week from npm. Last commit 15 Jul 2026.

MCP Server for Rootstock Blockchain

Installs per day peak 26 · avg 7 · +119% w/w
a month agotoday
53
Installs / week
npm · @rsksmart/rsk-mcp-server
3
Stars
0 open issues
15 Jul 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check Rootstock (RSK) MCP Server 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 rsk-mcp-server -- npx -y @rsksmart/rsk-mcp-server
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "rsk-mcp-server": {
      "args": [
        "-y",
        "@rsksmart/rsk-mcp-server"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.rsk-mcp-server]
command = "npx"
args = ["-y", "@rsksmart/rsk-mcp-server"]
.cursor/mcp.json
{
  "mcpServers": {
    "rsk-mcp-server": {
      "args": [
        "-y",
        "@rsksmart/rsk-mcp-server"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "rsk-mcp-server": {
      "args": [
        "-y",
        "@rsksmart/rsk-mcp-server"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Rootstock (RSK) MCP Server

same job, measured the same way
Korea Stock MCP
by jjlabsio

MCP server for korea stock

167 installs/wk local only
AkTools MCP Server
by aahl

MCP Server for stock and crypto

301 installs/wk local only
I
CSE MCP
by gajarthan

MCP server for Colombo Stock Exchange data

39 installs/wk local only
MCP Block Data
by cryptoapis-io

MCP server for retrieving block-level data from EVM, UTXO, and XRP blockchains via Crypto APIs

118 installs/wk local only
MCP Broadcast
by cryptoapis-io

MCP server for broadcasting signed raw transactions to multiple blockchains via Crypto APIs

76 installs/wk local only
MCP Ecdsa
by daedalus

MCP server for ECDSA cryptography

69 installs/wk local only
I
Crypto Bytes
by mickymultani

Crypto Bytes MCP Server

66 installs/wk local only
Datamuse MCP
by lacausecrypto

MCP server for Datamuse word-finding API

30 installs/wk local only

Rootstock (RSK) MCP Server — questions

Answers built from our own checks of this server.

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