Skip to main content
Glama

Nano Currency MCP Server

by kilkelly

nano_account_info

Retrieve detailed account information for a Nano address, including balance, representative, and frontier block, using the Nano Currency MCP Server.

Instructions

Retrieve detailed information about a specific Nano account/address, including balance (in Nano and raw units), representative, and frontier block.

Input Schema

NameRequiredDescriptionDefault
addressYesNano address/account to get information about

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "address": { "description": "Nano address/account to get information about", "type": "string" } }, "required": [ "address" ], "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