Back to Apps

Agent Lens
by steelbrain
Renders web pages to clean Markdown for AI agents using headless Chrome.
0 stars
Works in:Codex
Exposes:Tools
What it does
Fetches web pages and renders JavaScript via headless Chrome to provide AI agents with clean, noise-free Markdown instead of raw HTML, facilitating better content parsing and lower token usage.
Tools
fetch: Renders a page and returns a stripped Markdown version of the content.fetch_raw_html: Returns the raw post-JS-render HTML for structural analysis.fetch_binary: Downloads binary content (images, PDFs) as encoded text.
Installation
{
"mcpServers": {
"agent-lens": {
"command": "docker",
"args": ["run", "-i", "--rm", "ghcr.io/steelbrain/agent-lens"]
}
}
}
Supported hosts
- Claude Desktop
- Claude Code
- Codex
Quick install
docker run -i --rm ghcr.io/steelbrain/agent-lensInformation
- Pricing
- free
- Published
- 6/30/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Codex
mcp add agent-lens -- docker run -i --rm ghcr.io/steelbrain/agent-lensClaude Desktop
{
"mcpServers": {
"agent-lens": {
"command": "docker",
"args": ["run", "-i", "--rm", "ghcr.io/steelbrain/agent-lens"]
}
}
}





