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

Other Tools from Web3 MCP Server

Related Tools

ID: an8x6gmzdn