# Rootstock MCP Server Configuration
# Rootstock Testnet Configuration
ROOTSTOCK_RPC_URL=https://public-node.testnet.rsk.co
# Chain ID for Rootstock Testnet
ROOTSTOCK_CHAIN_ID=31
# Network Name
ROOTSTOCK_NETWORK_NAME=Rootstock Testnet
# Block Explorer URL
ROOTSTOCK_EXPLORER_URL=https://explorer.testnet.rootstock.io
# Currency Symbol
ROOTSTOCK_CURRENCY_SYMBOL=tRBTC
# Wallet Configuration
# Multiple private keys can be provided, separated by commas
# Replace with your actual private keys (64 hex characters without 0x prefix)
ROOTSTOCK_PRIVATE_KEYS=your_private_key_here_64_hex_characters
# Corresponding addresses (optional, will be derived from private keys if not provided)
# Replace with your actual wallet addresses
ROOTSTOCK_ADDRESSES=0xYourWalletAddressHere
# Current active wallet address (optional, defaults to first wallet)
# Replace with your actual wallet address
ROOTSTOCK_CURRENT_ADDRESS=0xYourWalletAddressHere
# API Configuration (optional)
ROOTSTOCK_API_TIMEOUT=30000
ROOTSTOCK_MAX_RETRIES=3
# Development/Debug Settings
NODE_ENV=production
DEBUG=false
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/cuongpo/rootstock-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server