⌂ Hub · MCP Config · Wallets · Jupiter MCP Trading

Jupiter MCP Trading

Simplified trading powered by the Jupiter MCP. Get quotes, execute swaps, check prices, and manage positions — all through natural language via the agent interface.

Jupiter MCP connected · Ready for integration
💱

Token Swaps

Execute any Solana token swap via Jupiter's aggregated routing. Best price across all DEXes automatically.

jupiter_get_quote · jupiter_ultra_order
📊

Price Discovery

Real-time prices, OHLCV data, and token stats. Track SOL, USDC, and any SPL token instantly.

jupiter_get_price · jupiter_get_token_stats
🔁

DCA Orders

Dollar-cost average into positions over time. Set schedules and let Jupiter execute automatically.

jupiter_get_dca_positions
📋

Limit Orders

Place limit orders that execute when your target price is hit. No manual monitoring needed.

jupiter_get_limit_orders
🔍

Token Discovery

Find new tokens, search by name/symbol, and get full market data before trading.

jupiter_search_tokens · jupiter_get_new_tokens
💼

Portfolio Balances

Check wallet holdings, token balances, and USD values in one call.

jupiter_ultra_get_balances

MCP Integration — How to Use

Jupiter trading is available via the MCP tools in Claude Code. Use these tools in the agent interface to execute trades. The Jupiter MCP is already configured in .mcp.json.

# Get a swap quote jupiter_get_quote(inputMint="So11111111111111111111111111111111111111112", outputMint="EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v", amount=1000000) # Check SOL price in USDC jupiter_get_sol_price_usdc() # Search for a token jupiter_search_tokens(query="BONK") # Get wallet balances jupiter_ultra_get_balances()

All swaps require wallet signing. Agents use the configured wallet from .env → PRIVATE_KEY

🏠 Hub