Jupiter MCP (quanghuynguyen)
MCP server for Jupiter Solana DEX aggregation and token swaps via the Model Context Protocol.
Jupiter MCP by quanghuynguyen is an MCP server that provides access to the Jupiter DEX aggregator on Solana. It exposes Jupiter’s token swap and aggregation functionality as structured MCP tools, allowing AI agents to query swap routes, retrieve token pricing, and interact with Solana’s decentralized exchange liquidity through compatible MCP clients.
The server focuses on making Jupiter’s aggregation capabilities available within agent-driven workflows. By abstracting the Jupiter API into MCP tool calls, it reduces the integration overhead for agents that need to incorporate Solana DEX data into their analysis or trading pipelines. Agents can compare routes, check price impact, and prepare swap parameters through a consistent interface.
Setup involves configuring the server with a Solana RPC endpoint and registering it with an MCP-compatible client. For workflows that involve swap execution, wallet credentials must be provided via environment variables. Users should validate all swap parameters and routing details before any on-chain execution, and should implement explicit approval steps to prevent unintended transactions.