A Simple MCP Server For Interacting With Solana Wallets
Overview
What is WalletMCP?
WalletMCP is a Model Context Protocol (MCP) server designed for interacting with the Solana blockchain, providing tools for developers to manage wallets, transactions, and program logs.
How to use WalletMCP?
To use WalletMCP, clone the repository from GitHub, install the dependencies, build the server, and configure it with the Claude Desktop MCP Client to start interacting with Solana wallets.
Key features of WalletMCP?
- Retrieve wallet transactions and SOL balances.
- Access program logs from the Solana blockchain.
- Send SOL transactions programmatically.
- Fully MCP-compliant tool definitions with schema validation.
Use cases of WalletMCP?
- Checking recent transactions of a Solana wallet.
- Fetching the SOL balance of a wallet.
- Sending SOL from one wallet to another.
- Managing program buffers and logs.
FAQ from WalletMCP?
- Can WalletMCP interact with all Solana wallets?
Yes! WalletMCP is designed to work with any wallet compatible with the Solana blockchain.
- Is WalletMCP free to use?
Yes! WalletMCP is open-source and free for everyone to use.
- What technologies does WalletMCP use?
WalletMCP uses Solana Web3.js SDK, Model Context Protocol (MCP), Zod for validation, and is built with TypeScript.