Metadata-Version: 2.4
Name: niche-hackernews-mcp
Version: 0.1.0
Summary: MCP server for Hacker News discussion and demand signal discovery
Project-URL: Homepage, https://github.com/duanchao/niche-demand-discovery
Project-URL: Repository, https://github.com/duanchao/niche-demand-discovery
Author: duanchao
License-Expression: Apache-2.0
Keywords: demand-discovery,hackernews,indie-hacker,mcp,niche
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: Software Development :: Libraries
Requires-Python: >=3.11
Requires-Dist: httpx>=0.27.0
Requires-Dist: mcp>=1.0.0
Requires-Dist: pydantic>=2.0.0
Requires-Dist: python-dotenv>=1.0.0
Description-Content-Type: text/markdown

# niche-hackernews-mcp

MCP server for discovering demand signals from Hacker News discussions.

## Install

```bash
uvx niche-hackernews-mcp
```

## Tools

- `hn_search` — Search HN stories and comments by keyword
- `hn_get_story_details` — Get story with top comments
- `hn_get_show_hn` — Get recent Show HN posts
- `hn_get_ask_hn` — Get recent Ask HN posts

## Auth

None required. Uses the public HN Algolia API.
