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., "@Lighthouse Explorer MCP ServerShow me the current network statistics and CC price in USD."
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.
Lighthouse Explorer MCP Server
An MCP (Model Context Protocol) server for the 5N Lighthouse Explorer API at lighthouse.cantonloop.com.
Overview
This server provides AI assistants (Claude, etc.) with tools to query the Canton Network via the Lighthouse Explorer. It covers CNS (Canton Name Service), governance, validators, parties, contracts, transfers, prices, and more.
No API key required — this is a public API.
API Status Summary
Status | Count | Description |
✅ Working | 27 | Tested and working reliably |
⚠️ API Limit | 4 | Endpoints don't exist on public API |
🐛 API Bug | 1 | Server-side bug (transfer_get) |
Total: 28 tools defined
Installation
Configuration
No API key required! Just configure Claude Desktop:
Claude Desktop Configuration
Add to your claude_desktop_config.json:
Available Tools (28 total)
CNS - Canton Name Service (2 tools)
Tool | Description |
| List CNS records with pagination |
| Get a CNS record by domain name |
Contracts (2 tools)
Tool | Description |
| List contracts with pagination |
| Get contract details by contract_id (hex) |
Featured Apps (1 tool)
Tool | Description |
| Get list of featured applications |
Governance (3 tools)
Tool | Description |
| List all governance vote requests |
| Get governance statistics |
| Get vote request details by ID |
Party (8 tools)
Tool | Description |
| Get CC balance for a party |
| List burns for a party |
| Get profit/loss data |
| List rewards earned |
| Aggregated burn stats |
| Aggregated reward stats |
| List party transfers |
| List party transactions |
Preapprovals (1 tool)
Tool | Description |
| List preapproval records |
Prices (2 tools)
Tool | Description |
| Get latest CC price in USD |
| Get 24-hour price history |
Rounds (2 tools)
Tool | Description |
| List consensus rounds |
| Get round details by number |
Search (1 tool)
Tool | Description |
| Universal search across entities |
Stats (1 tool)
Tool | Description |
| Get chain statistics |
Transactions (2 tools)
Tool | Description |
| List transactions |
| Get transaction by update ID |
Transfers (1 tool)
Tool | Description |
| List all transfers |
Validators (2 tools)
Tool | Description |
| Get all validators |
| Get validator details by ID |
Usage Examples
Get Network Stats
Check CC Price
Search for a Party
Get Party Balance
Testing
Run the test suite:
Project Structure
Known Limitations
Endpoints Not Available (4)
/sv(super validators) - use/validatorsinstead/me(participant info) - not on public API/stats/rounds/latest- endpoint removedtransfer_get- API returns HTTP 500 (bug)
Data Limitations
CNS: No Canton Name Service records currently exist
party_balance: Some parties return 500 if no balance data (use Super Validator IDs)
Links
Lighthouse Explorer - Canton Network Explorer
CantonLoop - Provider
Canton Network - Learn about Canton
API Docs - Swagger/OpenAPI
License
MIT
Author
Ore Phillips (@oregpt)