Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| LOG_FILE | No | Log file path | ./logs/neo-mcp.log |
| LOG_LEVEL | No | Logging level (debug/info/warn/error) | info |
| WALLET_DIR | No | Wallet storage directory | ./wallets |
| NEO_NETWORK | No | Default network (mainnet/testnet) | testnet |
| NEO_MAINNET_RPC | No | Mainnet RPC endpoint | https://mainnet1.neo.coz.io:443 |
| NEO_TESTNET_RPC | No | Testnet RPC endpoint | https://testnet1.neo.coz.io:443 |
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| get_network_mode | - |
| get_blockchain_info | - |
| get_block_count | - |
| get_balance | - |
| list_famous_contracts | - |
| get_contract_info | - |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| neo-network-status | |
| neo-mainnet-status | |
| neo-testnet-status |