An MCP server that provides tools for fetching, converting, and extracting data from web pages.
If you already use Huoshui, the huoshui mcp server is the piece that lets your assistant work with it directly. An MCP server that provides tools for fetching, converting, and extracting data from web pages.
The server ships on PyPI as git, so your MCP client can launch it on demand — there is no separate build step. Add the server block to your client's configuration, restart it, and the tools register themselves.
The toolset is worth reading before you wire it up, because it tells you what the integration is really for:
fetch_url — Fetch content from URLs with customizable timeout, redirect handling, and user-agentfetch_with_headers — Fetch URLs with custom headers for authenticated requestshtml_to_markdown_tool — Convert HTML to clean Markdown formathtml_to_text_tool — Extract plain text from HTMLclean_html_tool — Remove scripts/styles and sanitize HTMLjson_to_markdown_tool — Convert JSON data to readable Markdownextract_article_tool — Extract main article content using readabilityextract_links_tool — Extract all links with filtering optionsextract_metadata_tool — Extract page metadata (title, description, OG tags)extract_images_tool — Extract images with size filteringextract_structured_data_tool — Extract JSON-LD and microdataFeatures — See PUBLISHING.md for detailed documentationThis sits in the knowledge and memory group, where several servers overlap in what they claim to do but differ sharply once you actually set them up. Huoshui's toolset — fetch_url, fetch_with_headers, html_to_markdown_tool and 9 more — is a fair guide to whether it matches your workflow. It is maintained by huoshuiai42; worth a glance at recent repository activity before you build anything load-bearing on it.
This entry was verified against Huoshui's own documentation before publication; SyncDev keeps the directory reviewed rather than auto-generated.
| Tool | What it does |
|---|---|
| fetch_url | Fetch content from URLs with customizable timeout, redirect handling, and user-agent |
| fetch_with_headers | Fetch URLs with custom headers for authenticated requests |
| html_to_markdown_tool | Convert HTML to clean Markdown format |
| html_to_text_tool | Extract plain text from HTML |
| clean_html_tool | Remove scripts/styles and sanitize HTML |
| json_to_markdown_tool | Convert JSON data to readable Markdown |
| extract_article_tool | Extract main article content using readability |
| extract_links_tool | Extract all links with filtering options |
| extract_metadata_tool | Extract page metadata (title, description, OG tags) |
| extract_images_tool | Extract images with size filtering |
| extract_structured_data_tool | Extract JSON-LD and microdata |
| Features | See [PUBLISHING.md](PUBLISHING.md) for detailed documentation. |
{
"mcpServers": {
"huoshui-fetch": {
"command": "uvx",
"args": ["--no-cache", "--from", ".", "huoshui-fetch"],
"cwd": "/path/to/huoshui-fetch"
}
}
}Configuration as documented by the project. Restart the client after saving.
A knowledge graph your assistant keeps between sessions — entities, relations and observations that persist.
Kill hallucinated APIs — version-accurate, up-to-date library documentation injected straight into context.
Your workspace, on speaking terms with AI — search, read and write Notion pages and databases.
A structured scratchpad for hard problems — stepwise reasoning with revisions, branches and visible logic.
Symbol-level code navigation, refactoring and memory for coding agents — the IDE brain your assistant has been missing.
Chat with your second brain — search, read and write vault notes through the Local REST API.