MCP Server
MCP
Clawifi
Agent-native internet gateway: typed search, fetch, scrape, crawl, and extract via the Clawifi API.
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
By
Comments
Sign in to leave a comment