<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Lighthouse MCP Server - API Docs</title>
<style>
body { font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif; max-width: 900px; margin: 0 auto; padding: 20px; }
h1 { color: #1a1a2e; }
h2 { color: #16213e; border-bottom: 2px solid #e94560; padding-bottom: 5px; }
table { width: 100%; border-collapse: collapse; margin: 20px 0; }
th, td { border: 1px solid #ddd; padding: 10px; text-align: left; }
th { background: #1a1a2e; color: white; }
tr:nth-child(even) { background: #f9f9f9; }
code { background: #f4f4f4; padding: 2px 6px; border-radius: 3px; }
.pass { color: #28a745; }
.fail { color: #dc3545; }
.warn { color: #ffc107; }
a { color: #e94560; }
</style>
</head>
<body>
<h1>π¦ Lighthouse MCP Server</h1>
<p>MCP Server for the <a href="https://lighthouse.cantonloop.com">5N Lighthouse Explorer API</a> (Canton Network)</p>
<p><strong>No API key required</strong> β public API</p>
<h2>π Status Summary</h2>
<table>
<tr><th>Metric</th><th>Value</th></tr>
<tr><td>Tools Available</td><td>28</td></tr>
<tr><td>Working</td><td class="pass">27 β
</td></tr>
<tr><td>API Bug</td><td class="fail">1 π</td></tr>
<tr><td>Pass Rate</td><td>96.4%</td></tr>
<tr><td>Avg Response Time</td><td>~180ms</td></tr>
</table>
<h2>π οΈ Available Tools (28)</h2>
<h3>CNS (2)</h3>
<table>
<tr><th>Tool</th><th>Description</th></tr>
<tr><td><code>cns_list</code></td><td>List CNS records</td></tr>
<tr><td><code>cns_get</code></td><td>Get CNS by domain name</td></tr>
</table>
<h3>Contracts (2)</h3>
<table>
<tr><th>Tool</th><th>Description</th></tr>
<tr><td><code>contracts_list</code></td><td>List contracts</td></tr>
<tr><td><code>contract_get</code></td><td>Get contract by contract_id (hex)</td></tr>
</table>
<h3>Featured Apps (1)</h3>
<table>
<tr><th>Tool</th><th>Description</th></tr>
<tr><td><code>featured_apps_get</code></td><td>Get featured apps</td></tr>
</table>
<h3>Governance (3)</h3>
<table>
<tr><th>Tool</th><th>Description</th></tr>
<tr><td><code>governance_list</code></td><td>List vote requests</td></tr>
<tr><td><code>governance_stats</code></td><td>Get governance stats</td></tr>
<tr><td><code>governance_get</code></td><td>Get vote request by ID</td></tr>
</table>
<h3>Party (8)</h3>
<table>
<tr><th>Tool</th><th>Description</th></tr>
<tr><td><code>party_balance</code></td><td>Get CC balance</td></tr>
<tr><td><code>party_burns</code></td><td>List burns</td></tr>
<tr><td><code>party_pnl</code></td><td>Get PnL</td></tr>
<tr><td><code>party_rewards</code></td><td>List rewards</td></tr>
<tr><td><code>party_burn_stats</code></td><td>Aggregated burn stats</td></tr>
<tr><td><code>party_reward_stats</code></td><td>Aggregated reward stats</td></tr>
<tr><td><code>party_transfers</code></td><td>List transfers</td></tr>
<tr><td><code>party_transactions</code></td><td>List transactions</td></tr>
</table>
<h3>Preapprovals (1)</h3>
<table>
<tr><th>Tool</th><th>Description</th></tr>
<tr><td><code>preapprovals_list</code></td><td>List preapprovals</td></tr>
</table>
<h3>Prices (2)</h3>
<table>
<tr><th>Tool</th><th>Description</th></tr>
<tr><td><code>price_get</code></td><td>Get current CC price</td></tr>
<tr><td><code>price_history</code></td><td>Get 24h price history</td></tr>
</table>
<h3>Rounds (2)</h3>
<table>
<tr><th>Tool</th><th>Description</th></tr>
<tr><td><code>rounds_list</code></td><td>List rounds</td></tr>
<tr><td><code>round_get</code></td><td>Get round by number</td></tr>
</table>
<h3>Search (1)</h3>
<table>
<tr><th>Tool</th><th>Description</th></tr>
<tr><td><code>search</code></td><td>Universal search</td></tr>
</table>
<h3>Stats (1)</h3>
<table>
<tr><th>Tool</th><th>Description</th></tr>
<tr><td><code>stats_get</code></td><td>Get chain statistics</td></tr>
</table>
<h3>Transactions (2)</h3>
<table>
<tr><th>Tool</th><th>Description</th></tr>
<tr><td><code>transactions_list</code></td><td>List transactions</td></tr>
<tr><td><code>transaction_get</code></td><td>Get transaction by update_id</td></tr>
</table>
<h3>Transfers (1)</h3>
<table>
<tr><th>Tool</th><th>Description</th></tr>
<tr><td><code>transfers_list</code></td><td>List transfers</td></tr>
</table>
<h3>Validators (2)</h3>
<table>
<tr><th>Tool</th><th>Description</th></tr>
<tr><td><code>validators_list</code></td><td>List validators</td></tr>
<tr><td><code>validator_get</code></td><td>Get validator by ID</td></tr>
</table>
<h2>π Links</h2>
<ul>
<li><a href="https://lighthouse.cantonloop.com">Lighthouse Explorer</a></li>
<li><a href="https://lighthouse.cantonloop.com/swagger/index.html">API Swagger Docs</a></li>
<li><a href="https://canton.network">Canton Network</a></li>
</ul>
<p><em>Last updated: 2026-01-27</em></p>
</body>
</html>