You're viewing a demo portfolio

Join the waitlist
PRSM
This tool is no longer present in the server's latest manifest. Showing the last observed version (server version 1.28.0).

onyx_solana_jupiter_quote

Inactive

Tool of onyx-paid-mcp

declared in 1.28.0

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

What this tool wraps· 1 endpoint

min confidence0.700.50

Parent server

onyx-paid-mcp

https://github.com/dimitrilaouanis-tech/onyx-mcp

2/7 registries
View full server →