CC Explorer MCP Server

$npx -y @agenticledger/cc-explorer-mcp-server
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.

Frequently Asked Questions

How do I install CC Explorer MCP Server?

Install CC Explorer MCP Server by running: npx -y @agenticledger/cc-explorer-mcp-server

What MCP clients work with CC Explorer MCP Server?

CC Explorer MCP Server works with any MCP-compatible client including Claude Desktop, Claude Code, Cursor, and other editors with MCP support.

Use CC Explorer MCP Server with Conare

Manage MCP servers visually, upload persistent context, and never start from zero with Claude Code & Codex.

Try Free