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.
「その他」の他のコンテンツ

Sequential Thinking
modelcontextprotocolModel Context Protocol Servers
MCP Go 🚀
mark3labsA Go implementation of the Model Context Protocol (MCP), enabling seamless integration between LLM applications and external data sources and tools.
Codelf
unbugA search tool helps dev to solve the naming things problem.
Awesome Mcp Servers
punkpeyeA collection of MCP servers.
Awesome-MCP-ZH
yzflyMCP 资源精选, MCP指南,Claude MCP,MCP Servers, MCP Clients
コメント