Superpower for Claude Code

ClaudEye

Never waste time copy-pasting website content to Claude again.

Give your AI agent a real browser in the cloud. Renders JavaScript-heavy pages and returns clean markdown — powered by Cloudflare Browser Rendering.

Get Started Try the Demo →

Your agent is blind to
most of the web

Over 90% of top websites use client-side JavaScript rendering. A regular fetch returns an empty shell. ClaudEye returns the full page.

WebFetch
youtube.com/watch?v=dQw4w9...
Fetching video page... Response: minified JavaScript configuration data. No video title. No description. No view count. No comments. "You need to enable JavaScript to run this app."
ClaudEye
youtube.com/watch?v=dQw4w9...
# Rick Astley - Never Gonna # Give You Up (4K Remaster) Rick Astley · 4.46M subscribers 1,750,184,088 views · 18M likes The official video for "Never Gonna Give You Up" by Rick Astley. [lyrics, comments, related videos, merch links...]

Tested on sites your
agents actually visit

YouTube
WebFetch: “minified JS config data”
ClaudEye: Full video — title, 1.7B views, 18M likes, description, lyrics, comments
𝕏
X / Twitter
WebFetch: “JavaScript is not available”
ClaudEye: Full profile — bio, follower count, join date, posts
Airbnb
WebFetch: Basic title + location only
ClaudEye: Full listing — amenities, 6 reviews, host info, calendar, photos

Four steps, one penny

1
Send a URL
Your agent calls the scrape tool with any URL that returned empty or JS-only content.
2
Pay $0.01
The MCP server signs a USDC payment on Base via the x402 protocol. Automatic, instant.
3
Browser renders
Headless Chromium at the edge executes all JavaScript and waits for the DOM to populate.
4
Get markdown
Clean, structured markdown returned to your agent. No HTML parsing needed.
$0.01
per page · USDC on Base · Solana coming soon
100 pages — $1 1,000 pages — $10 No subscriptions

One command. You're in.

Install the MCP server and Claude Code will automatically use it when WebFetch returns empty content from JS-rendered pages.

$ claude mcp add --transport stdio claudeye \ --env X402_PRIVATE_KEY=0x_your_key \ -- npx claudeye-mcp

Requires a wallet with USDC on Base. Your private key is stored locally in your MCP config — it is never sent to ClaudEye.
Need to test first? Visit the demo page — it loads content via JavaScript that only ClaudEye can read.

$ curl -s https://claudeye.notoriousd3v.workers.dev/SKILL.md

Fetch the SKILL.md file for machine-readable setup instructions. It contains everything an agent needs to install and configure ClaudEye autonomously — prerequisites, the install command, and usage guidelines.