Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| get_protocols | List all known Voi ecosystem protocols with type and description |
| get_protocol | Get detailed information about a specific Voi ecosystem protocol by ID |
| get_protocol_contracts | List all known application contracts for a Voi protocol |
| get_protocol_summary | Get a human-readable summary of a Voi protocol including its purpose, contracts, and assets |
| identify_application | Identify a Voi application by ID — returns protocol, role, type, and description if known |
| identify_asset | Identify a Voi asset by ID — returns name, symbol, type, protocol, and category if known |
| get_contract_role | Get the role and purpose of a specific contract on Voi (e.g. liquidity-pool, bridge, registry) |
| resolve_name | Resolve an enVoi name (e.g. 'shelly.voi') to its address and metadata from the static registry. For live resolution, use UluCoreMCP's envoi tools. |
| reverse_resolve_address | Look up well-known enVoi names associated with a Voi address from the static registry. For live resolution, use UluCoreMCP's envoi tools. |
| search_names | Search the static enVoi name registry by pattern. For live search, use UluCoreMCP's envoi tools. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |