MCP.so
ログイン

Lighthouse MCP

@l3wi

Lighthouse MCP について

An MCP server for chatting with your Lighthouse portfolio

基本情報

カテゴリ

その他

ランタイム

node

トランスポート

stdio

公開者

l3wi

設定

以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。

{
  "mcpServers": {
    "lighthouse": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-lighthouse"
      ]
    }
  }
}

ツール

ツールは検出されませんでした

ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。

概要

What is Lighthouse MCP?

Lighthouse MCP is a Model Context Protocol server that enables Claude to query and analyze your Lighthouse.one crypto portfolio data. It provides secure authentication and allows natural language interaction with portfolio information, asset details, and performance metrics.

How to use Lighthouse MCP?

Install by adding the server to your claude_desktop_config.json with the command npx -y mcp-lighthouse. After restarting Claude, authenticate using a Lighthouse transfer token URL (obtained from Lighthouse.one Settings → Link Mobile Device → Copy transfer link). You can then use commands like listLighthousePortfolios, getLighthousePortfolio, getLighthouseYieldData, and getLighthousePerformanceData.

Key features of Lighthouse MCP

  • Secure authentication via Lighthouse transfer token URLs
  • Portfolio overview with total value and asset distribution
  • Major holdings (≥ $1,000) and connected wallets list
  • Asset-specific details and transaction history
  • Performance analysis over time

Use cases of Lighthouse MCP

  • Ask Claude for your total portfolio value and breakdown by asset type
  • Inquire about top performing assets or largest holdings
  • Review recent transactions across all connected wallets
  • Analyze portfolio yield and historical performance trends
  • Authenticate once and reuse the session across conversations

FAQ from Lighthouse MCP

How do I authenticate with Lighthouse MCP?

Get a Lighthouse transfer token URL from the Settings page on Lighthouse.one by clicking "Link Mobile Device" then "Copy transfer link". Paste that URL when Claude asks for authentication.

What are the runtime requirements?

You must have Node LTS (Node.js 16 or higher) and npm or yarn installed. The server runs locally on your machine.

Is authentication persistent?

Yes. The server stores your session in a local .lighthouse_session file so you only need to authenticate once unless you log out or the session expires. You can revoke the session key from the Lighthouse dashboard.

Where is my data stored and shared?

All data is stored and processed locally on your machine. The server communicates directly with Lighthouse's API; your credentials are never shared with Claude or any third-party services.

How can I run Lighthouse MCP locally from source?

Clone the repository, run npm install and npm run build, then point the Claude config to dist/index.js with your Node installation path.

コメント

「その他」の他のコンテンツ