← Back to Plugins
MCP Server MCP

Clawifi

github By github 👁 1 views ▲ 0 votes

Agent-native internet gateway: typed search, fetch, scrape, crawl, and extract via the Clawifi API.

Homepage Verified source GitHub

Install

uvx clawifi

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "pypi",
      "identifier": "clawifi",
      "version": "0.1.0",
      "runtimeHint": "python",
      "transport": {
        "type": "stdio"
      },
      "runtimeArguments": [
        {
          "value": "-m",
          "type": "positional",
          "valueHint": "module-flag"
        },
        {
          "value": "clawifi.mcp_server",
          "type": "positional",
          "valueHint": "module"
        }
      ],
      "environmentVariables": [
        {
          "description": "Clawifi API key (clawifi_live_...). Create one at https://clawifi.qzz.io/signup.",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "CLAWIFI_API_KEY"
        }
      ]
    }
  ]
}
mcp model-context-protocol pypi

Comments

Sign in to leave a comment

Loading comments...