qianxun

qianxun1/qianxun
Hosted
0 Stars 5 次浏览 更新于 2026-08-23

MCP 服务配置

复制以下 JSON 到 OPClaw 或其他 MCP 客户端的配置文件中即可使用

{
  "mcpServers": {
    "fanqie-novel": {
      "args": [
        "-y",
        "@fysh925/mcp-server-fanqie"
      ],
      "command": "npx"
    }
  }
}

可用工具 (14 个)

该服务在 MCP 协议中暴露的工具,AI 可按需调用

search_books 3 个参数 需填 1 项

Search for books on FanQie (Tomato) Novel platform by keywords. Supports searching for novels, audiobooks, comics, and short dramas.

必填参数:key

get_book_detail 1 个参数 需填 1 项

Get detailed information about a specific book including title, author, description, cover, and other metadata

必填参数:book_id

get_book_directory 1 个参数 需填 1 项

Get the complete chapter directory of a book including all volumes and chapters

必填参数:book_id

get_simple_directory 1 个参数 需填 1 项

Get simplified directory information with only chapter titles and IDs

必填参数:book_id

get_chapter_content 1 个参数 需填 1 项

Get content of a specific chapter. This is a simplified interface that directly returns chapter text

必填参数:item_id

get_content 7 个参数 需填 1 项

Unified content retrieval interface supporting novels, audiobooks, short dramas, comics, batch retrieval, and whole-book download

必填参数:tab

get_comments 3 个参数 需填 1 项

Get comments for a book, chapter, or other content with pagination support

必填参数:book_id

get_device_pool_status

View the overall status of the device pool including all registered devices

该工具无需必填参数,直接调用即可

register_device 1 个参数

Register a new device to the device pool

该工具无需必填参数,直接调用即可

get_device_status 1 个参数

View the status of devices for a specific platform

该工具无需必填参数,直接调用即可

get_raw_content 1 个参数 需填 1 项

Get the unprocessed raw chapter content, including the complete response data (HTML format, author notes, etc.)

必填参数:item_id

get_ios_content 1 个参数 需填 1 项

Get chapter content using the iOS platform interface (signed with the 8402 algorithm). Note: depends on the iOS device pool and may be temporarily unavailable

必填参数:item_id

register_ios_device

Register a new iOS device to the device pool. Note: depends on the upstream iOS service and may be temporarily unavailable

该工具无需必填参数,直接调用即可

get_manga_progress 1 个参数 需填 1 项

Query the progress of a manga download task by its task ID (returned from the comic content interface)

必填参数:task_id

服务介绍

哈哈哈

相关 MCP 服务