Back to Home
dhyabi2 icon

NANO_MCP_SERVER

Verified Safe

by 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

Run Command
npm start

Environment 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

Stats

Interest Score20
Security Score8
Cost ClassLow
Avg Tokens1000
Stars2
Forks0
Last Update2025-12-30

Tags

Nano cryptocurrencyBlockchainAI AgentsWallet managementJSON-RPC API