Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| CCEXPLORER_API_KEY | Yes | API key for the CC Explorer Pro API (Canton Network Explorer). Contact NodeFortress / CC Explorer Pro for API access. |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {} |
| resources | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| consensus_get | Get the latest consensus block and validator set from the Canton Network |
| contract_get | Get details of a specific contract by ID |
| contract_updates_list | List updates involving a specific contract |
| party_updates_list | List updates involving a specific party |
| update_get | Get a specific ledger update by ID |
| updates_list | List ledger updates |
| round_current | Get the current round number |
| governance_get | Get a governance vote by tracking CID |
| governance_list | List all governance votes (in progress and closed) |
| overview_get | Get network overview including active validators, super validators, supply, consensus height, and open votes |
| party_get | Get details of a specific party (wallet) by ID |
| search | Search for parties, updates, or other entities |
| super_validators_list | List super validators and their reward weights |
| validators_list | List all active validator licenses |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| CC Explorer API Information | Overview of available endpoints and their status |