MCP Jupiter

by dcSpark
MIT License
6
  • Apple
  • Linux

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

ID: jc7lttojhw