CCM
/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

Claude Code Marketplaces

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
  • Skill index
  • MCP index
  • Marketplace index
  • Plugins Reference

Community

  • About
  • Tools
  • Feedback
  • Privacy Policy
  • Advertise

Built for the Claude Code community with Claude Code by mertbuilds.com

Independent project, not affiliated with Anthropic
pipeworx-io avatar

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 →
inference shell
inference shell
create and run specialised agents in minutes
build now →
MCP-ready Email SendingMCP-ready Email Sending
MCP-ready Email Sending
Plug Mailtrap into your AI workflow and let it handle the email.
Connect Mailtrap MCP →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Capacitor - Shared memory for your team’s coding agents.
Capacitor - Shared memory for your team’s coding agents.
Make coding agent sessions - Searchable, Shareable, Vendor-neutral & Scored.
Try For Free →
CodeScene MCP ServerCodeScene MCP Server
CodeScene MCP Server
Your agent targets a perfect 10 Code Health score. Deterministic. Every commit.
Try For Free →
Give your AI the whole web as clean markdownGive your AI the whole web as clean markdown
Give your AI the whole web as clean markdown
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
belt - the only tool your agent needs
belt - the only tool your agent needs
belt cli automatically finds the best tools and skills for your agent. image, video, music, tts...
one prompt install →
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
inference shell
inference shell
create and run specialised agents in minutes
build now →
MCP-ready Email SendingMCP-ready Email Sending
MCP-ready Email Sending
Plug Mailtrap into your AI workflow and let it handle the email.
Connect Mailtrap MCP →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Capacitor - Shared memory for your team’s coding agents.
Capacitor - Shared memory for your team’s coding agents.
Make coding agent sessions - Searchable, Shareable, Vendor-neutral & Scored.
Try For Free →
CodeScene MCP ServerCodeScene MCP Server
CodeScene MCP Server
Your agent targets a perfect 10 Code Health score. Deterministic. Every commit.
Try For Free →
Give your AI the whole web as clean markdownGive your AI the whole web as clean markdown
Give your AI the whole web as clean markdown
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
belt - the only tool your agent needs
belt - the only tool your agent needs
belt cli automatically finds the best tools and skills for your agent. image, video, music, tts...
one prompt install →

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_childreninteger
Maximum number of direct children comments to include.default: 10
max_depthinteger
Maximum depth of nested comments to include.default: 2
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
querystring
Full-text query to filter the posts.
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>.

mcp-hackernews

Hacker News MCP — search and retrieve stories from Hacker News

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

Tools

ToolDescription
search_hnFull-text search Hacker News via Algolia. Pass query plus optional tags filter (story, comment, ask_hn, show_hn; default: story). Returns title, URL, score, author, comment count, and timestamp.
get_top_storiesFetch the current live top-ranked Hacker News stories from the Firebase API. Returns up to count stories (default 10) with title, URL, score, author, comment count, and Unix timestamp.
get_storiesFetch Hacker News stories of a given TYPE: top (default), new (newest), best, ask (Ask HN), show (Show HN), or job (jobs/hiring). PREFER for "newest HN stories", "top Ask HN posts", "Show HN", "HN job postings / who is hiring". Returns title, URL (or self-text for Ask/Show), score, author, comment count, and timestamp.
get_itemFetch a Hacker News story or comment by ID (e.g., "42153809"). Returns full text, score, author, timestamp, and child replies.
get_hn_commentsFetch the discussion (top-level comments, actual text) on a Hacker News story by its item ID. PREFER OVER WEB SEARCH for "what are people saying about ", "HN discussion / developer sentiment on X". get_item returns only comment IDs; this resolves them to text. Find a story ID via get_top_stories or search_hn. Returns each top comment author, text, time, and reply count.

Quick Start

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

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

What this endpoint actually serves

tools/list at https://gateway.pipeworx.io/hackernews/mcp returns the tools in the table above plus the shared Pipeworx meta-tools — ask_pipeworx, discover_tools, search_within, remember/recall and the rest of the gateway-wide set. So the tool count you see is larger than this table: a single-pack endpoint currently lists roughly 30 shared tools alongside the pack's own. The connection's initialize response states its exact scope, and is the authoritative answer for a given day.

This is deliberate, not multiplexing by accident. The meta-tools are what let a scoped connection answer a question this pack does not cover — via ask_pipeworx, which routes across the whole catalog — without you adding a second MCP server. There is currently no way to mount a pack endpoint without them; if the extra schemas cost you more context than the routing is worth, connect to the full gateway once rather than to several pack endpoints.

Or connect to the full Pipeworx gateway to get every pack's tools listed directly, instead of just this one's:

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

Both URLs reach the same gateway and the same 1476+ data sources. The only difference is which pack's tools are listed directly; ask_pipeworx reaches all of them from either one.

Using with ask_pipeworx

Instead of calling tools directly, you can ask questions in plain English — this works on the pack endpoint above as well as on the full gateway:

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

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

More

  • Docs and guides
  • pipeworx.io

License

MIT

Featured
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
inference shell
inference shell
create and run specialised agents in minutes
build now →
MCP-ready Email SendingMCP-ready Email Sending
MCP-ready Email Sending
Plug Mailtrap into your AI workflow and let it handle the email.
Connect Mailtrap MCP →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Capacitor - Shared memory for your team’s coding agents.
Capacitor - Shared memory for your team’s coding agents.
Make coding agent sessions - Searchable, Shareable, Vendor-neutral & Scored.
Try For Free →
CodeScene MCP ServerCodeScene MCP Server
CodeScene MCP Server
Your agent targets a perfect 10 Code Health score. Deterministic. Every commit.
Try For Free →
Give your AI the whole web as clean markdownGive your AI the whole web as clean markdown
Give your AI the whole web as clean markdown
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
belt - the only tool your agent needs
belt - the only tool your agent needs
belt cli automatically finds the best tools and skills for your agent. image, video, music, tts...
one prompt install →
Categories
Search & Web Crawling
Registryactive
TransportHTTP
UpdatedApr 1, 2026
View on GitHub

More from pipeworx-io

  • Hagstofa Is
  • Hagstova Fo
  • Hal Fr
  • Hdx
  • Hkma Hk
  • Hnb Hr
  • holidays
  • Homebrew Formulae
  • Horizons Nasa
  • Hpo Api
  • Httpbin
  • httpcat
  • Hud
  • Huggingface
  • Ibge Br
  • iconify
  • Ietf Datatracker
  • Ilostat
  • Inaturalist
  • Ine Es
  • Intercom
  • Ipify
  • iplookup
  • Iso Codes

Related Search & Web Crawling MCP Servers

View all →
pipeworx-io avatar
Internet Archive

io.github.pipeworx-io/internet-archive

Internet Archive (archive.org) item search & metadata MCP.
pipeworx-io avatar
Lens Org

io.github.pipeworx-io/lens-org

Lens.org patent + scholarly search (free academic key required)
pipeworx-io avatar
Listen Notes

io.github.pipeworx-io/listen-notes

Podcast directory search + best podcasts + recommendations via Listen Notes. Free key required.
pipeworx-io avatar
Movies

io.github.pipeworx-io/movies

Movies and TV show data — search, details, ratings, and cast from iTunes and TVmaze APIs
pipeworx-io avatar
Newsapi

io.github.pipeworx-io/newsapi

NewsAPI.org: top headlines, archive search, sources. Free 100/day key.
pipeworx-io avatar
Opencitations

io.github.pipeworx-io/opencitations

OpenCitations COCI — open-license citation index by DOI