Jupiter Solana Swap Quote
x402/jupiter-solana-swap-quoteBest-route swap quote for any Solana token pair from Jupiter's aggregator (re-hosted on lite-api.jup.ag). Returns input/output amounts, the min-out threshold at the given slippage, price impact and the route hop count. Pass inputMint, outputMint and amount (in the input token's smallest unit); slippageBps is optional (default 50 = 0.5%). [x402: $0.05/call on base, category=data]
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"jupiter_solana_swap_quote": {
"url": "https://proxy.suverse.io/v1/data/swap-quote-jupiter",
"transport": "http"
}
}
}