CAT
/MCP
SkillsMCPMarketplacesDigestToolsAdvertise

This week in Claude

Every Monday: Claude Code, Agent SDK, MCP, and the Anthropic platform moves worth your time.

Skills by Category
Frontend DevelopmentBackend & APIsTesting & QASecurityDevOps & CI/CDGit & Pull RequestsDocumentationCode Review & QualityAI & Agent BuildingSkill Development
MCP Servers by Category
Sales & MarketingWeb & Browser AutomationDatabasesAI & LLM ToolsCloud & InfrastructureCommunication & MessagingDeveloper ToolsDesign & CreativeDocuments & KnowledgeSearch & Web Crawling
Marketplaces by Category
AI Agents & OrchestrationLLM IntegrationDevelopment ToolsFrontend & UIBackend & APIsDatabasesTesting & Code QualityDevOps & CloudSecurity & ComplianceGit & Version Control

Cross AI Tools

Discover Claude Code plugins, extensions, and tools. Automatically updated directory of Anthropic Claude AI marketplaces with development tools, productivity plugins, and integrations.

Resources

  • Browse Skills
  • Browse MCP Servers
  • Browse Marketplaces
  • Plugins Reference

Community

  • About
  • Tools
  • Feedback
  • Privacy Policy
  • Advertise

Built for the Claude Code community with Claude Code by @mertduzgun

Independent project, not affiliated with Anthropic

hackernews

pipeworx-io/mcp-hackernews
6 toolsHTTPregistry active
Summary

Connects Claude to Hacker News through two straightforward tools: get_top_stories pulls the current front page with scores, authors, and comment counts, while get_item fetches individual stories or comments by ID with full text and replies. Runs as a hosted service through Pipeworx's gateway at gateway.pipeworx.io, so no local setup required. The ask_pipeworx wrapper lets you skip manual tool calls and just ask questions in plain English. Useful when you want to pull HN discussions into your workflow, track trending topics, or grab story details without opening a browser. Part of a larger gateway offering 673+ data sources if you need to expand beyond HN.

CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →

Tools

Public tool metadata for what this MCP can expose to an agent.

6 tools
HACKERNEWS_GET_FRONTPAGEGet the frontpage posts of Hacker News.1 params

Get the frontpage posts of Hacker News.

Parameters* required
min_pointsinteger
Minimum points a post must have to be included in the response. It returns at most 50 posts.default: 40
HACKERNEWS_GET_ITEM_WITH_IDGet a specific item from Hacker News using its ID. Limits response size to prevent context overflow.4 params

Get a specific item from Hacker News using its ID. Limits response size to prevent context overflow.

Parameters* required
item_idstring
The ID of the item to retrieve from Hacker News.
max_depthinteger
Maximum depth of nested comments to include.default: 2
max_childreninteger
Maximum number of direct children comments to include.default: 10
truncate_textboolean
Whether to truncate long text content.default: true
HACKERNEWS_GET_LATEST_POSTSGet the latest posts from Hacker News based on optional filters. Results can be limited using the size parameter.3 params

Get the latest posts from Hacker News based on optional filters. Results can be limited using the size parameter.

Parameters* required
pageinteger
Page number for pagination.default: 0
sizeinteger
Limit the number of results returned. If not specified, returns all results from the page. Use 0 to return all results.default: 5
tagsarray
Filter on a specific tag. Available tags: story, comment, poll, pollopt, show_hn, ask_hn, front_page, author_<USERNAME>, story_<ID>.
HACKERNEWS_GET_TODAYS_POSTSGet today's posts from Hacker News.1 params

Get today's posts from Hacker News.

Parameters* required
min_pointsinteger
Minimum points a post must have to be included in the response. It returns at most 1000 posts.default: 200
HACKERNEWS_GET_USERGet a specific user from Hacker News using their username.1 params

Get a specific user from Hacker News using their username.

Parameters* required
usernamestring
The username of the Hacker News user to retrieve.
HACKERNEWS_SEARCH_POSTSGet relevant posts from Hacker News based on a full-text query and optional filters. Results can be limited using the size parameter.4 params

Get relevant posts from Hacker News based on a full-text query and optional filters. Results can be limited using the size parameter.

Parameters* required
pageinteger
Page number for pagination.default: 0
sizeinteger
Limit the number of results returned. If not specified, returns all results from the page. Use 0 to return all results.default: 5
tagsarray
Filter on a specific tag. Available tags: story, comment, poll, pollopt, show_hn, ask_hn, front_page, author_<USERNAME>, story_<ID>.
querystring
Full-text query to filter the posts.

mcp-hackernews

Hacker News MCP — search and retrieve stories from Hacker News

Part of Pipeworx — an MCP gateway connecting AI agents to 673+ live data sources.

Tools

ToolDescription
get_top_storiesGet current top-ranked Hacker News stories. Returns titles, URLs, scores, comment counts, authors, and posting times.
get_itemFetch a Hacker News story or comment by ID (e.g., "42153809"). Returns full text, score, author, timestamp, and child replies.

Quick Start

Add to your MCP client (Claude Desktop, Cursor, Windsurf, etc.):

{
  "mcpServers": {
    "hackernews": {
      "url": "https://gateway.pipeworx.io/hackernews/mcp"
    }
  }
}

Or connect to the full Pipeworx gateway for access to all 673+ data sources:

{
  "mcpServers": {
    "pipeworx": {
      "url": "https://gateway.pipeworx.io/mcp"
    }
  }
}

Using with ask_pipeworx

Instead of calling tools directly, you can ask questions in plain English:

ask_pipeworx({ question: "your question about Hackernews data" })

The gateway picks the right tool and fills the arguments automatically.

More

  • All tools and guides
  • pipeworx.io

License

MIT

Featured
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
Categories
Search & Web Crawling
Registryactive
TransportHTTP
UpdatedApr 1, 2026
View on GitHub

Related Search & Web Crawling MCP Servers

View all →
Google Search

com.mcparmory/google-search

Scrape Google search results with SERP data, ads, and knowledge panels
25
Brave Search

io.github.pipeworx-io/brave-search

Brave Search MCP — independent web index (no Google/Bing dependency)
Serper Search and Scrape

marcopesani/mcp-server-serper

Serper MCP Server supporting search and webpage scraping
154
Brave Search Mcp Server

brave/brave-search-mcp-server

Brave Search MCP Server: web results, images, videos, rich results, AI summaries, and more.
1.2k
Google Search Console

com.mcparmory/google-search-console

Query search analytics, manage sitemaps, and inspect site URLs and status
25
Google Search Console

acamolese/google-search-console-mcp

Google Search Console MCP server: SEO audits, performance queries, URL inspection, indexing checks.
3