Skip to main content
Glama

Neo N3 MCP Server

by r3e-network

get_contract_info

Retrieve detailed information about a smart contract on the Neo N3 blockchain by specifying the contract name and network (mainnet or testnet).

Input Schema

NameRequiredDescriptionDefault
contractNameYesContract name
networkNoNetwork to use: "mainnet" or "testnet"

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "contractName": { "description": "Contract name", "type": "string" }, "network": { "description": "Network to use: \"mainnet\" or \"testnet\"", "type": "string" } }, "required": [ "contractName" ], "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