clawifi-mcp
Clawifi MCP server is an agent-native internet gateway that enables AI agents to fetch, scrape, search, extract, map, crawl, and manage jobs and account info via a hosted API with Cloudflare-challenge handling and realistic browser fingerprinting.
Key capabilities include:
fetch: Fetches a single URL and returns extracted content, with configurable timeout.
scrape: Scrapes a URL with source-aware routing, returning structured content.
search_free: Runs a free-tier web search and returns results.
extract: Extracts structured data from a URL.
map_site: Maps discoverable URLs starting from a seed URL.
crawl: Starts an asynchronous crawl from a seed URL, returning a crawl ID for polling.
get_crawl: Retrieves the status and results of a crawl by ID.
create_job: Creates an asynchronous job for a billable operation, returning a job ID.
get_job: Retrieves the status and results of a job by ID.
account: Gets the authenticated account's profile and plan.
credits: Gets the account's credit usage and remaining balance.
list_history: Lists past requests for the account.
list_monitors: Lists configured Evidence Monitor checks.
Handles Cloudflare challenge pages and browser fingerprinting to enable web scraping and fetching through Cloudflare-protected sites.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@clawifi-mcpfetch the content of https://example.com"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
clawifi
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.
Install
pip install clawifiRelated MCP server: Apeiron
Get an API key
clawifi signup --email you@example.com --password "a strong password"This creates an account, grants 1,000 free credits, and prints an API key. Export it:
export CLAWIFI_API_KEY="clawifi_live_..."Quicktest
clawifi quicktest --url https://example.comUse as an MCP server
clawifi mcp configprints a ready-to-paste MCP client config. The MCP server itself runs as:
clawifi-mcpreading CLAWIFI_API_KEY from the environment.
Use as a Python SDK
from clawifi import Clawifi
client = Clawifi() # reads CLAWIFI_API_KEY from the environment
page = client.fetch("https://example.com")
print(page["success"])An async client is also available as clawifi.AsyncClawifi.
MCP tools
Tool | What it does |
| Fetch a single URL and return its extracted content. |
| Scrape a URL with source-aware routing and return structured content. |
| Run a free-tier web search and return results. |
| Extract structured data from a URL. |
| Map a site's discoverable URLs starting from a seed URL. |
| Start an asynchronous crawl from a seed URL; returns a |
| Get the current status and results of a crawl. |
| Create an asynchronous job for a billable operation; returns a |
| Get the current status and results of a job. |
| Get the authenticated account's profile and plan. |
| Get the authenticated account's credit usage and remaining balance. |
| List past requests for the authenticated account. |
| List configured Evidence Monitor checks for the authenticated account. |
Documentation
See clawifi.qzz.io/docs for the full API reference, MCP tool list, and CLI command reference.
License
MIT
Maintenance
Related MCP Servers
- AlicenseAqualityCmaintenanceAn MCP server that enables AI assistants to fetch web content in multiple formats (HTML, JSON, text, Markdown) with intelligent content extraction, chunk management, and browser automation support.55215MIT
- Alicense-qualityAmaintenanceUnlimited web access MCP server for AI agents, enabling search, fetch, and learning across multiple sources while bypassing anti-bot protections.MIT
- Alicense-qualityBmaintenanceAn open-source web retrieval MCP server that fetches, crawls, and searches the web, returning clean markdown for AI agents. It integrates with Claude MCP, LangChain, and other frameworks for agentic web access.1MIT
- Alicense-qualityFmaintenanceMCP tool server that gives any AI agent the ability to search, scrape, and analyze content across the internet.43MIT
Related MCP Connectors
MCP server for AI agents to plan, verify, and deploy Cloudflare-native apps.
Hosted MCP server connecting claude.ai, ChatGPT and other AI apps to your own computer
MCP server connecting AI agents to non-custodial staking data across 130+ networks.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/atakanelik34/clawifi-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server