Skip to main content
Glama

Web3 MCP Server

transfer

Send SOL tokens from one wallet to another using your keypair secret key and destination address on the Solana blockchain via the Web3 MCP Server.

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 Web3 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/strangelove-ventures/web3-mcp'

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