Get the FREE Ultimate OpenClaw Setup Guide →

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.

Installation
Run this command in your terminal to add the MCP server to Claude Code.
Run in terminal:
Command
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:

  1. Clone the repository (or download the package): git clone https://github.com/your-org/NANO_MCP_SERVER.git cd NANO_MCP_SERVER

  2. Install dependencies: npm install

  3. Start the MCP server: npm start

  4. 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}'

  5. 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

Sponsor this space

Reach thousands of developers