Web3 MCP Server

getKeypairInfo

Retrieve detailed information about a keypair by providing its secret key in Base58 or byte array format. Simplifies blockchain operations on Solana and Ethereum via Web3 MCP Server.

Instructions

Get information about a keypair from its secret key

Input Schema

NameRequiredDescriptionDefault
secretKeyYesBase58 encoded secret key or array of bytes

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "secretKey": { "description": "Base58 encoded secret key or array of bytes", "type": "string" } }, "required": [ "secretKey" ], "type": "object" }

Other Tools from Web3 MCP Server

Related Tools

ID: an8x6gmzdn