README.md
Query the Canton Network blockchain explorer through the CC Explorer Pro API.
Enables AI assistants to query the Canton Network blockchain explorer through the CC Explorer Pro API. It provides tools for accessing ledger updates, governance votes, validator information, and network consensus data.
Tools (4)
get_ledger_updatesAccess recent ledger updates and transaction history from the Canton Network.get_governance_votesRetrieve information regarding active and past governance votes on the network.get_validator_infoGet detailed information and status updates for network validators.get_consensus_dataAccess real-time network consensus and synchronization data.Environment Variables
CC_EXPLORER_API_KEYrequiredAPI key for accessing the CC Explorer Pro API services.Configuration
claude_desktop_config.json
{
"mcpServers": {
"cc-explorer": {
"command": "npx",
"args": [
"-y",
"@agenticledger/cc-explorer-mcp-server"
],
"env": {
"CC_EXPLORER_API_KEY": "your_api_key_here"
}
}
}
}Try it
→Show me the most recent ledger updates on the Canton Network.
→What are the current active governance votes I should be aware of?
→Get the status and performance details for the top network validators.
→Check the current network consensus data to see if the ledger is synchronized.