Skip to main content
Glama

Neo N3 MCP Server

by r3e-network

get_balance

Retrieve the balance of a specified Neo N3 address on either the mainnet or testnet network using the Neo N3 MCP Server.

Input Schema

NameRequiredDescriptionDefault
addressYesNeo N3 address
networkNoNetwork to use: "mainnet" or "testnet"

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "address": { "description": "Neo N3 address", "type": "string" }, "network": { "description": "Network to use: \"mainnet\" or \"testnet\"", "type": "string" } }, "required": [ "address" ], "type": "object" }
Install Server

Other Tools from Neo N3 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/r3e-network/neo-n3-mcp'

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