# Rootstock Blockchain Interaction Server

Enable seamless interaction with the Rootstock blockchain through a standardized MCP interface. Manage wallets, perform transactions, deploy and manage ERC20 tokens, and query blockchain data easily.…

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add cuongpo/rootstock-mcp-test

# Browse available tools
npx -y @smithery/cli@latest tool list cuongpo/rootstock-mcp-test
```

---

Source: https://github.com/cuongpo/rootstock-mcp | License: MIT
