Nano Currency MCP Server
JSON →Send Nano currency and retrieve account and block information using the Nano node RPC.
Tools · 6
- raw_send Send a specified amount of raw units from a predefined Nano account to a destination Nano account.
- nano_send Send a specified amount of nano units from a predefined Nano account to a destination Nano account.
- nano_account_info Retrieve detailed information about a specific Nano account, including balance (in both nano and raw units), representative, and frontier block.
- nano_my_account_info Retrieve detailed information about my Nano account, including balance (in both nano and raw units), representative, and frontier block. This is the account that is used to send Nano from.
- block_info Retrieve detailed information about a specific Nano block.
- x402_payment_signature_exact_scheme_create Create the PAYMENT-SIGNATURE header for a Nano x402 transaction conforming to the exact scheme.
Environment variables
NANO_RPC_URLNANO_WORK_GENERATION_URLNANO_PRIVATE_KEY
Links
★ 10 GitHub stars