Skip to main content
Glama

MCP Jupiter

by dcSpark

jupiter_get_quote

Obtain a quote for swapping Solana tokens using Jupiter's API, specifying input/output mints, amounts, and customizable parameters like slippage and dex exclusions.

Instructions

Get a quote for swapping tokens on Jupiter

Input Schema

NameRequiredDescriptionDefault
amountYes
asLegacyTransactionNo
excludeDexesNo
inputMintYes
maxAccountsNo
onlyDirectRoutesNo
outputMintYes
platformFeeBpsNo
slippageBpsNo
swapModeNo

Input Schema (JSON Schema)

{ "properties": { "amount": { "type": "string" }, "asLegacyTransaction": { "type": "boolean" }, "excludeDexes": { "items": { "type": "string" }, "type": "array" }, "inputMint": { "type": "string" }, "maxAccounts": { "type": "number" }, "onlyDirectRoutes": { "type": "boolean" }, "outputMint": { "type": "string" }, "platformFeeBps": { "type": "number" }, "slippageBps": { "type": "number" }, "swapMode": { "type": "string" } }, "required": [ "inputMint", "outputMint", "amount" ], "type": "object" }

You must be authenticated.

Other Tools from MCP Jupiter

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/dcSpark/mcp-server-jupiter'

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