Hacker News MCP
Parses news.ycombinator.com for structured story data across top, new, ask, show, and jobs with configurable limits.
Delv Safety Grade: C
Score 58/100 · assessed 2026-04-28
This community MCP server scrapes Hacker News to deliver structured story data. It's maintained by a solo developer (pskill9) with limited public profile and sparse repository activity. The permissions model is reasonably safe since it only performs read-only web scraping of a public site with no authentication or sensitive data access. However, the supply chain is weak: there's no npm package, requiring manual clone-and-build installation with npm install and build steps. The code is open source on GitHub with basic documentation explaining the available tools and parameters. No security incidents are known, but the lack of package distribution and single-maintainer model present modest risks. The scraping approach is straightforward HTML parsing without unusual dependencies, which limits attack surface. Suitable for non-critical use cases where you need HN data in Claude, but the manual installation and solo maintenance warrant caution for production deployments.
Lethal Trifecta (prompt-injection exposure)
TWO OF THREEComments and submissions are attacker-controlled. Outbound when posting. The HN crowd is generally good but not fully trustable.
Green flags
- Read-only access to public data only, no authentication required
- Open source with clear documentation of available tools
- No environment variables or secrets needed
- Straightforward HTML parsing without complex dependencies
- No known security incidents or malicious behaviour
Red flags
- Solo maintainer with limited public profile and sparse commit history
- No npm package distribution, requires manual clone and build
- Web scraping could break if HN changes HTML structure
- No versioning or release management visible
Permissions requested
Install
npm install && npm run build
Review
Install this if you regularly ask Claude about current tech discussions or want automated HN briefings. Skip it if you need historical data, real-time updates, or anything beyond the five main sections. It does one thing competently and doesn't pretend otherwise.
Good at
- Returns clean, structured JSON that Claude can immediately parse and work with.
- Covers all five main HN sections including jobs, which most scrapers ignore.
- Configurable story limits mean you control the scope of each request.
- No API keys or authentication required, just install and run.
- Lightweight implementation with minimal dependencies.
Watch out
- Breaks if Hacker News changes their HTML structure, as all scrapers do.
- No caching means every request hits the site, wasteful for repeated queries.
- Limited to currently visible stories, no historical data or search capability.
- Manual config required for hosts beyond Claude Desktop despite claimed Cursor support.
- No comment threading or user data beyond what appears in story listings.
Use cases
- tech trend tracking
- news briefings
- project discovery
- discussion aggregation
Getting started
Works with
Similar MCPs
- MobbinReference 621,500+ real app screens from inside Claude, Cursor, and other AI tools. Mobbin's design library exposed as MCP so agents can work from real UI patterns instead of guessing.
- Discogs MCPSearches the Discogs music catalogue for releases, artists, labels, and marketplace listings.
- Unsplash MCPSearches Unsplash for high-quality stock photos with filters for orientation, colour, and size.
- OP.GG MCPProvides gaming data for League of Legends, TFT, and Valorant including champion analytics, esports schedules, and meta comps.