Jupiter Ultra
Summary
Jupiter MCP Server provides a bridge to Jupiter's Ultra API for executing token swaps on the Solana blockchain. It exposes two key tools: one for fetching optimal swap orders that combine DEX routing and RFQ (Request for Quote) pricing, and another for executing these swaps with proper handling of slippage, priority fees, and transaction landing. The implementation uses the Solana Web3.js library to sign transactions with a private key before submitting them to Jupiter's API, making it valuable for applications that need to perform programmatic token swaps with competitive pricing on Solana.
Available Actions(2)
get-ultra-order
Fetches a swap order from Jupiter's Ultra API, leveraging both DEX routing and RFQ for optimal pricing. Inputs: inputMint (string), outputMint (string), amount (string), slippageBps (number). Output: JSON with requestId, transaction (base64-encoded), inputMint, outputMint, inAmount, outAmount, price.
execute-ultra-order
Requests Jupiter to execute the swap transaction on behalf of the wallet owner, handling slippage, priority fees, and transaction landing. Inputs: requestId (string), transaction (base64-encoded). Output: JSON with status, transactionId, slot, inputAmountResult, outputAmountResult, swapEvents.
커뮤니티 리뷰
아직 리뷰가 없습니다. 첫 번째 리뷰를 작성해 보세요!
대화에 참여하려면 로그인하세요