NANO_MCP_SERVER
AI-agent-optimized MCP server for NANO cryptocurrency with comprehensive error handling, smart auto-correction, and zero external documentation needed. Integrates in 2-3 minutes with 28 specific error codes and step-by-step recovery guidance.
claude mcp add --transport stdio dhyabi2-nano_mcp_server npm start \ --env HOST="0.0.0.0" \ --env PORT="8080" \ --env BASE_URL="https://nano-mcp.replit.app"
How to use
NANO_MCP_SERVER is an AI agent integrated MCP server that exposes a JSON-RPC 2.0 API. It hosts a suite of tools designed for autonomous agents to perform blockchain-related actions and utilities, including wallet setup, account status queries, transaction handling, and various utility helpers. The server also provides a zero-shot JSON Schema auto-discovery endpoint, along with OpenAPI, and TypeScript definitions to facilitate client generation. To get started, connect to the production URL and begin sending JSON-RPC requests to discover available methods and execute tasks in sequence or parallel as needed. You can fetch the full schema, types, and examples through the dedicated schema endpoints to bootstrap a client with type safety and proper parameter validation.
How to install
Prerequisites:
- Node.js (LTS) and npm installed on your machine
- Access to the repository containing the NANO_MCP_SERVER
Installation steps:
-
Clone the repository (or download the package): git clone https://github.com/your-org/NANO_MCP_SERVER.git cd NANO_MCP_SERVER
-
Install dependencies: npm install
-
Start the MCP server: npm start
-
Verify the server is running locally (default port 8080): curl -X POST http://localhost:8080
-H "Content-Type: application/json"
-d '{"jsonrpc":"2.0","method":"initialize","params":{},"id":1}' -
Optional: run the server in production-like mode with environment variables set prior to start (example): PORT=8080 HOST=0.0.0.0 BASE_URL=https://nano-mcp.replit.app npm start
Additional notes
Notes and tips:
- Production URL: https://nano-mcp.replit.app (POST requests with JSON-RPC 2.0 format)
- Schema endpoints:
- /schema for full JSON Schema
- /schema/typescript for TypeScript definitions
- /schema/validate/{tool} for parameter validation
- /openapi.json for OpenAPI spec
- The server is built for AI agents; it includes explicit error schemas, performance notes, and prerequisite details for each operation.
- Use the provided schema endpoints to auto-generate clients and ensure proper type safety.
- If you run locally, the default local URL is http://localhost:8080.
Related MCP Servers
zen
Selfhosted notes app. Single golang binary, notes stored as markdown within SQLite, full-text search, very low resource usage
MCP -Deepseek_R1
A Model Context Protocol (MCP) server implementation connecting Claude Desktop with DeepSeek's language models (R1/V3)
mcp-fhir
A Model Context Protocol implementation for FHIR
mcp
Inkdrop Model Context Protocol Server
mcp-appium-gestures
This is a Model Context Protocol (MCP) server providing resources and tools for Appium mobile gestures using Actions API..
dubco -npm
The (Unofficial) dubco-mcp-server enables AI assistants to manage Dub.co short links via the Model Context Protocol. It provides three MCP tools: create_link for generating new short URLs, update_link for modifying existing links, and delete_link for removing short links.