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.

评论

其他 分类下的更多 MCP 服务器