A Model Context Protocol (MCP) server for fetching Hacker News data.
-
top-stories
- Top stories
- Returns: an array of story IDs
-
best-stoies
- Best stories
- Returns: an array of story IDs
-
new-stories
- New stories
- Returns: an array of story IDs
-
story
- A story
- Input:
-
id
: the ID of the story
-
- Returns: a story object
-
user
- A user
- Input:
-
id
: the ID of the user
-
- Returns: a user object
{
"mcpServers": {
"hackernews": {
"command": "npx",
"args": ["-y", "mcp-server-hackernews"]
}
}
}