Back to Home
lin-jona icon

hn_flat

Verified Safe

by lin-jona

Overview

A tool to fetch and flatten Hacker News discussions into clean, readable markdown format, designed for use with AI assistants.

Installation

Run Command
uv run hn_flat_mcp.py

Security Notes

The server fetches HTML from a user-provided URL using the `requests` library and parses it with `BeautifulSoup`. This is its intended functionality. While making network requests to arbitrary URLs inherently carries a risk of exposing the host to external content, there are no obvious code injection points, uses of `eval`, or hardcoded secrets in the provided source code. As with any web fetching tool, care should be taken regarding what URLs are processed if the server is run in a sensitive environment.

Similar Servers

Stats

Interest Score0
Security Score8
Cost ClassMedium
Avg Tokens5000
Stars0
Forks0
Last Update2026-01-19

Tags

Hacker NewsMarkdownWeb ScrapingAI Assistant ToolMCP