Nano Currency MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| NANO_RPC_URL | Yes | URL which should be used to communicate with a Nano node RPC. This can be a local or remotely hosted endpoint. | |
| NANO_PRIVATE_KEY | Yes | Nano private key which will be used to sign send transactions and to derive the Nano address from. Used by tools nano_send and nano_my_account_info | |
| NANO_MAX_SEND_AMOUNT | No | Maximum amount (in nano/Ӿ units) which can be sent in a single transaction. For safety purposes the default maximum send amount is 0.01 nano (Ӿ0.01). | 0.01 |
| NANO_WORK_GENERATION_URL | No | URL which should be used to communicate with an endpoint that supports the work_generate RPC command for work generation. If not specified, defaults to NANO_RPC_URL. Used by tool nano_send |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| nano_sendC | Send a specified amount of Nano currency from a predefined account to a destination Nano address. |
| nano_account_infoA | Retrieve detailed information about a specific Nano account/address, including balance (in Nano and raw units), representative, and frontier block. |
| nano_my_account_infoA | Retrieve detailed information about my Nano account/address, including balance (in Nano and raw units), representative, and frontier block. This is the account that is used to send Nano from. |
| block_infoB | Retrieve detailed information about a specific Nano block. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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