WonderLand33/solana-trade-mcp-server
If you are the rightful owner of solana-trade-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
A Model Context Protocol (MCP) server providing on-chain tools for interaction with the Solana network, designed for large language models (LLM).
Tools
Functions exposed to the LLM to take actions
get_balance
Retrieve the SOL balance of a specified address.
get_token_balance
Get the balance of a specific SPL token for a given address.
create_wallet
Generate a new Solana wallet (key pair).
get_transaction
Fetch details of a specific transaction using its signature.
get_token_price
Obtain the current price of tokens like SOL and USDC from an external API.
get_account_info
Retrieve detailed underlying information about a Solana account.
swap_tokens
Get a swap transaction from the Jupiter aggregator to exchange one token for another.
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client