othernone

Hacker News

Hacker News is a tech-focused news aggregator by Y Combinator, featuring user-submitted stories and discussions on startups, programming, and emerging trends

Verdict

The Hacker News MCP pulls stories, comments, and user profiles directly into Switchy. @mention it to scan the front page, search by keyword, filter by date or points, or look up specific threads by ID. Teams tracking tech trends, monitoring product launches, or researching community sentiment get the most value. No auth required — it queries the public Hacker News API. Results are trimmed to avoid context overflow, so you won't get full comment trees in one shot.

Common use cases

  • Track competitor product launches in real time
  • Monitor sentiment on your Show HN post
  • Research technical topics via community discussion
  • Curate weekly tech news for team standups
  • Find hiring trends from Who's Hiring threads

Integration

Vendor
Hacker News
Category
other
Auth
NONE
Tools
6
Composio slug
hackernews

Tools

  • Get Hackernews Frontpage

    Get the frontpage posts of hacker news.

  • Get Hackernews Item

    Get a specific item from hacker news using its id. limits response size to prevent context overflow.

  • Get Hackernews Today Posts

    Get today's posts from hacker news.

  • Get Hackernews User

    Get a specific user from hacker news using their username.

  • Get Latest Hackernews Posts

    Get the latest posts from hacker news based on optional filters. results can be limited using the size parameter.

  • Search Hackernews Posts

    Get relevant posts from hacker news based on a full-text query and optional filters. results can be limited using the size parameter.

Setup

Setup guide

  1. 11. Open your Switchy workspace and navigate to Settings > Integrations. 2. Find Hacker News in the MCP directory and click Connect. 3. No authentication is required — the integration activates immediately. 4. Open any Space and type '@Hacker News' to confirm the connection. 5. Test it by asking '@Hacker News show me today's top posts' — you should see a list of stories with titles, points, and URLs. 6. To invoke specific tools, reference them by name (e.g. 'search posts about AI agents' or 'get item 38471923'). 7. The MCP limits response size automatically to prevent context overflow, so large threads return summaries rather than full comment trees.

What teammates see: by default, memories from Hacker News are scoped to the Space (PROJECT visibility) - you can mark any memory PRIVATE or share it ORG-wide.

Works well with

Top models

Compatibility data appears once enough Spaces have used this MCP together with a given model.

How Switchy teams use it

Not enough Spaces yet to publish anonymised usage stats (we require ≥ 50 Spaces per week).

Starter prompts

Today's Top Stories

@Hacker News get today's posts and summarize the top five by points. Include the title, score, and a one-sentence takeaway for each.
Open in a Space →

Search Product Mentions

@Hacker News search posts about 'Cursor IDE' from the last month. List the three most upvoted threads with their scores and URLs.
Open in a Space →

Front Page Scan

@Hacker News get the frontpage and highlight any posts related to developer tools, AI infrastructure, or open source funding.
Open in a Space →

User Profile Lookup

@Hacker News get user 'patio11' and summarize their recent submissions and top comments from the last two weeks.
Open in a Space →

Deep Dive on Thread

@Hacker News get item 38471923 and summarize the main arguments in the top-level comments. What's the community consensus?
Open in a Space →

Example outputs

Illustrative - representative of the model's voice and quality, not literal recordings.

Prompt

@hackernews what are the top 5 stories on the frontpage right now about AI or machine learning?

Output

Here are the top 5 AI/ML stories currently on Hacker News frontpage: 1) 'New technique reduces LLM inference costs by 40%' (342 points, 89 comments), 2) 'Why transformer attention is all you need – revisited' (278 points, 54 comments), 3) 'Open-source alternative to OpenAI's Whisper' (201 points, 67 comments), 4) 'Machine learning for protein folding: lessons from AlphaFold' (189 points, 31 comments), 5) 'Training neural networks on a single GPU in 2024' (156 points, 42 comments). Each entry includes the current point count and comment thread size for context.

Notes

This example shows the MCP's ability to fetch and filter frontpage content in real time. No authentication required. The frontpage changes constantly, so results reflect a snapshot at query time. Useful for monitoring trending technical discussions without leaving your workspace.

Prompt

@hackernews find recent posts about Rust performance benchmarks from the last week, limit to 3 results

Output

Found 3 recent posts matching 'Rust performance benchmarks': 1) 'Benchmarking Rust vs C++ for high-frequency trading' (posted 2 days ago, 145 points, 78 comments) – discusses latency comparisons in production systems. 2) 'Why Rust's async runtime is faster than you think' (posted 4 days ago, 203 points, 112 comments) – deep dive into tokio internals. 3) 'Memory allocation patterns in Rust: a performance study' (posted 6 days ago, 87 points, 34 comments) – compares allocator strategies. Each result includes submission time, engagement metrics, and a brief excerpt from the discussion.

