MCP Jupiter

MIT License
6
  • Apple
  • Linux

jupiter_get_quote

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" }