Skip to main content
Glama

MCP Helius

by dcSpark

helius_execute_jupiter_swap

Swap tokens on the Solana blockchain using Jupiter DEX by specifying input/output mint addresses, amount, and signer public key. Configure maximum slippage for optimized execution.

Instructions

Execute a token swap using Jupiter

Input Schema

NameRequiredDescriptionDefault
amountYesThe amount of input tokens to swap
inputMintYesThe mint address of the input token
maxDynamicSlippageBpsNoMaximum slippage in basis points (optional)
outputMintYesThe mint address of the output token
signerYesThe signer public key

Input Schema (JSON Schema)

{ "properties": { "amount": { "description": "The amount of input tokens to swap", "type": "number" }, "inputMint": { "description": "The mint address of the input token", "type": "string" }, "maxDynamicSlippageBps": { "description": "Maximum slippage in basis points (optional)", "type": "number" }, "outputMint": { "description": "The mint address of the output token", "type": "string" }, "signer": { "description": "The signer public key", "type": "string" } }, "required": [ "inputMint", "outputMint", "amount", "signer" ], "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