
Security News
New CNA Scorecard Tool Ranks CVE Data Quality Across the Ecosystem
The CNA Scorecard ranks CVE issuers by data completeness, revealing major gaps in patch info and software identifiers across thousands of vulnerabilities.
@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 402 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 CNA Scorecard ranks CVE issuers by data completeness, revealing major gaps in patch info and software identifiers across thousands of vulnerabilities.
Research
/Security News
Two npm packages masquerading as WhatsApp developer libraries include a kill switch that deletes all files if the phone number isn’t whitelisted.
Research
/Security News
Socket uncovered 11 malicious Go packages using obfuscated loaders to fetch and execute second-stage payloads via C2 domains.