Cryptocurrency Daemon MCP Server (BETA)
@raw391
About Cryptocurrency Daemon MCP Server (BETA)
MCP server for interacting with cryptocurrency daemon RPC interfaces (BETA)
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"coin_daemon_mcp": {
"command": "npx",
"args": [
"-y",
"@smithery/cli",
"install",
"@raw391/coin_daemon_mcp",
"--client",
"claude"
]
}
}
}Tools
6Send transparent transactions
Send shielded transactions (for privacy coins)
Convert transparent to shielded funds
Check balances
Execute any supported RPC command
Get daemon information
Overview
What is Cryptocurrency Daemon MCP Server (BETA)?
A Model Context Protocol (MCP) server for interacting with cryptocurrency daemon RPC interfaces. It enables AI assistants to help manage and interact with cryptocurrency nodes in a controlled manner.
How to use Cryptocurrency Daemon MCP Server (BETA)?
Install via npm (npm install @raw391/coin-daemon-mcp) or automatically through Smithery. Configure Claude Desktop by adding the server to its configuration JSON and providing a path to a custom daemon configuration file that specifies RPC endpoints, credentials, and coin types.
Key features of Cryptocurrency Daemon MCP Server (BETA)
- Send transparent, shielded, and coin‑shielding transactions
- Check balances and execute arbitrary RPC commands
- Monitor daemon status and view transaction history
- Access cryptocurrency‑specific help documentation
- Use pre‑built prompts for guided transactions, balance analysis, and diagnostics
Use cases of Cryptocurrency Daemon MCP Server (BETA)
- Checking daemon status and synchronization progress
- Managing wallet balances and fund distribution
- Learning about cryptocurrency features (e.g., shielded transactions)
- Constructing and sending transactions with AI assistance
- Performing health checks on a cryptocurrency daemon
FAQ from Cryptocurrency Daemon MCP Server (BETA)
What risks does this server introduce?
The server gives AI systems the ability to send transactions, view private data, and modify wallet settings. Risks include loss of funds, private information exposure, and unintended modifications. Use only with a separate wallet containing limited funds.
How do I install Cryptocurrency Daemon MCP Server (BETA)?
Install the package via npm: npm install @raw391/coin-daemon-mcp, or use the Smithery CLI: npx -y @smithery/cli install @raw391/coin_daemon_mcp --client claude. Then configure Claude Desktop as shown in the README.
What cryptocurrencies does it support?
The server works with any cryptocurrency daemon that exposes an RPC interface. Example configurations are provided for Zcash and Bitcoin, but others can be added by specifying the coin name and RPC endpoint.
What security measures should I take?
Create a dedicated wallet with minimal funds for AI interactions, use strong RPC credentials, restrict RPC access to localhost, and regularly monitor all transactions and logs. Back up wallets and configuration files.
Can I use this with a mainnet wallet holding significant value?
No. The README explicitly warns against giving access to wallets containing significant value. Always use a separate wallet with limited funds and consider test networks for development.
More Other MCP servers
ghidraMCP
LaurieWiredMCP Server for Ghidra
MaxKB
1Panel-dev🔥 MaxKB is an open-source platform for building enterprise-grade agents. 强大易用的开源企业级智能体平台。
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,

Sequential Thinking
modelcontextprotocolModel Context Protocol Servers
Codelf
unbugA search tool helps dev to solve the naming things problem.
Comments