Rootstock (RSK) MCP Server

Rootstock MCP Server is a Model Context Protocol (MCP) server that provides advanced tools for interacting with the Rootstock (RSK) blockchain. This project enables AI clients to seamlessly connect and execute blockchain operations. Its 4 documented tools cluster into run & execute, read & search, confirm, delete. It runs locally over stdio via the published package.

People connecting this server to Claude, Cursor, VS Code, or another MCP client. The project is written in TypeScript.

VERIFIED ACTIVE

LAST COMMIT 2026-07-15 · ★ 3 · #483 OF 848 MAINTAINED OTHER · VERIFIED 2026-08-25

MIT · TypeScript servers · how we verify → /methodology

01 · Install Rootstock (RSK) MCP Server

Claude Code

claude mcp add rsksmart-rsk-mcp-server -- npx -y @rsksmart/rsk-mcp-server

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "rsksmart-rsk-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@rsksmart/rsk-mcp-server"
      ]
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

license MIT - declared in the repository

npm package @rsksmart/rsk-mcp-server - published under the repo owner's npm scope (@rsksmart)

registry namespace io.github.rsksmart is GitHub-verified and matches the repo owner

03 · What Rootstock (RSK) MCP Server can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

What you can build

With this server connected, an agent can list operations awaiting confirmation (contract deployments, token transfers), and cancel and discard a pending operation using its operation ID.

Capability map

Tools grouped from the project's README - what Rootstock (RSK) MCP Server lets an agent do.

run & execute

1 tool - e.g. Entry point tool - start here when a user first asks about Rootstock. Lists all available operations.

start-interaction

read & search

1 tool - e.g. List operations awaiting confirmation (contract deployments, token transfers)

list-pending-operations

Confirm

1 tool - e.g. Confirm and execute a pending operation using its operation ID

confirm-operation

delete

1 tool - e.g. Cancel and discard a pending operation using its operation ID

cancel-operation

Latest releases

v0.2.7 · 2026-07-15

publish MCP server to the official MCP Registry

v0.2.6 · 2026-07-15

remove flaky npm self-update step, bump deprecated node20 actions, bump to 0.2.6 · bump publish workflow to Node 24.18.0 for npm OIDC trusted publishing

v0.2.5 · 2026-07-15

bump CI Node version to 22 for publish workflow · bump version to 0.2.5

04 · Who maintains Rootstock (RSK) MCP Server

Rootstock (RSK) MCP Server is maintained by rsksmart. It's the only MCP server we track from this author; the repo dates to Jul 2025.

05 · Facts

category
other - ranked #483 of 848 actively-maintained other servers as of 2026-08-25.
release cadence
4 releases in the last 90 days (latest 2026-07-15)
registry
io.github.rsksmart/rsk-mcp-server (active, first published 2026-07-15)
packages
npm:@rsksmart/rsk-mcp-server

06 · Rootstock (RSK) MCP Server FAQ

Is Rootstock (RSK) MCP Server still maintained?

Yes - as of 2026-08-25, its last commit was 2026-07-15 and it shipped 4 releases in the last 90 days. We re-verify nightly.

What can Rootstock (RSK) MCP Server do?

With this server connected, an agent can list operations awaiting confirmation (contract deployments, token transfers), and cancel and discard a pending operation using its operation ID.

How do I install Rootstock (RSK) MCP Server?

Run `npx -y @rsksmart/rsk-mcp-server`. You can also paste the ready-made client config above.

Does Rootstock (RSK) MCP Server run locally?

Yes - it's a stdio server: it runs on your machine (via npx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to Rootstock (RSK) MCP Server