Hacker News tools for AI agents (MCP server): top stories, story details, comments thread, and full-text search via Algolia. No API key required — public HN API. Built for content research, trend monitoring, and prompt enrichment. By NeCL — neclco.com
Server Config
{
"mcpServers": {
"necl-hn": {
"command": "uvx",
"args": [
"--from",
"git+https://github.com/adjacentai/necl-hn-mcp.git",
"necl-hn-mcp"
]
}
}
}