Official Python SDK, CLI, and MCP server for Clawifi, the agent-native internet gateway.
Project description
clawifi
Official Python SDK, CLI, and MCP server for Clawifi, the agent-native internet gateway.
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.
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.
Documentation
See clawifi.qzz.io/docs for the full API reference, MCP tool list, and CLI command reference.
License
MIT
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file clawifi-0.1.0.tar.gz.
File metadata
- Download URL: clawifi-0.1.0.tar.gz
- Upload date:
- Size: 12.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
214d4fe45aca496af27f6afe5cca49823e28cefc24a59da0dff318d8fdc81284
|
|
| MD5 |
9e30ce9009dbc25f83ed37d25e1c693f
|
|
| BLAKE2b-256 |
0c5631369ce8ef576dba8cdb42d199f34215a34bf29e74627a469cb60fb0b943
|
File details
Details for the file clawifi-0.1.0-py3-none-any.whl.
File metadata
- Download URL: clawifi-0.1.0-py3-none-any.whl
- Upload date:
- Size: 12.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d01ffb8c901ad37721bb67cc7b92fafab43ce40519e9a081b6df538d51d12e94
|
|
| MD5 |
1a360a2a30887e3feac5f34fc7918475
|
|
| BLAKE2b-256 |
897118c68258ca2110a7ba455272314d7cae56b44dbf9493312578150641e22e
|