extract_hackernews
ActiveTool of io.github.PrinceGabriel-lgtm/freshcontext
declared in 0.4.0
Extract top stories or search results from Hacker News. The url field accepts an HN/Algolia URL or a plain search query.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"url"
],
"properties": {
"url": {
"type": "string",
"minLength": 1,
"description": "HN URL e.g. https://news.ycombinator.com/news, Algolia API URL, or search query e.g. 'browser agents'"
}
},
"additionalProperties": false
}Parent server
io.github.PrinceGabriel-lgtm/freshcontext
https://github.com/PrinceGabriel-lgtm/freshcontext-mcp
2/7 registries