
Security News
Deno 2.6 + Socket: Supply Chain Defense In Your CLI
Deno 2.6 introduces deno audit with a new --socket flag that plugs directly into Socket to bring supply chain security checks into the Deno CLI.
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.
npm install
npm run build
npm start
Add this to your claude_desktop_config.json:
{
"mcpServers": {
"lighthouse": {
"command": "node",
"args": ["./dist/index.js"],
"cwd": "/path/to/mcp-lighthouse"
}
}
}
Replace /path/to/mcp-lighthouse with the actual path to your project directory.
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 authenticationThis 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.
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
Deno 2.6 introduces deno audit with a new --socket flag that plugs directly into Socket to bring supply chain security checks into the Deno CLI.

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.