Wick screenshot

What is Wick?

Wick is an MCP (Model Context Protocol) server that enables AI agents to access websites that would normally block automated requests. It works by mimicking Chrome's TLS fingerprint, allowing it to bypass common anti-bot systems from services like Cloudflare and Akamai. The tool returns extracted content as clean markdown, making it easy for AI systems to process web data. Originally designed using censorship circumvention techniques, Wick repurposes this technology to solve a practical problem: AI agents hitting access restrictions when trying to gather information from protected websites. It's free and open source, making it accessible for developers building AI applications that need reliable web access.

Key Features

TLS fingerprint spoofing

Mimics Chrome's browser fingerprint to avoid detection as a bot

Cloudflare and Akamai bypass

Gets through major anti-bot protection systems

Markdown output

Converts web content to clean, structured markdown for AI processing

MCP server architecture

Integrates with Model Context Protocol for standardised AI tool integration

Open source

Fully transparent code that you can inspect, modify, and self-host

Pros & Cons

Advantages

  • Solves a real problem for AI agents blocked by common protection systems
  • Free and open source with no licensing costs or restrictions
  • Returns well-formatted markdown rather than raw HTML, saving processing steps
  • Uses established anti-detection techniques that actually work in practice

Limitations

  • May violate terms of service for some websites; users are responsible for compliance
  • Anti-bot systems improve constantly, so bypasses may need regular updates
  • Requires some technical knowledge to set up and run as an MCP server

Use Cases

AI agents gathering data from sites protected by Cloudflare that would otherwise be inaccessible

Research applications where you need AI to aggregate information from multiple protected websites

Automated content monitoring and analysis across sites with strict anti-bot measures

Building AI assistants that need reliable web access without constant blocking