sol-chad-mcp
Solana Chad MCP is a Model Context Protocol (MCP) server that allows users to monitor their Solana wallet and execute trades using natural language commands. By leveraging AI, users can check the price of SOL, verify wallet balances, and perform transactions effortlessly. Built in Rust, it offers high-speed performance and seamless interaction with the Solana blockchain.
GitHub Stars
5
User Rating
Not Rated
Favorites
0
Views
40
Forks
1
Issues
0
π¦ Solana Chad MCP
πΉ Demo Video
Use AI + MCP to monitor your SOL wallet, check market indicators. All by just chatting.
π What is this?
This project is a Model Context Protocol (MCP) Server that lets any LLM (like Claude, ChatGPT, etc.) interact with your Solana wallet and trade SOL on your behalf through simple natural language.
Imagine saying:
"Check how many SOL are currently in the wallet and whether the price has increased. If it has increased by more than 5%, sell 0.25 SOL."
And it just does it.
π§ Features
get_healthβ Check if the Solana RPC is healthyget_priceβ Get real-time SOL priceget_balanceβ Check SOL balance of any walletget_blockβ Get block information by block numberget_block_heightβ Get the latest block heightget_slotβ Get the latest slot numberget_macd_chartβ Get MACD chart of SOL priceget_rsi_chartβ Get RSI chart of SOL price- Natural language interaction via any LLM that supports MCP
ποΈ Tech Stack
- π¦ Rust β blazing fast MCP Server
- π Solana RPC β for blockchain interactions
- π¬ Claude / ChatGPT β to give AI commands
π§ Quick Start
Clone this repo:
git clone https://github.com/Rayato159/sol-chad-mcp.git cd sol-chad-mcpBuild the project:
cargo build --release --example solana_chad_mcpAdd this into
claude_desktop_config.json. (This example is for Windows){ "mcpServers": { "solana": { "command": "PATH-TO/sol-chad-mcp/target/release/examples/sol_chad_mcp.exe", "args": [] } } }Start the Claude Desktop app and chat with that dude.
Hey bro, can you check the SOL price ? and it's time to buy some ?
β οΈ Disclaimer
This is for educational & entertainment purposes only.
Donβt let AI YOLO your life savings πΈ
