financeanalytics-data

Lighthouse Portfolio Tracker

by l3wi

Track your cryptocurrency portfolio with Lighthouse Portfolio Tracker. Securely view holdings, asset allocation, and cry

Integrates with Lighthouse.one cryptocurrency portfolio tracker to fetch and display detailed portfolio data including total value, asset allocations, and major holdings through secure token-based authentication.

github stars

1

Natural language portfolio queriesSecure token-based authenticationMulti-wallet portfolio aggregation

best for

  • / Crypto investors tracking portfolio performance
  • / DeFi users monitoring yield farming returns
  • / Portfolio managers analyzing asset allocations

capabilities

  • / Authenticate with Lighthouse.one using transfer tokens
  • / Fetch total portfolio value and asset distributions
  • / View detailed holdings and connected wallet information
  • / Access yield data and staking rewards
  • / Analyze portfolio performance over time

what it does

Connects to your Lighthouse.one cryptocurrency portfolio to fetch portfolio value, asset allocations, holdings data, and performance metrics for analysis through Claude.

about

Lighthouse Portfolio Tracker is a community-built MCP server published by l3wi that provides AI assistants with tools and capabilities via the Model Context Protocol. Track your cryptocurrency portfolio with Lighthouse Portfolio Tracker. Securely view holdings, asset allocation, and cry It is categorized under finance, analytics data. This server exposes 5 tools that AI clients can invoke during conversations and coding sessions.

how to install

You can install Lighthouse Portfolio Tracker in your AI client of choice. Use the install panel on this page to get one-click setup for Cursor, Claude Desktop, VS Code, and other MCP-compatible clients. This server runs locally on your machine via the stdio transport.

license

MIT

Lighthouse Portfolio Tracker is released under the MIT license. This is a permissive open-source license, meaning you can freely use, modify, and distribute the software.

readme

Lighthouse MCP

A Model Context Protocol (MCP) server that enables Claude to interact with your Lighthouse.one portfolio data. This integration allows you to query and analyze your crypto portfolio directly through Claude.

Features

  • Authentication: Securely authenticate with Lighthouse using transfer token URLs
  • Portfolio Overview: Get detailed breakdowns of your portfolio including:
    • Total portfolio value
    • Asset type distribution
    • Major holdings (≥ $1,000)
    • List of connected wallets/accounts
  • Asset Details: View detailed information about specific assets in your portfolio
  • Transaction History: Access your transaction history across wallets
  • Performance Analysis: Get insights on portfolio performance over time

You can ask Claude any form of natural language questions about performance, assets distribution etc and it will try its best to invoke the right tools and generate an asnwer for you.

Usage with Claude Desktop

NOTE: You must have at least Node LTS installed to use this MCP server. Try N-Install to quickly install Node on your system.

Add this to your claude_desktop_config.json:

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

Then restart the Claude app. If you don't get any errors on startup, then the MCP server is working.

Authentication Walkthrough

You'll be asked for the authentication URL. To get it, follow these steps:

  1. Go to the Settings page on Lighthouse.one
  2. Click on "Link Mobile Device" option

Lighthouse Link Mobile Device

  1. Click on "Copy transfer link"

Mobile Transfer Code

Note: The URL will be in the format of a Lighthouse transfer token URL which Claude can use to authenticate your session.

Available Commands

Once connected, you can use the following commands with Claude:

  1. Authenticate

    Use the authenticate command with a Lighthouse transfer token URL to log in.
    
  2. List Portfolios

    Use the listLighthousePortfolios command to see all your portfolios and their total values.
    
  3. Get Portfolio Overview

    Use the getLighthousePortfolio command to view your current portfolio status with detailed breakdowns.
    
  4. Get Yield Data

    Use the getLighthouseYieldData command to see yield information for your portfolio.
    
  5. Get Performance Data

    Use the getLighthousePerformanceData command to analyze your portfolio's performance over time.
    

Session Management

  • The server maintains a session file (.lighthouse_session) to persist your authentication
  • You only need to authenticate once unless you explicitly log out or the session expires
  • Session data is stored securely on your local machine

NOTE: You can always revoke the session key from the Lighthouse dashboard.

Security Note

This MCP server runs locally on your machine and communicates directly with Lighthouse's API. Your authentication credentials are never shared with Claude or any third-party services.

Running Locally

  1. Build the project:
npm install

npm run build
  1. Add the MCP server to Claude

Paste this JSON into the Develop settings of the Claude app. Make sure to point to the correct build output.

{
  "mcpServers": {
    "lighthouse": {
      "command": "path/to/node/installation",
      "args": ["path/to/this/folder/mcp-lighthouse/dist/index.js"]
    }
  }
}

Development

The project is built with TypeScript and uses the FastMCP framework for MCP server implementation. To modify or extend the functionality:

  1. Make changes to index.ts
  2. Rebuild the project: npm run build
  3. Restart the server

Requirements

  • Node.js 16 or higher
  • npm or yarn
  • A Lighthouse.one account

FAQ

What is the Lighthouse Portfolio Tracker MCP server?
Lighthouse Portfolio Tracker is a Model Context Protocol (MCP) server profile on explainx.ai. MCP lets AI hosts (e.g. Claude Desktop, Cursor) call tools and resources through a standard interface; this page summarizes categories, install hints, and community ratings.
How do MCP servers relate to agent skills?
Skills are reusable instruction packages (often SKILL.md); MCP servers expose live capabilities. Teams frequently combine both—skills for workflows, MCP for APIs and data. See explainx.ai/skills and explainx.ai/mcp-servers for parallel directories.
How are reviews shown for Lighthouse Portfolio Tracker?
This profile displays 10 aggregated ratings (sample rows for discoverability plus signed-in user reviews). Average score is about 4.5 out of 5—verify behavior in your own environment before production use.
MCP server reviews

Ratings

4.510 reviews
  • Shikha Mishra· Oct 10, 2024

    Lighthouse Portfolio Tracker is among the better-indexed MCP projects we tried; the explainx.ai summary tracks the official description.

  • Piyush G· Sep 9, 2024

    We evaluated Lighthouse Portfolio Tracker against two servers with overlapping tools; this profile had the clearer scope statement.

  • Chaitanya Patil· Aug 8, 2024

    Useful MCP listing: Lighthouse Portfolio Tracker is the kind of server we cite when onboarding engineers to host + tool permissions.

  • Sakshi Patil· Jul 7, 2024

    Lighthouse Portfolio Tracker reduced integration guesswork — categories and install configs on the listing matched the upstream repo.

  • Ganesh Mohane· Jun 6, 2024

    I recommend Lighthouse Portfolio Tracker for teams standardizing on MCP; the explainx.ai page compares cleanly with sibling servers.

  • Oshnikdeep· May 5, 2024

    Strong directory entry: Lighthouse Portfolio Tracker surfaces stars and publisher context so we could sanity-check maintenance before adopting.

  • Dhruvi Jain· Apr 4, 2024

    Lighthouse Portfolio Tracker has been reliable for tool-calling workflows; the MCP profile page is a good permalink for internal docs.

  • Rahul Santra· Mar 3, 2024

    According to our notes, Lighthouse Portfolio Tracker benefits from clear Model Context Protocol framing — fewer ambiguous “AI plugin” claims.

  • Pratham Ware· Feb 2, 2024

    We wired Lighthouse Portfolio Tracker into a staging workspace; the listing’s GitHub and npm pointers saved time versus hunting across READMEs.

  • Yash Thakker· Jan 1, 2024

    Lighthouse Portfolio Tracker is a well-scoped MCP server in the explainx.ai directory — install snippets and categories matched our Claude Code setup.