Skip to main content
Glama

Rootstock MCP Server

by cuongpo
MIT License

send_transaction

Transfer native tokens or ERC20 tokens securely to a recipient address using this tool. Specify the recipient, amount, and optional parameters like gas limit and token contract address.

Instructions

Send native tokens or ERC20 tokens to another address

Input Schema

NameRequiredDescriptionDefault
amountYesAmount to send (in token units, not wei)
gasLimitNoOptional gas limit
gasPriceNoOptional gas price
toYesRecipient address
tokenAddressNoOptional ERC20 token contract address (for token transfers)

Input Schema (JSON Schema)

{ "properties": { "amount": { "description": "Amount to send (in token units, not wei)", "type": "string" }, "gasLimit": { "description": "Optional gas limit", "type": "string" }, "gasPrice": { "description": "Optional gas price", "type": "string" }, "to": { "description": "Recipient address", "type": "string" }, "tokenAddress": { "description": "Optional ERC20 token contract address (for token transfers)", "type": "string" } }, "required": [ "to", "amount" ], "type": "object" }

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