
Security News
Open Source Maintainers Feeling the Weight of the EU’s Cyber Resilience Act
The EU Cyber Resilience Act is prompting compliance requests that open source maintainers may not be obligated or equipped to handle.
@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
The npm package @microagents/server-hackernews receives a total of 384 weekly downloads. As such, @microagents/server-hackernews popularity was classified as not popular.
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.
Security News
The EU Cyber Resilience Act is prompting compliance requests that open source maintainers may not be obligated or equipped to handle.
Security News
Crates.io adds Trusted Publishing support, enabling secure GitHub Actions-based crate releases without long-lived API tokens.
Research
/Security News
Undocumented protestware found in 28 npm packages disrupts UI for Russian-language users visiting Russian and Belarusian domains.