Labsco
MCP SERVER

Search Movie

by xiaobenyang-com

Search for a film or series across multiple sources, then check which of the returned links will actually play.

Games, Entertainment & Fandom
Summary
The dead links get filtered out before you are the one clicking them.

Searching and verifying are two separate calls on purpose: the search casts wide across sources, and the check confirms playability, so what reaches the person asking is a link that worked a moment ago rather than a list to try one by one.

What it is

A two-step search service for film and television resources. The first step returns candidate links from several sources; the second checks whether a given link actually plays, one at a time or in batches. It is a hosted service reached over SSE, streamable HTTP or a stdio bridge.

What you get
  • A search across multiple sources for a film or series, returning titles, links and quality information
  • Results returned unverified by design — the search is deliberately separated from the checking
  • Playability verification for a specific link, or for an array of links in one call
  • An online inspector page for trying the two tools before you wire anything up
Requirements

An API key from xiaobenyang.com, obtained by registering there, and passed as a request header for the hosted transports or as an environment variable when running the stdio bridge through npx. Titles and results are in Chinese.

Setup effort

One command plus a key — npx -y xiaobenyang-mcp, then supply credentials