1777316659782659 MCP Server

一个基于 Model Context Protocol (MCP) 构建的智能电影和电视剧资源搜索工具,支持多源搜索和链接验证。 An intelligent movie and TV series resource search tool based on Model Context

Remote serverstreamable-http

What is the 1777316659782659 MCP server?

1777316659782659 MCP server exists for a simple reason — assistants are far more useful when they can act on 1777316659782659 directly instead of describing what you should do. 一个基于 Model Context Protocol (MCP) 构建的智能电影和电视剧资源搜索工具,支持多源搜索和链接验证。 An intelligent movie and TV series resource search tool based on Model Context Protocol (MCP), supporting multi-source search and link verification.## 工具列表 Tool List.

What the assistant can call

Once 1777316659782659 is connected, these are the calls the assistant has available:

  • search_movie — 搜索电影或电视剧资源。返回未验证的搜索结果列表,包含标题、链接和质量信息。使用此工具获取候选资源后,请从结果中选择最匹配的链接,然后使用 validate_video_url 工具验证其可播放性。
  • validate_video_url — 验证特定视频链接的可播放性。接收一个视频播放页面的 URL 或 URL 数组,返回该链接是否可以正常播放。支持批量验证多个链接。只有通过验证的链接才能确保用户可以观看。
  • STDIO — The STDIO tool exposed by this server

Configuration and credentials

You will need one environment variable: XBY_APIKEY. The server will not start without them, which is usually why the tools fail to appear on a first run. Keep credentials in your client's env block or a secrets manager rather than in a file you might commit.

Setting it up

Being a remote server, there is no local install. You register the endpoint with your client, authorise it once, and the tools appear.

Choosing this one

Among the developer tooling options, the useful question is rarely "what can it do" but "what does it cost you to run" — permissions, credentials, and how much of your context its toolset consumes. 1777316659782659's toolset — search_movie, validate_video_url, STDIO — is a fair guide to whether it matches your workflow. It is maintained by xiaobenyang-com; worth a glance at recent repository activity before you build anything load-bearing on it.

SyncDev reviews every entry in this directory against the project's own documentation before publishing, and revisits them as servers change.

Before you rely on it

  • Your data travels to the provider's service, so the usual questions apply about what you send and what they retain.
  • Missing credentials fail quietly in some clients — if no tools show up, check the environment block first.
  • MCP clients confirm each tool call by default. Leave that on until you have watched what the 1777316659782659 mcp server does with a few real requests.

Available tools

ToolWhat it does
search_movie搜索电影或电视剧资源。返回未验证的搜索结果列表,包含标题、链接和质量信息。使用此工具获取候选资源后,请从结果中选择最匹配的链接,然后使用 validate_video_url 工具验证其可播放性。
validate_video_url验证特定视频链接的可播放性。接收一个视频播放页面的 URL 或 URL 数组,返回该链接是否可以正常播放。支持批量验证多个链接。只有通过验证的链接才能确保用户可以观看。
STDIOThe STDIO tool exposed by this server.

How to install the 1777316659782659 MCP server

{
  "mcpServers": {
    "电影搜索工具": {
      "headers": {
        "XBY-APIKEY": "<YOUR_XBY_APIKEY>"
      },
      "type": "sse",
      "url": "https://mcp.xiaobenyang.com/1777316659782659/sse"
    }
  }
}

Configuration as documented by the project. Restart the client after saving.

Configuration

VariableDescriptionRequired
XBY_APIKEYCredential the server authenticates with.Yes

Example prompts to try

  • Use 1777316659782659 to search movie.
  • Use 1777316659782659 to validate video url.
  • Use 1777316659782659 to STDIO.

Frequently asked questions

It connects 1777316659782659 to MCP-compatible AI assistants such as Claude and Cursor, exposing 3 tools (search_movie, validate_video_url, STDIO) that the assistant can call on your behalf. Instead of copying data back and forth by hand, the assistant works with 1777316659782659 directly.