-
securityA
license-
qualitymcp server that allows to do actual actions related to solana
first version adds knowledge about RPC methods and how to call them
Last updated -
18
Rust
The Unlicense
使用 Jupiter 的新 Ultra API 在 Solana 区块链上执行代币交换的 MCP 服务器。
fetch
支持)。https://api.mainnet-beta.solana.com
)。get-ultra-order
:inputMint
:输入代币铸造地址(例如,SOL 或代币公钥)。outputMint
:输出代币铸造地址(例如,USDC 或代币公钥)。amount
:输入字符串形式的金额(例如“1.23”)。slippageBps
:滑点容差(以基点为单位)(例如,0.5% 为 50)。requestId
、 transaction
(base64 编码)、 inputMint
、 outputMint
、 inAmount
、 outAmount
、 price
JSON。execute-ultra-order
:requestId
:来自get-ultra-order
唯一标识符。transaction
:来自get-ultra-order
Base64 编码交易。status
、 transactionId
、 slot
、 inputAmountResult
、 outputAmountResult
、 swapEvents
JSON。以下是使用自然语言提示和预期响应与服务器交互的示例:
get-ultra-order
inputMint
:“So111111111111111111111111111111111111111111112”(SOL)outputMint
:“EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v”(USDC)amount
:“1.23”execute-ultra-order
requestId
:“a770110b-82c9-46c8-ba61-09d955b27503”transaction
:“AQAAAA...base64编码交易...==”本项目遵循 MIT 许可证。详情请参阅LICENSE文件。
This server cannot be installed
remote-capable server
The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.
MCP 服务器使用 Jupiter 的 Ultra API 在 Solana 区块链上执行代币交换,使用户能够获取最佳交换订单并执行具有滑点控制的交易。
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/kukapay/jupiter-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server