onyx_solana_jupiter_quote
InactiveTool of onyx-paid-mcp
Best-route swap quote on Solana via Jupiter aggregator. Pass inputMint + outputMint + amount (in input mint's smallest units) and get the best route across all Solana DEXes (Orca, Raydium, Meteora, Phoenix, Lifinity, etc.) with price impact, expected output, intermediate hops, and slippage. Use BEFORE every Solana swap to lock execution price. Cheaper than every alternative — Jupiter's API is free but requires no API key tracking; we charge $0.001 USDC per quote with no signup. (price: $0.001 USDC, tier: metered)
Parameters schema
{
"type": "object",
"required": [
"input_mint",
"output_mint",
"amount"
],
"properties": {
"amount": {
"type": "string",
"description": "Amount in smallest units of input_mint (string to avoid float precision)"
},
"input_mint": {
"type": "string",
"description": "Input token SPL mint (base58)"
},
"output_mint": {
"type": "string",
"description": "Output token SPL mint (base58)"
},
"slippage_bps": {
"type": "integer",
"default": 50,
"description": "Max slippage in basis points (50 = 0.5%, default 50)"
}
}
}Parent server
onyx-paid-mcp
https://github.com/dimitrilaouanis-tech/onyx-mcp
2/7 registries