Server data from the Official MCP Registry
Agent-native internet gateway: typed search, fetch, scrape, crawl, and extract via the Clawifi API.
About
Agent-native internet gateway: typed search, fetch, scrape, crawl, and extract via the Clawifi API.
Security Report
Clawifi MCP server is a well-structured client for a cloud-hosted internet gateway API. Authentication via API key is required and properly enforced, credentials are handled securely through environment variables, and the codebase demonstrates good error handling and input validation. Dependencies are minimal and legitimate. One minor code quality issue exists regarding broad exception handling in the CLI. Supply chain analysis found 5 known vulnerabilities in dependencies (0 critical, 5 high severity). Package verification found 1 issue.
7 files analyzed · 7 issues found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
Permissions Required
This plugin requests these system permissions. Most are normal for its category.
What You'll Need
Set these up before or after installing:
Environment variable: CLAWIFI_API_KEY
How to Install
Add this to your MCP configuration file:
{
"mcpServers": {
"io-github-atakanelik34-clawifi-mcp": {
"env": {
"CLAWIFI_API_KEY": "your-clawifi-api-key-here"
},
"args": [
"clawifi"
],
"command": "uvx"
}
}
}Documentation
View on GitHubFrom the project's GitHub README.
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 clawifi
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.com
Use as an MCP server
clawifi mcp config
prints a ready-to-paste MCP client config. The MCP server itself runs as:
clawifi-mcp
reading 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 | 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. |
Documentation
See clawifi.qzz.io/docs for the full API reference, MCP tool list, and CLI command reference.
License
MIT
Reviews
No reviews yet
Be the first to review this server!
More Developer Tools MCP Servers
Git
Freeby Modelcontextprotocol · Developer Tools
Read, search, and manipulate Git repositories programmatically
Fetch
Freeby Modelcontextprotocol · Developer Tools
Web content fetching and conversion for efficient LLM usage
Toleno
Freeby Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.
mcp-creator-python
Freeby mcp-marketplace · Developer Tools
Create, build, and publish Python MCP servers to PyPI — conversationally.
MCP Marketplace
Freeby mcp-marketplace · Developer Tools
Search and install MCP servers from inside your AI client.
MarkItDown
Freeby Microsoft · Content & Media
Convert files (PDF, Word, Excel, images, audio) to Markdown for LLM consumption
