Skip to main content
Glama

Rootstock MCP Server

by cuongpo
MIT License

import_wallet

Integrate an existing wallet into the Rootstock MCP Server by importing a private key or mnemonic phrase, enabling secure management and interaction with Rootstock blockchain assets.

Instructions

Import an existing wallet using private key or mnemonic phrase

Input Schema

NameRequiredDescriptionDefault
mnemonicNoMnemonic phrase to import (alternative to private key)
nameNoOptional name for the wallet
privateKeyNoPrivate key to import (alternative to mnemonic)

Input Schema (JSON Schema)

{ "properties": { "mnemonic": { "description": "Mnemonic phrase to import (alternative to private key)", "type": "string" }, "name": { "description": "Optional name for the wallet", "type": "string" }, "privateKey": { "description": "Private key to import (alternative to mnemonic)", "type": "string" } }, "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