WalletMCP - Solana Blockchain MCP Server
@paulfruitful
WalletMCP - Solana Blockchain MCP Server について
A Simple MCP Server For Interacting With Solana Wallets
基本情報
設定
ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is WalletMCP - Solana Blockchain MCP Server?
WalletMCP is a Model Context Protocol (MCP) server implementation for interacting with the Solana blockchain. It exposes developer-friendly tools for working with wallets, transactions, program buffers, logs, and SOL transfers through MCP-compatible interfaces.
How to use WalletMCP - Solana Blockchain MCP Server?
Clone the repository, install dependencies with npm install, and build the server with npm run build. Then configure it as an MCP server in Claude Desktop by editing the claude_desktop_config.json file and adding the server with the command node and the path to the built index.js file.
Key features of WalletMCP - Solana Blockchain MCP Server
- Retrieve wallet transactions and SOL balances.
- Access program logs from the Solana blockchain.
- List and close BPF Upgradeable Loader buffers (claim unused rents).
- Send SOL transactions programmatically.
- Fully MCP-compliant tool definitions using Zod for schema validation.
Use cases of WalletMCP - Solana Blockchain MCP Server
- Ask "What are my recent transactions?" to get wallet activity.
- Ask "How much SOL do I have?" to fetch a wallet's balance.
- Ask "How many buffers do I have unused?" to list and close program buffers.
- Ask "Send SOL to account [address]" to programmatically transfer SOL.
- Ask "What are the logs for a specific program?" to retrieve program logs.
FAQ from WalletMCP - Solana Blockchain MCP Server
What are the system requirements?
Node.js v16+ and a package manager such as npm or yarn.
How do I configure the server in Claude Desktop?
Open the Claude Desktop config file (claude_desktop_config.json) and add an entry for walletmcp with the command node and the arguments pointing to the built index.js file.
Is it safe to use with my private keys?
The server does not store or log private keys. Always protect your keys — they are used only for sending transactions and never persisted.
Does the server support both mainnet and devnet?
Yes, the sendSolTransaction tool accepts a mode parameter with values "main" or "dev" to target the respective Solana network.
What tools does the server provide?
Tools include getTransactions, getBalance, listBuffers, closeBuffer, getProgramLogs, and sendSolTransaction, each with defined inputs and Zod validation.
「その他」の他のコンテンツ
Servers
modelcontextprotocolModel Context Protocol Servers
Inbox Zero AI MCP
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
Codelf
unbugA search tool helps dev to solve the naming things problem.
Activepieces
activepiecesAI Agents & MCPs & AI Workflow Automation • (~400 MCP servers for AI agents) • AI Automation / AI Agent with MCPs • AI Workflows & AI Agents • MCPs for AI Agents
MCP Go 🚀
mark3labsA Go implementation of the Model Context Protocol (MCP), enabling seamless integration between LLM applications and external data sources and tools.
コメント