Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@CC Explorer MCP ServerShow me the current network status and any open governance votes."
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
CC Explorer MCP Server
An MCP (Model Context Protocol) server for interacting with the Canton Network Explorer API at pro.ccexplorer.io.
Overview
This server provides AI assistants (Claude, etc.) with tools to query the Canton Network blockchain explorer via the CC Explorer Pro API.
API Version: 2.9.0
Base URL: https://pro.ccexplorer.io/api
Auth: x-api-key header
Installation
# Clone the repo
git clone https://github.com/agenticledger/ClientMCP_CCEXPLORER_MCPSERVER.git
cd ClientMCP_CCEXPLORER_MCPSERVER
# Install dependencies
npm install
# Build
npm run buildConfiguration
Get an API Key
Contact NodeFortress / CC Explorer Pro for API access.
Set Environment Variable
export CCEXPLORER_API_KEY=your_api_key_hereClaude Desktop Configuration
Add to your claude_desktop_config.json:
{
"mcpServers": {
"ccexplorer": {
"command": "node",
"args": ["/path/to/ccexplorer-mcp-server/dist/index.js"],
"env": {
"CCEXPLORER_API_KEY": "your_api_key_here"
}
}
}
}Available Tools (14)
Consensus
Tool | Description |
| Get latest consensus block and validator set |
Contracts
Tool | Description |
| Get details of a specific contract by ID |
| List updates involving a specific contract |
Updates
Tool | Description |
| List ledger updates |
| Get a specific ledger update by ID |
| List updates involving a specific party |
Rounds
Tool | Description |
| Get the current round number |
Governance
Tool | Description |
| List all governance votes (in progress and closed) |
| Get a governance vote by tracking CID |
Overview
Tool | Description |
| Network overview: validators, supply, consensus height, open votes |
Parties
Tool | Description |
| Get details of a specific party (wallet) by ID |
Search
Tool | Description |
| Search for parties, updates, or other entities |
Validators
Tool | Description |
| List super validators and their reward weights |
| List all active validator licenses |
Usage Examples
Get Network Overview
Use the overview_get tool to see network stats including active validators, supply, and open votesSearch for a Party
Use the search tool with query="party_id_here" to find informationList Governance Votes
Use governance_list to see all in-progress and closed governance votesGet Current Round
Use round_current to get the current network round numberResources
The server also provides informational resources:
Resource URI | Description |
| Overview of available endpoints |
License
MIT
Author
Ore Phillips (@oregpt)
Links
CC Explorer Pro - Canton Network Explorer
Canton Network - Learn about Canton
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.