Skip to main content
Glama

Nano Currency MCP Server

by kilkelly

nano_send

Transfer a specified amount of Nano cryptocurrency from a predefined account to a designated Nano address using the Nano Currency MCP Server tool.

Instructions

Send a specified amount of Nano currency from a predefined account to a destination Nano address.

Input Schema

NameRequiredDescriptionDefault
amountYesAmount of Nano to send (max 0.05 by default)
destination_addressYesNano address to send the nano to

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "amount": { "description": "Amount of Nano to send (max 0.05 by default)", "type": "string" }, "destination_address": { "description": "Nano address to send the nano to", "type": "string" } }, "required": [ "destination_address", "amount" ], "type": "object" }

You must be authenticated.

Other Tools from Nano Currency MCP Server

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/kilkelly/nano-currency-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server