agent-web — URL to LLM-ready markdown: a polite, robots-respecting web page reader (free)
io.github.foomworks/agent-webURL to clean markdown for LLMs: a polite, robots.txt-respecting web reader. Free, no API key
Tools · 5
Fetch one publicly reachable URL and return clean, LLM-ready markdown (title + page description + word count + markdown). HTML pages are extracted to markdown — including HTML tables, which become Git…
Like read_url but returns only the page description + the first ~600 characters of the markdown (title + word count + a truncation flag) — a cheap way to check a page's relevance before pulling the fu…
Free discovery stub for the screenshot/PDF render lane. Same robots/SSRF guards as read_url. Currently returns a 503 (no charge) until Cloudflare Browser Rendering is provisioned on this account.
PAID (x402): returns x402 payment instructions for a PNG screenshot of a publicly reachable URL, rendered via a real, robots-respecting headless browser. Use render_preview (free) first. Currently sof…
PAID (x402): returns x402 payment instructions for a PDF render of a publicly reachable URL, via a real, robots-respecting headless browser. Currently soft-skips 503 until Cloudflare Browser Rendering…
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"agent-web_—_url_to_llm-ready_markdown:_a_polite,_robots-respecting_web_page_reader_(free)": {
"url": "https://agent-web.foomworks.workers.dev/mcp",
"transport": "streamable-http"
}
}
}