tianchi_crawler
MCP 服务配置
复制以下 JSON 到 OPClaw 或其他 MCP 客户端的配置文件中即可使用
{
"mcpServers": {
"tianchi-crawler": {
"args": [
"tianchi-crawler@latest"
],
"command": "uvx",
"env": {
"PYTHONUNBUFFERED": "1"
}
}
}
}
可用工具 (1 个)
该服务在 MCP 协议中暴露的工具,AI 可按需调用
crawl_urls 1 个参数 需填 1 项
抓取指定 URL 列表的内容并返回 Markdown 格式文本。 Args: urls: 需要爬取的 URL 字符串列表。 Returns: Dict: 键为 URL,值为页面内容或错误提示。
必填参数:urls
服务介绍
我的天池竞赛爬虫
使用方法:
pip install tianchi-crawler