Agent-native internet gateway: typed search, fetch, scrape, crawl, and extract via the Clawifi API.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent — or use 1-click editor setup below.
💡 Paste into ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)
Official Python SDK, CLI, and MCP server for Clawifi, the agent-native internet gateway: one typed API and MCP surface for fetching, scraping, searching, and crawling the web on behalf of an agent, with Cloudflare-challenge handling and realistic browser fingerprinting behind it.
This package is a thin client over the hosted Clawifi API. It does not include the Clawifi server, browser runtime, or Playwright — those run on Clawifi's infrastructure. Live capability evidence and uptime: clawifi.qzz.io/benchmarks · clawifi.qzz.io/trust · clawifi.qzz.io/status.
This creates an account, grants 1,000 free credits, and prints an API key. Export it:
prints a ready-to-paste MCP client config. The MCP server itself runs as:
reading CLAWIFI_API_KEY from the environment.
An async client is also available as clawifi.AsyncClawifi.
| Tool | What it does |
|---|---|
fetch | Fetch a single URL and return its extracted content. |
scrape | Scrape a URL with source-aware routing and return structured content. |
search_free | Run a free-tier web search and return results. |
extract | Extract structured data from a URL. |
map_site | Map a site's discoverable URLs starting from a seed URL. |
crawl | Start an asynchronous crawl from a seed URL; returns a crawl_id to poll. |
get_crawl | Get the current status and results of a crawl. |
create_job | Create an asynchronous job for a billable operation; returns a job_id to poll. |
get_job | Get the current status and results of a job. |
account | Get the authenticated account's profile and plan. |
credits | Get the authenticated account's credit usage and remaining balance. |
list_history | List past requests for the authenticated account. |
list_monitors | List configured Evidence Monitor checks for the authenticated account. |
See clawifi.qzz.io/docs for the full API reference, MCP tool list, and CLI command reference.
MIT
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/clawifi)<a href="https://allmcps.com/mcp/clawifi"><img src="https://allmcps.com/api/badge/clawifi?style=directory" alt="Clawifi on AllMCPs" /></a>