Jupiter Solana Mcp Server
@pipedude
关于 Jupiter Solana Mcp Server
A comprehensive MCP (Model Context Protocol) server for interacting with Jupiter Protocol on Solana. Features token swaps, search, portfolio management, and intelligent error diagnostics.
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"Jupiter-MCP": {
"command": "node",
"args": [
"path/to/jupiter-mcp/index.js"
],
"env": {
"SOLANA_RPC_URL": "https://api.mainnet-beta.solana.com",
"PRIVATE_KEY": "your_base58_encoded_private_key_here",
"JUPITER_API_KEY": "your_jupiter_api_key_here"
}
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Jupiter Solana Mcp Server?
The Jupiter Solana Mcp Server is an MCP (Model Context Protocol) server that integrates with Jupiter Protocol on Solana, enabling token swaps, token search, portfolio management, and intelligent error diagnostics. It is designed for developers building on Solana who need a programmatic interface to Jupiter’s Ultra API.
How to use Jupiter Solana Mcp Server?
Install Node.js 18+, clone the repository, run npm install, configure a .env file with SOLANA_RPC_URL, PRIVATE_KEY, and JUPITER_API_KEY, then add the server to your MCP client configuration using "command": "node", "args": ["path/to/jupiter-mcp/index.js"]. Use the provided tools (search-token, get-balances, get-ultra-order, execute-ultra-order) to interact with Solana tokens.
Key features of Jupiter Solana Mcp Server
- Token swaps via Jupiter’s Ultra API with intelligent slippage and fee handling
- Token search by symbol, name, or mint address with detailed market data
- Portfolio management with token balances and holdings
- Intelligent error detection and helpful user guidance
- Automatic SOL fee validation before transaction execution
- Multi‑language support (English)
Use cases of Jupiter Solana Mcp Server
- Searching for token information, price, volume, and security audit data
- Checking wallet balances of SOL and all SPL tokens
- Obtaining optimized swap quotes for token trading
- Executing swap transactions with status monitoring and error handling
- Building automated trading or portfolio monitoring tools
FAQ from Jupiter Solana Mcp Server
What dependencies are required?
Node.js 18 or higher, a free Jupiter API key (from portal.jup.ag), a base58-encoded Solana private key, and a Solana RPC endpoint (e.g., https://api.mainnet-beta.solana.com).
How does the server handle transaction errors?
It provides intelligent error messages for insufficient SOL, slippage issues, and network problems, with suggestions such as adding 0.01 SOL or increasing slippage tolerance.
Can I check balances of any wallet?
Yes, the get-balances tool accepts an optional walletAddress parameter; if omitted it defaults to the configured wallet.
Where does my private key live?
The private key is stored locally in the .env file and is only used for signing transactions within the server; it is never sent externally.
What transports and authentication are used?
The server uses standard MCP transport (stdio via command/args) and authenticates to the Jupiter API using the JUPITER_API_KEY environment variable.
其他 分类下的更多 MCP 服务器
Mcp
browsermcpBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
Awesome Mcp Servers
punkpeyeA collection of MCP servers.
🪟 Windows-MCP
CursorTouchMCP Server for Computer Use in Windows
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
Inbox Zero AI MCP
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
评论