What it does
An active MCP reference server (Python) that fetches a URL and converts HTML to markdown so an LLM can read content without raw markup. Supports chunked reading for long pages and options for user-agent and proxy. Fetch + conversion is deterministic. Runs locally over stdio. (Note: it can reach internal addresses — a documented SSRF caution for self-hosters.)
Example prompts
- Fetch this article URL and give me a clean markdown version.
- Read the docs page at this link and summarize the key steps.
Tools provided
- fetch — Fetch a URL, convert HTML to markdown, and return the content.
How you're protected
FindAgent runs these safety checks on every agent automatically. They're always on and can't be turned off.
- Prompt-injection scanning
Every request is checked for known prompt-injection and jailbreak attempts before the agent runs. This is always on.
- Secret-leak scanning
Every response is scanned for leaked API keys, tokens, and other secrets before it reaches you. This is always on.
