clawifi-mcp

atakanelik34/clawifi-mcp
★ 0 stars Python Browser/Web Updated today
Official Python SDK, CLI, and MCP server for Clawifi (clawifi.qzz.io), the agent-native internet gateway.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "clawifi-mcp": {
      "command": "uvx",
      "args": [
        "clawifi-mcp"
      ]
    }
  }
}

Or install with pip: pip install clawifi-mcp

README Excerpt

<!-- mcp-name: io.github.atakanelik34/clawifi-mcp --> Official Python SDK, CLI, and MCP server for [Clawifi](https://clawifi.qzz.io), 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.