Skip to main content
Glama

Solana MCP Server

transfer

Send SOL from your keypair to another wallet address on the Solana blockchain using the MCP server. Specify the amount, destination address, and secret key to execute transfers securely.

Instructions

Transfer SOL from your keypair to another address

Input Schema

NameRequiredDescriptionDefault
amountYesAmount of SOL to send
secretKeyYesYour keypair's secret key (as comma-separated numbers or JSON array)
toAddressYesDestination wallet address

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "amount": { "description": "Amount of SOL to send", "exclusiveMinimum": 0, "type": "number" }, "secretKey": { "description": "Your keypair's secret key (as comma-separated numbers or JSON array)", "type": "string" }, "toAddress": { "description": "Destination wallet address", "type": "string" } }, "required": [ "secretKey", "toAddress", "amount" ], "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