mcp-solana-dex
1
The MCP Solana DEX Server provides a set of tools for managing decentralized exchange functionalities related to Initial Coin Offerings (ICOs) on Solana. It allows the creation, cancellation, and execution of sell orders, with a focus on pre-condition checks but not on-chain execution, which must be handled by clients. This simplified server is not suitable for production without further client-side implementations.
create_order`
Create a new sell order
cancel_order`
Cancel existing sell orders
execute_order`
Perform precondition checks for sell orders and update internal order book
get_orders`
Query the current sell order list for a specific ICO