Hacker News MCP Server
by devabdultech
Verified
Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
No arguments |
Schema
Prompts
Interactive templates invoked by user choice
Name | Description |
---|---|
No prompts |
Resources
Contextual data attached and managed by the client
Name | Description |
---|---|
No resources |
Tools
Functions exposed to the LLM to take actions
Name | Description |
---|---|
search | Search for stories and comments on Hacker News |
getStory | Get a single story by ID |
getStoryWithComments | Get a story with its comments |
getStories | Get multiple stories by type (top, new, best, ask, show, job) |
getComment | Get a single comment by ID |
getComments | Get comments for a story |
getCommentTree | Get a comment tree for a story |
getUser | Get a user profile by ID |
getUserSubmissions | Get a user's submissions |