
Research
/Security News
Critical Vulnerability in NestJS Devtools: Localhost RCE via Sandbox Escape
A flawed sandbox in @nestjs/devtools-integration lets attackers run code on your machine via CSRF, leading to full Remote Code Execution (RCE).
@microagents/server-hackernews
Advanced tools
An MCP server implementation that enables Claude to interact with Hacker News content through the official and Algolia APIs.
npm install @microagents/server-hackernews
# or
yarn add @microagents/server-hackernews
# No environment variables needed
npx @microagents/server-hackernews
Add this to your claude_desktop_config.json
:
{
"mcpServers": {
"hackernews": {
"command": "npx",
"args": ["@microagents/server-hackernews"]
}
}
}
Search stories and comments using Algolia's HN Search API.
Inputs:
query
(string): Search termstype
(string, optional): Type of content to search ("story", "comment", or "all")sortBy
(string, optional): Sort method ("relevance", "date", "points", or "comments")page
(number, optional): Page number for paginationGet stories by type.
Inputs:
type
(string): Type of stories to retrieve ("top", "new", "best", "ask", "show", "job")limit
(number, optional): Number of stories to retrieve (max 500)Get a story with its comment thread.
Inputs:
id
(number): ID of the storyGet the full comment tree for a story.
Inputs:
id
(number): ID of the storyGet user profile information.
Inputs:
username
(string): Username to retrieveGet user's submissions (stories and comments).
Inputs:
username
(string): Username to retrieve submissions forlimit
(number, optional): Number of submissions to retrieveMIT
Based on the original MCP server by Abdul Rahman.
FAQs
MCP server for Hacker News API integration
We found that @microagents/server-hackernews demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer 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.
Research
/Security News
A flawed sandbox in @nestjs/devtools-integration lets attackers run code on your machine via CSRF, leading to full Remote Code Execution (RCE).
Product
Customize license detection with Socket’s new license overlays: gain control, reduce noise, and handle edge cases with precision.
Product
Socket now supports Rust and Cargo, offering package search for all users and experimental SBOM generation for enterprise projects.