Back to MCP Directory
Connections & Capabilities
Connects To
GitHub
Capabilities
read
Quickstart
Install
npm install
```Config
{
"mcpServers": {
"hacker-news": {
"command": "node",
"args": ["/path/to/hn-server/build/index.js"]
}
}
}Exposed MCP Tools (1)
safe
get_storiesFetches stories from Hacker News based on specified type and limit.
Read-only operation; retrieves data without modifying any resources.
Safety Assessment
This server is generally safe for use as it only fetches and structures data from Hacker News. The primary risk is dependency on the external Hacker News website. It is safe to use as long as the user is aware of the potential for network errors or changes in the website's structure.
- Read-only access to Hacker News data.
- No write or delete operations.
- Configurable limit on the number of stories fetched.
- No authentication required.
- No access to sensitive data or secrets.
- Relies on external website (Hacker News) for data, susceptible to changes in website structure.
- Potential for network errors if Hacker News is unavailable.
- No sandboxing implemented.
- No RBAC implemented.
