Back to Home
v3nom icon

toon-fetch

by v3nom

Overview

Fetches web content from a given URL, cleans it, converts it to Markdown, and optionally processes it using a local language model to return structured data in TOON format for AI agents.

Installation

Run Command
npx toon-fetch

Security Notes

The server uses Puppeteer to fetch content from arbitrary URLs. Running a headless browser to visit untrusted external websites can expose the host system to security risks (e.g., Server-Side Request Forgery if not properly isolated, or potential exploits if the browser itself is compromised). No explicit sandboxing mechanisms for Puppeteer are mentioned in the provided code. Additionally, the local LLM downloads its model weights on first use, requiring external network access and disk space, which could be a vector for supply chain attacks if the model source were compromised.

Similar Servers

Stats

Interest Score0
Security Score5
Cost ClassHigh
Avg Tokens1500
Stars0
Forks0
Last Update2025-12-13

Tags

web-scrapingmarkdown-conversionlocal-llmtoon-formatmcp-server