Skip to main content
Glama

Model Context Protocol Server for Solana Client

by tywenk

send_transaction

Send signed and serialized transactions to the Solana blockchain using the MCP server. This tool processes pre-formatted transaction data and returns the send result.

Instructions

Send a transaction that has already been signed and serialized into the wire format.

Args: txn (bytes): Signed transaction as bytes

Returns: str: Transaction send result

Input Schema

NameRequiredDescriptionDefault
txnYes

Input Schema (JSON Schema)

{ "properties": { "txn": { "format": "binary", "title": "Txn", "type": "string" } }, "required": [ "txn" ], "title": "send_transactionArguments", "type": "object" }

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/tywenk/mcp-sol'

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