Notes

Demonstrates full-text search with time-based filtering. The MCP queries Hacker News's Algolia-powered search API, which indexes posts with a slight delay (usually under an hour). Search quality depends on keyword specificity—broad terms return more noise. Rate limits apply to search queries during high-traffic periods.

Prompt

@hackernews pull the comment thread for item 39847362 and summarize the main technical disagreements in the discussion

Output

Retrieved item 39847362: 'Show HN: I built a distributed task queue in Go' (187 points, 94 comments). Main technical disagreements: 1) Architecture choice – several commenters argue a centralized coordinator creates a single point of failure; author defends with failover strategy details. 2) Comparison to existing tools – debate over whether this adds value beyond Celery or Temporal; author highlights lower operational overhead. 3) Consistency guarantees – discussion splits on whether at-least-once delivery is sufficient for the stated use case. The thread also includes 12 comments praising the documentation quality and 8 offering feature suggestions for the roadmap.

Notes

Shows how the MCP retrieves specific items by ID and enables AI synthesis of discussion threads. The response is truncated to prevent context overflow—deeply nested threads may be summarized rather than returned in full. Useful for extracting signal from long comment chains when evaluating tools or techniques mentioned in your team's work.

Use-case deep-dives

Weekly competitive intel roundup

When HN search beats manual browsing for market research

A 3-person SaaS team runs a Friday competitive intel sync where they review what competitors shipped and what the market is talking about. The Hacker News MCP wins here because the search tool lets you query by keyword and date range in one shot—no tab-hopping through Show HN threads or manually filtering launch posts. You can pull all mentions of a competitor's name or a technology keyword from the past week, then feed those item IDs into the get-item tool to grab comment threads without context overflow. The threshold: if your vertical rarely hits HN (say, enterprise HR software), this MCP returns empty results and wastes time. But if you're in dev tools, AI infra, or consumer tech, it's faster than a Slack channel full of links.

Customer support knowledge mining

Using HN threads to answer edge-case product questions

A solo founder or 2-person support team fields technical questions about integrations or edge cases their docs don't cover. The Hacker News MCP is useful when your product has been discussed on HN and those threads contain real-world troubleshooting or workaround advice from users. You search for your product name, pull the top 5 threads, and scan comments for the specific error message or workflow question. The get-item tool limits response size so you don't blow your context window on a 400-comment flame war. The trade-off: this only works if your product has HN traction—if you're pre-launch or in a non-tech vertical, the corpus is empty. For dev-facing products with active HN presence, it's a faster alternative to GitHub issue archaeology.

Content team trend spotting

When daily HN scraping feeds editorial calendar planning

A 4-person content or marketing team at a B2B startup needs to spot emerging topics before they're saturated. The Hacker News MCP's today-posts and latest-posts tools let you pull fresh submissions each morning and filter by upvote threshold or keyword. You run a daily query for your category (say, 'open source' or 'LLM'), export the top 10 posts, and use that as input for a weekly editorial meeting. The frontpage tool is less useful here because it's too broad—you want the firehose with filters, not just what hit the top. The boundary: if your team already has a social listening tool or RSS setup, this MCP is redundant. But if you're bootstrapped and HN is your primary signal source, it's cheaper than a Feedly subscription and easier to automate.

Frequently asked

What does the Hacker News MCP do in Switchy?

It pulls Hacker News content directly into your AI workspace. You can fetch frontpage posts, search by keyword, grab specific stories or comments by ID, look up user profiles, and filter by date. Your AI can read HN threads, summarize discussions, or track topics without you opening a browser tab.

Do I need a Hacker News account to use this MCP?

No. The MCP reads public Hacker News data without authentication. You don't need to log in, provide an API key, or have admin access. Connect it once and any team member in your Switchy workspace can query HN through the AI.

Can the Hacker News MCP post comments or submit stories?

No. It's read-only. You can fetch posts, comments, and user profiles, but you can't upvote, comment, or submit new stories. If you need to post, you'll still do that through the Hacker News website directly.

How is this different from just opening Hacker News in a browser?

The MCP lets your AI read and summarize HN content in context with other work. Instead of manually scanning threads, you can ask the AI to pull today's top posts on a topic, compare discussion sentiment, or track mentions of your product across multiple stories in one query.

Who on the team should connect the Hacker News MCP?

Anyone can connect it since there's no auth required. If your team monitors tech trends, competitor mentions, or hiring discussions on HN, connect it once and everyone in the workspace can query it. It doesn't count against user seats or API quotas.

Data last verified 607 hours ago.Sources aggregated hourly to weekly. See docs/architecture/model-directory.md.