# Jupiter Solana Swap Quote API MCP server

Solana swap quotes via Jupiter — best route, price impact, priority fees, USD pricing. x402.

## Links
- Registry page: https://www.getdrio.com/mcp/io-github-br0ski777-jupiter-quotes
- Repository: https://github.com/Br0ski777/jupiter-quotes-x402
- Website: https://github.com/Br0ski777/jupiter-quotes-x402

## Install
- Endpoint: https://jupiter-quotes.api.klymax402.com/mcp
- Auth: Not captured

## Setup notes
- Remote endpoint: https://jupiter-quotes.api.klymax402.com/mcp

## Tools
- jupiter_get_swap_quote - Use this when you need a swap quote on Solana. Returns the best route via Jupiter aggregator across all Solana DEXes with price impact and fee analysis.

1. inputToken: input token symbol and mint address
2. outputToken: output token symbol and mint address
3. inAmount: input amount in raw units
4. outAmount: expected output amount in raw units
5. priceImpact: price impact percentage (e.g. 0.12 = 0.12%)
6. minimumReceived: minimum output after slippage tolerance
7. route: array of DEX hops used (e.g. Raydium -> Orca)
8. priorityFee: recommended priority fee in lamports

Example output: {"inputToken":{"symbol":"SOL","mint":"So111..."},"outputToken":{"symbol":"USDC","mint":"EPjF..."},"inAmount":"1000000000","outAmount":"67450000","priceImpact":0.05,"minimumReceived":"67112750","route":["Raydium V4"],"priorityFee":5000}

Use this BEFORE executing any Solana token swap. Essential for getting the best price, understanding slippage, and choosing the optimal route.

Do NOT use for EVM swaps -- use dex_get_swap_quote. Do NOT use for Solana fees only -- use solana_get_priority_fees. Do NOT use for pool liquidity analysis -- use solana_scan_pool_liquidity. Endpoint: https://jupiter-quotes.api.klymax402.com/mcp

## Resources
Not captured

## Prompts
Not captured

## Metadata
- Owner: io.github.Br0ski777
- Version: 1.1.0
- Runtime: Sse
- Transports: HTTP
- License: Not captured
- Language: Not captured
- Stars: Not captured
- Updated: May 16, 2026
- Source: https://registry.modelcontextprotocol.io
