get_item
ActiveTool of hackernews
declared in 0.1.0
Fetch a Hacker News story or comment by ID (e.g., "42153809"). Returns full text, score, author, timestamp, and child replies.
Parameters schema
{
"type": "object",
"examples": [
{
"id": 42153809
},
{
"id": 38000000
}
],
"required": [
"id"
],
"properties": {
"id": {
"type": "number",
"description": "The numeric Hacker News item ID"
}
}
}Parent server
hackernews
https://github.com/pipeworx-io/mcp-hackernews
2/7 registries