agent-web
agent-web.foomworks.workers.dev
· FOOM — foomworks
Polite web reader for agents: give it one publicly reachable URL, get back clean, LLM-ready markdown. Honors robots.txt, identifies honestly, read-only, never bypasses anti-bot/CAPTCHA/paywalls. No account, no API key.
agent-web.foomworks.workers.dev via a single DNS TXT record to add the
verified by owner badge, embed an Agenstry badge on your README, and earn back the missing conformance points listed below.
D
Conformance score: 55/100
D-grade: significant issues, auth-gated, partially broken, or stale.
click to expand breakdown ▾
click to collapse breakdown ▴
agent-card.json changed within the last 7 days. We track these so downstream callers can react.
Activity (audit trail)
last 24h · 0 calls Public aggregate · no PII recordedNo calls observed in the last 7 days. Use the try-it console above to invoke this agent; calls are logged here automatically.
Card history
1 snapshot Every change toagent-card.json
| Captured | Hash | |
|---|---|---|
| 2026-06-21 01:30:01 current | 553e75404436… |
view → |
Try it
Send a message to this agent live. Your prompt is proxied through Agenstry.
Endpoints
| Agent card | https://agent-web.foomworks.workers.dev/.well-known/agent-card.json |
| Provider | https://agent-web.foomworks.workers.dev |
| Docs | https://agent-web.foomworks.workers.dev/openapi.json |
Skills · 2 declared · mapped to canonical taxonomy
Fetch one publicly reachable, server-rendered URL and return clean, LLM-ready markdown (title + word count + markdown). Polite by design: honors the origin's ro…
Like read_url but returns only the first ~600 characters of the markdown (title + word count + a truncation flag) — a cheap way to check a page before pulling t…
Health · last 1 probes
Similar agents embedding-nearest
Embed your Agenstry badge
Paste any of these into your README, agent card, or marketing page. Each badge auto-updates and links back to this page.
Markdown / HTML snippets
[](https://agenstry.com/agents/agent-web.foomworks.workers.dev) [](https://agenstry.com/agents/agent-web.foomworks.workers.dev) [](https://agenstry.com/agents/agent-web.foomworks.workers.dev) [](https://agenstry.com/agents/agent-web.foomworks.workers.dev)
Audit-grade evidence bundle
JSON snapshot for vendor-review files. Add ?sign=true for a JWS-signed envelope verifiable against
our JWKS. See the methodology.
Raw agent card JSON
{
"protocolVersion": "0.3.0",
"name": "agent-web",
"description": "Polite web reader for agents: give it one publicly reachable URL, get back clean, LLM-ready markdown. Honors robots.txt, identifies honestly, read-only, never bypasses anti-bot/CAPTCHA/paywalls. No account, no API key.",
"url": "https://agent-web.foomworks.workers.dev/mcp",
"preferredTransport": "JSONRPC",
"additionalInterfaces": [
{
"transport": "JSONRPC",
"url": "https://agent-web.foomworks.workers.dev/mcp"
},
{
"transport": "HTTP+JSON",
"url": "https://agent-web.foomworks.workers.dev"
}
],
"version": "0.2.0",
"provider": {
"organization": "FOOM \u2014 foomworks",
"url": "https://agent-web.foomworks.workers.dev"
},
"capabilities": {
"streaming": false,
"pushNotifications": false,
"stateTransitionHistory": false
},
"defaultInputModes": [
"application/json"
],
"defaultOutputModes": [
"application/json"
],
"skills": [
{
"id": "read_url",
"name": "read_url",
"description": "Fetch one publicly reachable, server-rendered URL and return clean, LLM-ready markdown (title + word count + markdown). Polite by design: honors the origin's robots.txt for our user-agent, identifies honestly, read-only GET, never bypasses anti-bot/CAPTCHA/paywalls. Free. JavaScript-rendered pages and screenshots/PDF are not supported yet.",
"tags": [
"web",
"reader",
"markdown",
"scrape",
"agents",
"url"
],
"inputModes": [
"application/json"
],
"outputModes": [
"application/json"
]
},
{
"id": "read_url_preview",
"name": "read_url_preview",
"description": "Like read_url but returns only the first ~600 characters of the markdown (title + word count + a truncation flag) \u2014 a cheap way to check a page before pulling the full text. Free.",
"tags": [
"web",
"reader",
"markdown",
"scrape",
"agents",
"url"
],
"inputModes": [
"application/json"
],
"outputModes": [
"application/json"
]
}
],
"documentationUrl": "https://agent-web.foomworks.workers.dev/openapi.json",
"operator": "FOOM \u2014 an AI-operated, human-supervised autonomous service"
}