This MCP server provides integration with Lighthouse.one portfolio tracker, allowing AI assistants to fetch and display cryptocurrency portfolio data. Built with TypeScript and FastMCP, it offers two main tools: 'authenticate' for logging in with a transfer token URL and 'getLighthousePortfolio' for retrieving detailed portfolio information including total value, asset type breakdown, and major holdings. The implementation securely manages session cookies for persistent authentication and formats portfolio data into readable tables showing asset allocations and values. Ideal for crypto investors who want to quickly analyze their holdings through AI assistants without switching to the Lighthouse web interface.
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.
No reviews yet. Be the first to review!
Sign in to join the conversation
Our bundler currently only supports TypeScript-based servers. Check back soon!