Skip to content
Back to search
100
MCP live MCP 2025-06-18 streamable-http

agent-web — URL to LLM-ready markdown: a polite, robots-respecting web page reader (free)

io.github.foomworks/agent-web

URL to clean markdown for LLMs: a polite, robots.txt-respecting web reader. Free, no API key

Uptime
100.0%
1 direct probes · 30d
Response
156ms
last probe
Tools
5
callable
Resources
0
readable
Prompts
0
available

Tools · 5

read_url

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…

read_url_preview

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…

render_preview

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.

render_screenshot

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…

render_pdf

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…

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"
    }
  }
}