Skip to main content
Glama

MCP Helius

by dcSpark

helius_send_jito_bundle

Send a batch of Solana transactions to Jito for processing using the Helius API. Facilitates efficient blockchain interactions by handling multiple transactions in a single request.

Instructions

Send a bundle of transactions to Jito

Input Schema

NameRequiredDescriptionDefault
jitoApiUrlYes
serializedTransactionsYes

Input Schema (JSON Schema)

{ "properties": { "jitoApiUrl": { "type": "string" }, "serializedTransactions": { "items": { "type": "string" }, "type": "array" } }, "required": [ "serializedTransactions", "jitoApiUrl" ], "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/dcSpark/mcp-server-helius'

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