Lighthouse MCP
ライトハウスMCP
ClaudeがLighthouse.oneのポートフォリオデータと連携できるようにするモデルコンテキストプロトコル(MCP)サーバー。この統合により、Claudeから直接暗号資産ポートフォリオのクエリと分析が可能になります。
特徴
認証: 転送トークン URL を使用して Lighthouse で安全に認証します
ポートフォリオの概要: 以下の内容を含むポートフォリオの詳細な内訳を取得します。
ポートフォリオ総額
資産タイプの分布
主要保有資産(1,000ドル以上)
接続されているウォレット/アカウントのリスト
資産詳細: ポートフォリオ内の特定の資産に関する詳細情報を表示します
取引履歴: ウォレット間の取引履歴にアクセスします
パフォーマンス分析: ポートフォリオのパフォーマンスを時間の経過とともに把握します
パフォーマンス、アセットの配布などについて、自然言語であらゆる形式の質問を Claude に尋ねることができ、Claude は適切なツールを呼び出して回答を生成するよう最善を尽くします。
Related MCP server: Chronos MCP Server
Claude Desktopでの使用
注意:このMCPサーバーを使用するには、少なくともNode LTSがインストールされている必要があります。N -Installを使って、システムにNodeを素早くインストールしてみてください。
これをclaude_desktop_config.jsonに追加します:
{
"mcpServers": {
"lighthouse": {
"command": "npx",
"args": ["-y", "mcp-lighthouse"]
}
}
}その後、Claudeアプリを再起動してください。起動時にエラーが表示されない場合は、MCPサーバーは正常に動作しています。
認証のウォークスルー
認証URLの入力を求められます。取得するには、以下の手順に従ってください。
Lighthouse.oneの設定ページに移動します
「モバイルデバイスをリンク」オプションをクリックします

「転送リンクをコピー」をクリックします

注: URL は、Claude がセッションの認証に使用できる Lighthouse 転送トークン URL の形式になります。
利用可能なコマンド
接続すると、Claude で次のコマンドを使用できます。
認証
Use the authenticate command with a Lighthouse transfer token URL to log in.ポートフォリオの一覧
Use the listLighthousePortfolios command to see all your portfolios and their total values.ポートフォリオの概要を取得する
Use the getLighthousePortfolio command to view your current portfolio status with detailed breakdowns.利回りデータを取得する
Use the getLighthouseYieldData command to see yield information for your portfolio.パフォーマンスデータを取得する
Use the getLighthousePerformanceData command to analyze your portfolio's performance over time.
セッション管理
サーバーは認証を保持するためにセッションファイル(
.lighthouse_session)を維持します。明示的にログアウトするかセッションが期限切れにならない限り、認証は1回だけ必要です。
セッションデータはローカルマシンに安全に保存されます
注: セッション キーは、Lighthouse ダッシュボードからいつでも取り消すことができます。
セキュリティに関する注意事項
このMCPサーバーはあなたのマシン上でローカルに実行され、LighthouseのAPIと直接通信します。認証情報はClaudeやサードパーティのサービスと共有されることはありません。
ローカルで実行
プロジェクトをビルドします。
npm install
npm run buildClaudeにMCPサーバーを追加する
このJSONをClaudeアプリの開発設定に貼り付けてください。正しいビルド出力を指定していることを確認してください。
{
"mcpServers": {
"lighthouse": {
"command": "path/to/node/installation",
"args": ["path/to/this/folder/mcp-lighthouse/dist/index.js"]
}
}
}発達
このプロジェクトはTypeScriptで構築されており、MCPサーバーの実装にはFastMCPフレームワークを使用しています。機能を変更または拡張するには、以下の手順に従ってください。
index.tsに変更を加えるプロジェクトをリビルドします:
npm run buildサーバーを再起動します
要件
Node.js 16以上
npmまたはyarn
Lighthouse.oneアカウント
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseBqualityFmaintenanceA Model Context Protocol server that connects Claude to Heurist Mesh APIs, providing access to various blockchain and web3 tools including cryptocurrency data, token security, Twitter intelligence, and web search capabilities.2066MIT
- AlicenseBqualityDmaintenanceA Model Context Protocol server for integrating AI assistants like Claude Desktop with the Stellar blockchain, enabling wallet connections, token listings, balance queries, and fund transfers.417JavaScriptMIT
- Flicense-qualityDmaintenanceA Model Context Protocol server that enables Claude AI to interact with the Solana blockchain, allowing it to execute transactions, query accounts, manage wallets, get price predictions, trade tokens, and access various blockchain data sources.4
- Alicense-qualityBmaintenanceA Model Context Protocol server that provides AI assistants like Claude with secure, read-only access to MoneyWiz financial data for natural language queries and financial analytics.12MIT
Related MCP Connectors
A comprehensive Model Context Protocol (MCP) server that enables AI assistants to interact with yo…
A Model Context Protocol server for Wix AI tools
MCP server for Argo RPG Platform — connects AI assistants to campaign data via OAuth2
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/l3wi/mcp-lighthouse'
If you have feedback or need assistance with the MCP directory API, please join our Discord server