NANO_MCP_SERVER
Verified Safeby dhyabi2
Overview
Provides a JSON-RPC 2.0 API for AI agents to interact with the NANO cryptocurrency network, including wallet management, transactions, balance checks, and QR code generation, with an emphasis on self-documenting errors and fast integration.
Installation
npm startEnvironment Variables
- MCP_PORT
- MCP_TRANSPORT
- NANO_RPC_URL
- NANO_RPC_KEY
- NANO_REPRESENTATIVE
- PENDING_RPC_URL
- PENDING_REPRESENTATIVE
- PENDING_RPC_NODES
- PENDING_RPC_KEY
- PENDING_LOG_LEVEL
- PENDING_LOG_FILE
- DEBUG_MCP
Security Notes
The server uses standard `nanocurrency` libraries for cryptographic operations. It integrates comprehensive input validation and explicitly warns against exposing private keys, masking them in error logs. It is configured to use public RPC nodes by default, which do not require an API key, mitigating risks from hardcoded secrets in that context. Test wallet private keys are stored locally in a file, which is a known risk for a test environment but is clearly documented as such and should be excluded from version control for production deployments. No 'eval' or obvious obfuscation was found in the provided source code.
Similar Servers
freqtrade-mcp
Integrates an AI agent with the Freqtrade cryptocurrency trading bot to enable automated trading operations via its REST API.
AgentUp
A developer-first framework for building, deploying, and managing AI agents, bringing Docker-like consistency and operational ease to AI agent development.
Handler
An A2A (Agent-to-Agent) Protocol client and developer toolkit providing CLI, TUI, local server agent, and MCP server for interacting with AI agents.
kukapay-mcp-servers
Aggregates real-time cryptocurrency and blockchain data for AI agents and developers, spanning DeFi, trading, market analytics, and Web3 services.