MCP.so
Sign In

Lighthouse MCP

@l3wi

About Lighthouse MCP

An MCP server for chatting with your Lighthouse portfolio

Basic information

Category

Other

Runtime

node

Transports

stdio

Publisher

l3wi

Config

Add this server to your MCP-compatible client using the configuration below.

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

Tools

No tools detected

We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.

Overview

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.

Comments

More Other MCP servers