
Security News
New React Server Components Vulnerabilities: DoS and Source Code Exposure
New DoS and source code exposure bugs in React Server Components and Next.js: what’s affected and how to update safely.
mcp-lighthouse
Advanced tools
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.
Add this to your claude_desktop_config.json:
{
"mcpServers": {
"lighthouse": {
"command": "npx",
"args": ["-y", "mcp-lighthouse"]
}
}
}
When running this mcp-lighthouse server locally 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"]
}
}
}
Then restart the CLaude app. If you don't get any errors on startup, then the MCP server is working.
To authenticate with Lighthouse, follow these steps:
Note: The URL will be in the format of a Lighthouse transfer token URL which Claude can use to authenticate your session.
Once connected, you can use the following commands with Claude:
Authenticate
Use the authenticate command with a Lighthouse transfer token URL to log in.
Get Portfolio Overview
Use the getLighthousePortfolio command to view your current portfolio status.
.lighthouse_session) to persist your authenticationNOTE: You can always revoke the session key from the Lighthouse dashboard.
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.
npm install
npm run build
npm run watch
The project is built with TypeScript and uses the FastMCP framework for MCP server implementation. To modify or extend the functionality:
index.tsnpm run buildFAQs
An MCP server for Lighthouse.one portfolio tracker.
The npm package mcp-lighthouse receives a total of 51 weekly downloads. As such, mcp-lighthouse popularity was classified as not popular.
We found that mcp-lighthouse demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
New DoS and source code exposure bugs in React Server Components and Next.js: what’s affected and how to update safely.

Security News
Socket CEO Feross Aboukhadijeh joins Software Engineering Daily to discuss modern software supply chain attacks and rising AI-driven security risks.

Security News
GitHub has revoked npm classic tokens for publishing; maintainers must migrate, but OpenJS warns OIDC trusted publishing still has risky gaps for critical projects.