Rootstock MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| SEED_PHRASE | Yes | Your twelve word seed phrase |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| call_contractC | Call a contract function on Rootstock Network |
| erc20_balanceB | Get the balance of an ERC20 token on Rootstock |
| erc20_transferB | Transfer an ERC20 token on Rootstock |
| get_gas_priceA | Get the current gas price on Rootstock Network |
| get_addressA | Get the address of the current account |
| deploy_property_nftB | Deploy a PropertyNFT contract on Rootstock |
| deploy_property_tokenC | Deploy a PropertyToken contract on Rootstock |
| deploy_property_yield_vaultB | Deploy a PropertyYieldVault contract on Rootstock |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 8 tools
Each tool targets a distinct function: generic contract call, specific deployments, ERC20 operations, account info, and gas price. No overlap or ambiguity.
Mix of verb_noun patterns (call_contract, get_address) and noun_verb patterns (erc20_balance, erc20_transfer). The deployment tools start with 'deploy' but have varying suffixes.
8 tools is well-scoped for a blockchain interaction server, covering deployment, generic calls, ERC20, account, and gas data without being excessive.
Missing basic blockchain operations like native RBTC transfer, balance of native token, transaction receipts, and block info. The tool set is biased toward property-related contracts and ERC20, leaving gaps for general use.