Skip to main content
Glama

Solana MCP Server

getKeypairInfo

Retrieve keypair details, including public key and associated metadata, by providing a base58-encoded secret key or byte array. Ideal for Solana blockchain developers managing secure keypair information.

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" }

You must be authenticated.

Other Tools from Solana MCP Server

Related Tools

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/akc2267/solana-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server