MCP.so
登录

Rootstock MCP Server

@rsksmart

关于 Rootstock MCP Server

暂无概览

基本信息

分类

其他

许可证

MIT license

运行时

node

传输方式

stdio

发布者

rsksmart

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "mcpServers": {
    "rootstock": {
      "command": "node",
      "args": [
        "/path/to/rootstock-mcp/build/index.js"
      ],
      "env": {
        "SEED_PHRASE": ""
      }
    }
  }
}

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is Rootstock MCP Server?

Rootstock MCP Server is a Model Context Protocol (MCP) server that provides onchain tools for Claude AI, enabling it to interact with the Rootstock blockchain. It is intended for developers who want to automate blockchain operations through natural language prompts in Claude.

How to use Rootstock MCP Server?

Clone the repository, run npm install and npm run build, then create a .env file with a SEED_PHRASE variable. Start the server with npm start or configure it as an MCP server in Claude’s mcpServers configuration by pointing to the built index.js and passing the seed phrase via the environment variable.

Key features of Rootstock MCP Server

  • Call contract functions on Rootstock Network
  • Get ERC20 token balances
  • Transfer ERC20 tokens
  • Get current gas prices

Use cases of Rootstock MCP Server

  • Query the balance of an ERC20 token via a natural language request
  • Automate token transfers between addresses on Rootstock
  • Interact with any smart contract function without writing custom code
  • Monitor current gas prices before submitting a transaction

FAQ from Rootstock MCP Server

What prerequisites are needed to run the server?

You need Node.js and npm. A twelve-word seed phrase must be provided either in a .env file or as an environment variable in the MCP configuration.

How do I configure the server for Claude?

Add a rootstock entry under mcpServers in your Claude configuration, specifying the path to the built index.js and the SEED_PHRASE environment variable.

What tools does the server expose?

Four tools: call_contract (invoke any contract function), erc20_balance (query token balance), erc20_transfer (send tokens), and get_gas_price (current gas price).

Is the software guaranteed to work?

No. The software is provided “as is” without any warranty, and has not undergone testing. Use is at your own risk, and the authors are not liable for any damages.

Can I modify and redistribute this server?

Yes, the server is licensed under MIT, which permits modification and distribution under the same license terms.

评论

其他 分类下的更多 MCP 服务器