Loading...
{
"mcpServers": {
"Jupiter-MCP": {
"command": "node",
"args": ["path/to/jupiter-mcp/server/index.js"],
"env": {
"SOLANA_RPC_URL": "solana rpc url you can access",
"PRIVATE_KEY": "your private key"
}
}
}
}get-ultra-orderFetches a swap order from Jupiter's Ultra API, finding the best price via DEX and RFQ.
Read-only operation that retrieves swap order details without executing any transactions.
execute-ultra-orderExecutes a pre-approved swap transaction on the Solana blockchain via Jupiter's Ultra API.
Signs and submits transactions, potentially leading to financial loss if used improperly or maliciously.
This server allows for automated token swaps on Solana, which is inherently risky due to the potential for financial loss. The need for a private key makes securing the server paramount. It is safe to use only with thorough understanding of the risks and careful management of the private key.