Solana Trade Mcp Server
@WonderLand33
About Solana Trade Mcp Server
A Model Context Protocol (MCP) server that provides onchain tools for LLMs, allowing them to interact with the Solana network.
Config
No standard config provided
This server doesn't expose a parseable MCP config block in its README. See the repository for install instructions.
RepositoryTools
7Get SOL balance for a given address.
Get the balance of a specific SPL token for a given address.
Generate a new Solana wallet (keypair).
Get the details of a specific transaction by its signature.
Get the current price of a token (e.g., SOL, USDC) from an external API.
Get detailed, low-level information about a Solana account.
Get a swap transaction from Jupiter Aggregator to exchange one token for another.
Overview
What is Solana Trade Mcp Server?
A Model Context Protocol (MCP) server that provides onchain tools for LLMs, allowing them to interact with the Solana network. It is designed for developers who want to enable large language models to perform Solana operations such as account management, transaction monitoring, market data retrieval, and DeFi swaps.
How to use Solana Trade Mcp Server?
Install and configure the server in your MCP‑compatible client. Once running, the seven exposed tools can be invoked via the MCP protocol to perform Solana operations.
Key features of Solana Trade Mcp Server
- Account management: create wallets, check SOL and SPL token balances.
- Transaction monitoring: look up individual transaction details by signature.
- Market data: get real-time token prices for assets like SOL and USDC.
- DeFi integration: swap tokens using the Jupiter Aggregator.
- Seven tools covering balances, wallet creation, transactions, prices, and account info.
Use cases of Solana Trade Mcp Server
- An LLM‑powered assistant that checks a user’s SOL or SPL token balance.
- Automated trading bot that swaps tokens via Jupiter based on price conditions.
- Quick lookup of transaction details for auditing or monitoring.
- On‑demand wallet generation for test or production accounts.
- Retrieving detailed account information for analysis or debugging.
FAQ from Solana Trade Mcp Server
What tools does Solana Trade Mcp Server provide?
It provides seven tools: get_balance, get_token_balance, create_wallet, get_transaction, get_token_price, get_account_info, and swap_tokens.
How does the token swap work?
The swap_tokens tool uses the Jupiter Aggregator to generate a swap transaction to exchange one SPL token for another.
Does the server use external data sources for prices?
Yes, get_token_price retrieves the current price from an external API for tokens like SOL or USDC.
Can I create a new Solana wallet?
Yes, the create_wallet tool generates a new Solana keypair, effectively creating a new wallet.
What information does get_account_info return?
It returns detailed, low‑level information about a Solana account, such as its owner, lamports, and data.
Frequently asked questions
What tools does Solana Trade Mcp Server provide?
It provides seven tools: `get_balance`, `get_token_balance`, `create_wallet`, `get_transaction`, `get_token_price`, `get_account_info`, and `swap_tokens`.
How does the token swap work?
The `swap_tokens` tool uses the Jupiter Aggregator to generate a swap transaction to exchange one SPL token for another.
Does the server use external data sources for prices?
Yes, `get_token_price` retrieves the current price from an external API for tokens like SOL or USDC.
Can I create a new Solana wallet?
Yes, the `create_wallet` tool generates a new Solana keypair, effectively creating a new wallet.
What information does get_account_info return?
It returns detailed, low‑level information about a Solana account, such as its owner, lamports, and data.
Basic information
More Other MCP servers
Codelf
unbugA search tool helps dev to solve the naming things problem.
Inbox Zero AI MCP
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.

EverArt
modelcontextprotocolModel Context Protocol Servers
Unity MCP ✨
justinpbarnettUnity MCP acts as a bridge between AI assistants and your Unity Editor. Give your LLM tools to manage assets, control scenes, edit scripts, and automate tasks within Unity.

Peekaboo MCP – lightning-fast macOS screenshots for AI agents
steipetePeekaboo is a macOS CLI & optional MCP server that enables AI agents to capture screenshots of applications, or the entire system, with optional visual question answering through local or remote AI models.
Comments