MCP Directory

pskill9/hn-server

GitHub
Other

Parses the HTML content from news.ycombinator.com (Hacker News) and provides structured data for different types of stories (top, new, ask, show, jobs).

Direct install

Run the underlying MCP server directly — without Agent-CoreX routing.

npx -y hn-server

Use with Agent-CoreX

Agent-CoreX intelligently routes which tools from pskill9/hn-server your AI agent actually needs per request — reducing token usage and cost.

agent-corex.json

{
  "mcpServers": {
    "hn-server": {
      "command": "npx",
      "args": [
        "-y",
        "hn-server"
      ]
    }
  }
}

Route pskill9/hn-server intelligently

Connect in 2 minutes. Only pay for the tools your agent actually uses.

Installation Guide

Use with Agent-CoreX

Recommended: intelligent tool routing, lower costs

uvx agent-corex mcp add hn-server

Agent-CoreX selects only the tools your agent needs, cutting token usage by up to 60%.

Direct Install

Use pskill9/hn-server directly without routing

npx -y hn-server

New to Agent-CoreX? View setup guide →

pskill9/hn-server MCP Server — Agent-CoreX