NANO_MCP_SERVER
Verified Safeby dhyabi2
Overview
Provides a JSON-RPC 2.0 API for AI agents to interact with the Nano cryptocurrency network, supporting wallet operations, transactions, QR code generation, and test wallet management.
Installation
npm startEnvironment Variables
- MCP_PORT
- MCP_TRANSPORT
- NANO_RPC_URL
- NANO_RPC_KEY
- NANO_REPRESENTATIVE
- PENDING_RPC_NODES
- PENDING_RPC_KEY
- PENDING_REPRESENTATIVE
- PENDING_LOG_LEVEL
- PENDING_LOG_FILE
Security Notes
The server explicitly warns users about handling private keys, stating 'NEVER share your private key' and masking them in error responses. It uses public RPC nodes by default, with a hardcoded (but public) API key. CORS is enabled for all origins on the main HTTP server. Rate limiting is applied to the `/pending-receive` endpoint, but not explicitly shown for the main JSON-RPC endpoint (`/`), which could be a DoS vector. Test wallet files (`tests/test-wallets.json`) store private keys locally, with warnings not to commit them to version control; accidental exposure of this file would be a critical risk.
Similar Servers
klavis
Creates an AI agent that uses Klavis Strata to interact with Gmail and YouTube through MCP, demonstrating how to summarize a YouTube video and email the summary.
metorial-platform
The Metorial Platform is an open source integration platform for agentic AI, designed to connect any AI model to thousands of APIs, data sources, and tools with a single function call, built to scale for enterprise-grade AI applications.
freqtrade-mcp
Integrates an AI agent with the Freqtrade cryptocurrency trading bot to enable automated trading operations via its REST API.
AgentUp
AgentUp is an infrastructure framework for developing, deploying, and managing production-ready AI agents, providing Docker-like consistency, security, and extensibility.