
Uniswap Trader MCP Server
The Uniswap Trader MCP Server empowers AI agents and developers to automate token swaps, price queries, and multi-chain DeFi trading on Uniswap across Ethereum,...
Automate token swaps and get optimal prices on Solana with the Jupiter MCP Server. Integrate with FlowHunt and AI tools for seamless DeFi workflows.
The Jupiter MCP Server is designed to facilitate token swaps on the Solana blockchain by interfacing with Jupiter’s new Ultra API. Acting as a Model Context Protocol (MCP) server, it enables AI assistants and clients to programmatically fetch swap orders and execute trades with optimal pricing by combining decentralized exchange (DEX) routing and request-for-quote (RFQ) mechanisms. This server empowers users to automate activities such as obtaining the best price for token exchanges, managing slippage, and ensuring smooth token transactions—all from within an AI-assisted workflow or toolchain. By integrating Jupiter MCP Server, developers can enhance their Solana-based applications and workflows with reliable, on-chain token swap capabilities.
get-ultra-order
Fetches a swap order from Jupiter’s Ultra API, combining DEX routing and RFQ for optimal pricing.
inputMint
, outputMint
, amount
, slippageBps
execute-ultra-order
Executes a swap transaction requested via Jupiter’s Ultra API, handling slippage, priority fees, and transaction confirmation.
requestId
, transaction
{
"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"
}
}
}
}
Store sensitive information like PRIVATE_KEY
and SOLANA_RPC_URL
in environment variables:
{
"env": {
"SOLANA_RPC_URL": "env:SOLANA_RPC_URL",
"PRIVATE_KEY": "env:PRIVATE_KEY"
}
}
Using MCP in FlowHunt
To integrate MCP servers into your FlowHunt workflow, start by adding the MCP component to your flow and connecting it to your AI agent:
Click on the MCP component to open the configuration panel. In the system MCP configuration section, insert your MCP server details using this JSON format:
{
"Jupiter-MCP": {
"transport": "streamable_http",
"url": "https://yourmcpserver.example/pathtothemcp/url"
}
}
Once configured, the AI agent is now able to use this MCP as a tool with access to all its functions and capabilities. Remember to change “Jupiter-MCP” to whatever the actual name of your MCP server is and replace the URL with your own MCP server URL.
Section | Availability | Details/Notes |
---|---|---|
Overview | ✅ | |
List of Prompts | ⛔ | None found |
List of Resources | ⛔ | None found |
List of Tools | ✅ | get-ultra-order, execute-ultra-order |
Securing API Keys | ✅ | Via env in config |
Sampling Support (less important in evaluation) | ⛔ | Not mentioned |
Jupiter MCP Server is focused, well-documented, and provides clear setup and tool descriptions for Solana token swaps. However, it lacks prompt templates, resource primitives, and sampling/roots support. It is an excellent choice for specific Solana swap use cases, but not as broad as some general-purpose MCP servers.
Has a LICENSE | ✅ (MIT) |
---|---|
Has at least one tool | ✅ |
Number of Forks | 6 |
Number of Stars | 12 |
The Jupiter MCP Server enables automated token swaps on the Solana blockchain, providing optimal pricing by connecting to Jupiter's Ultra API. It lets AI assistants and applications fetch swap orders and execute trades seamlessly.
It provides two tools: get-ultra-order (fetches optimal swap orders with DEX routing and RFQ) and execute-ultra-order (executes swap transactions, handling slippage, fees, and confirmation).
Automated token swaps, optimal price routing, trading bot creation, wallet/portfolio management, and integrating DeFi swap features into dashboards or apps.
Store sensitive credentials as environment variables in your configuration, rather than hardcoding them, to enhance security.
No prompt templates or explicit resource primitives are present in the server. It is focused on providing robust Solana swap tools.
Yes, it is licensed under the MIT License.
Enhance your Solana-based applications and workflows with automated, AI-powered token swaps using Jupiter MCP Server.
The Uniswap Trader MCP Server empowers AI agents and developers to automate token swaps, price queries, and multi-chain DeFi trading on Uniswap across Ethereum,...
The agent-kit-mcp-server bridges AI assistants and the Solana blockchain, enabling AI-powered workflows for developers by providing structured access to on-chai...
DexPaprika MCP Server provides real-time and historical crypto token, DEX, and liquidity data across blockchains via natural language queries. Enable AI agents ...