I · 001
Browser-grade fingerprint
The TLS handshake, HTTP/2 frames, header ordering, JA3/JA4 — indistinguishable from a real Chrome session because it uses the same networking stack.
SIGNAL ACQUIRED · AGENT-GRADE ACCESS · v1.0
Modern sites fingerprint every request your agent makes and quietly serve it a lesser web — 403s, CAPTCHAs, degraded content. Wick runs locally, speaks the same protocol real browsers do, and exits from your own IP. The page your agent fetches is the same page you see.
$ brew tap wickproject/wick && brew install wick ⧉ copy
LAT 37.7749 LON -122.419 T+00:14:08 SWEEP 0x2F
41°24'N · 02°11'E ◈ GET /202 OK { agent: "you" } TLS · ch+1.3
Signal
clear
integrity · 99.7%
Descend
01 · Diagnosis
Anti-bot systems fingerprint at the TLS layer, HTTP layer, JS layer — dozens of signals in the first hundred milliseconds. Your agent's requests don't match any real browser's, so the site serves a CAPTCHA, a 403, or a lobotomized version of the page. You built the agent to read the internet; it is reading a suggestion of it.
02 · Remedy
Wick sits on your machine, routes the fetch through the same stack real Chrome uses, and exits from your own residential IP with your own cookies. To the site, there is no agent. There is only you, browsing. Every bit the site would show a human, it shows your agent.
GET · https://nytimes.com/breaking INTERCEPT · 0x7A9F
403 Forbidden · access denied by perimeter
Content delivered in full › BREAKING — The Justice Department is examining whether the proposed merger satisfies antitrust conditions imposed in March… › ICE arrests topped 1,100/day on average through Q1, according to internal memos obtained by our newsroom this morning. [ + 2,847 more words · clean markdown ]
Capabilities
Everything required to put a real browser's access behind your agent's fetch call — and nothing that phones home.
I · 001
The TLS handshake, HTTP/2 frames, header ordering, JA3/JA4 — indistinguishable from a real Chrome session because it uses the same networking stack.
I · 002
No cloud proxy, no third-party servers, no middleman. The binary lives on your laptop. Requests and responses never leave your network.
I · 003
Raw HTML wastes tokens. Wick strips chrome, ads, and scaffolding and returns structured markdown your model can actually reason over.
I · 004
No pooled residential exit networks. Requests carry your signals because you are the one making them — through the agent you wrote.
I · 005
Works out of the box with Claude Code, Cursor, Windsurf, and any MCP-compatible client. One install and your agent gains wick_fetch.
I · 006
wick_search issues real browser queries and returns clean result sets. Pair with wick_fetch for end-to-end research.
Anatomy of a fetch
01
Your MCP client invokes wick_fetch(url) — no SDK, no API key.
02
Wick's daemon accepts the call on 127.0.0.1. Nothing leaves the machine yet.
03
The request goes out through Chromium's real network layer — TLS, HTTP/2, everything.
04
Response is extracted, boilerplate stripped, handed back as markdown with metadata.
How Wick compares
| Wick | Firecrawl | Bright Data | Browserbase | Playwright | |
|---|---|---|---|---|---|
| Anti-bot bypass | ●● | ○ | part | ○ | ○ |
| JavaScript rendering | ● | ● | ● | ● | ● |
| Runs locally | ● | ○ | ○ | ○ | ● |
| Your residential IP | ● | ○ | pool | ○ | ● |
| Markdown output | ● | ● | ● | ○ | ○ |
| No cloud round-trip | ● | ○ | ○ | ○ | ● |
| Paid starting at | $0 | $19/mo | metered | $150/mo | $0 |
All free · MIT
Wick is unified open source. TLS fingerprinting, JS rendering, stealth patches, auto-CAPTCHA, residential tunneling — all free, all in one binary.
Wick · open source
$0
Everything. For individual developers, teams, and automated fleets alike.
Deploy
01
brew tap wickproject/wick && brew install wick
02
Detects Claude Code, Cursor, Windsurf, and other MCP clients.
wick setup
03
Your agent now has wick_fetch and wick_search. Search the web, read any page — clean markdown returned.
01
curl -fsSL https://wickproject.github.io/wick/apt/install.sh | bash
Or add the APT repo manually:
echo "deb [trusted=yes] https://wickproject.github.io/wick/apt stable main" \ | sudo tee /etc/apt/sources.list.d/wick.list sudo apt update && sudo apt install wick
03
Agent gains wick_fetch and wick_search.
01
Works anywhere Node.js does.
npm install -g wick-mcp
03
Agent gains wick_fetch and wick_search.
Light the wick.
Fully open source (MIT). Every feature — free. Contribute, fork, build on it.