
Security News
Open Source Maintainers Demand Ability to Block Copilot-Generated Issues and PRs
Open source maintainers are urging GitHub to let them block Copilot from submitting AI-generated issues and pull requests to their repositories.
@devabdultech/hn-mcp-server
Advanced tools
Official Hacker News MCP Server - Adds powerful Hacker News integration to Cursor, Claude, and any other LLM clients. Access stories, comments, user profiles, and search functionality through the Model Context Protocol.
Add this to your claude_desktop_config.json
:
{
"mcpServers": {
"hackernews": {
"command": "npx",
"args": ["-y", "@devabdultech/hn-mcp-server"]
}
}
}
search
query
(string): Search query
* type
(optional string): Filter by type ('story' or 'comment')
* page
(optional number): Page number for pagination
* hitsPerPage
(optional number): Results per page (max 100)getStories
type
(string): Type of stories to fetch ('top', 'new', 'best', 'ask', 'show', 'job')
* limit
(optional number): Number of stories to fetch (max 100)getStoryWithComments
id
(number): Story IDgetCommentTree
storyId
(number): ID of the storygetUser
id
(string): UsernamegetUserSubmissions
id
(string): UsernameThis MCP server is licensed under the MIT License. See the LICENSE file for details.
This MCP server is built and maintained by devabdultech. It uses the official Hacker News API and Algolia Search API to provide comprehensive access to Hacker News data through the Model Context Protocol.
FAQs
MCP Server for using the Hacker News API
The npm package @devabdultech/hn-mcp-server receives a total of 32 weekly downloads. As such, @devabdultech/hn-mcp-server popularity was classified as not popular.
We found that @devabdultech/hn-mcp-server 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
Open source maintainers are urging GitHub to let them block Copilot from submitting AI-generated issues and pull requests to their repositories.
Research
Security News
Malicious Koishi plugin silently exfiltrates messages with hex strings to a hardcoded QQ account, exposing secrets in chatbots across platforms.
Research
Security News
Malicious PyPI checkers validate stolen emails against TikTok and Instagram APIs, enabling targeted account attacks and dark web credential sales.