NANO MCP Server
@dhyabi2
About NANO MCP Server
No overview available yet
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"nano": {
"command": "npx",
"args": [
"-y",
"nano-mcp"
],
"env": {
"MCP_PORT": "8080",
"NANO_RPC_URL": "https://rpc.nano.to",
"NANO_RPC_KEY": "your-rpc-key",
"NANO_REPRESENTATIVE": "nano_3qya5xpjfsbk3ndfebo9dsrj6iy6f6idmogqtn1mtzdtwnxu6rw3dz18i6xf"
}
}
}
}Tools
No tools detected
Fetch the live tool list by running this server in a temporary sandbox using the button above.
Overview
What is NANO MCP Server?
A Model Context Protocol (MCP) server implementation for interacting with the NANO (XNO) cryptocurrency network. It provides account operations, block operations, network information, and unit conversion utilities, enabling developers to integrate NANO RPC functionality into MCP-compatible applications.
How to use NANO MCP Server?
Install via npm install @nano/mcp-server. Use as a library by importing the NanoMCP class and calling methods such as getBalance, getAccountInfo, getBlockCount, getVersion, convertToNano, and convertFromNano. Alternatively, run as a standalone MCP server with npm start.
Key features of NANO MCP Server?
- Account balance and pending amount retrieval
- Detailed account information (frontier, representative, etc.)
- Network block count (total, unchecked, cemented)
- NANO node version and network details
- Unit conversion between NANO and raw
- Real-time RPC interaction with detailed logging
Use cases of NANO MCP Server?
- Query a NANO account’s balance and pending funds
- Retrieve account details such as frontier block and representative
- Monitor overall network activity via block counts
- Convert between NANO and raw units programmatically
- Build MCP-based tools or agents that interact with the NANO network
FAQ from NANO MCP Server
How to install NANO MCP Server?
Install the npm package: npm install @nano/mcp-server.
What API methods does NANO MCP Server provide?
The server exposes getBalance, getAccountInfo, getBlockCount, getVersion, convertToNano, and convertFromNano.
Is there logging of RPC calls?
Yes, all RPC calls are logged to logs/rpc_calls.log with timestamp, action, parameters, response, duration, and errors.
Does NANO MCP Server require a running NANO node?
The README does not specify local node requirements; it uses the public SomeNano node (node.somenano.com)
Frequently asked questions
How to install NANO MCP Server?
Install the npm package: `npm install @nano/mcp-server`.
What API methods does NANO MCP Server provide?
The server exposes `getBalance`, `getAccountInfo`, `getBlockCount`, `getVersion`, `convertToNano`, and `convertFromNano`.
Is there logging of RPC calls?
Yes, all RPC calls are logged to `logs/rpc_calls.log` with timestamp, action, parameters, response, duration, and errors.
Does NANO MCP Server require a running NANO node?
The README does not specify local node requirements; it uses the public SomeNano node (node.somenano.com)
Basic information
More Other MCP servers
Maestro
mobile-dev-incPainless E2E Automation for Mobile and Web

DeepMark
DeepMark helps teachers deliver rapid, consistent marking with meaningful feedback for every student — in a fraction of the time. What once took a week, now takes one free period.
FastMCP v2 🚀
jlowin🚀 The fast, Pythonic way to build MCP servers and clients.
MaxKB
1Panel-dev🔥 MaxKB is an open-source platform for building enterprise-grade agents. 强大易用的开源企业级智能体平台。
Mobile Mcp
mobile-nextModel Context Protocol Server for Mobile Automation and Scraping (iOS, Android, Emulators, Simulators and Real Devices)
Comments