Loading...
npm install
```{
"mcpServers": {
"hacker-news": {
"command": "node",
"args": ["/path/to/hn-server/build/index.js"]
}
}
}get_storiesFetches stories from Hacker News based on specified type and limit.
Read-only operation; retrieves data without modifying any resources.
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.