← Registry

Data Collection

dubsori.com

Provides a searchable catalog of movies and series with streaming availability, dub status, and provider information.

1 endpoint6 known toolsFirst detected May 29, 2026Last detected August 23, 2026

ENDPOINT 1

https://dubsori.com/mcp

No auth detected

MCP server metadata

Name
DubSori MCP
Version
1.0.0
Capabilities
tools
Server instructions

Read-only catalog of Korean movies and TV series with verified English dub and English-subtitle availability across streaming providers. Every fact carries provenance (confidence, sources, verified_at). See https://dubsori.com/AGENTS.md for the data model.

Known tools 6

search_titles

Case-insensitive substring search across catalog titles.

Inferred read-only
get_title

Fetch full facts for a single title (movie or series) including dub_status, dub_notes, genres, info_links, last_verified, confidence, sources, and resolved availability edges (per-provider URL with has_dub / has_sub / last_checked).

Inferred read-only
list_titles

List catalog titles.

Inferred read-only
list_providers

List every streaming provider tracked by DubSori, with its canonical URL and the count of titles available on it.

Inferred read-only
list_genres

List every genre in the catalog with the count of titles in that genre.

Inferred read-only
get_provider

Fetch full facts for a single streaming provider plus the list of titles available on it, each with has_dub / has_sub / direct URL / last_checked.

Inferred read-only

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.dubsori-mcp]
url = "https://dubsori.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "dubsori-mcp": {
      "type": "http",
      "url": "https://dubsori.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: dubsori-mcp
Remote MCP URL: https://dubsori.com/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "dubsori-mcp": {
      "url": "https://dubsori.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "dubsori-mcp": {
      "type": "http",
      "url": "https://dubsori.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "dubsori-mcp",
  "transport": "streamable-http",
  "url": "https://dubsori.com/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

TRUST AND VERIFICATION EVIDENCE

Trust Data Available

BuiltWith Trust API v2 evidence for dubsori.com was fetched 2026-08-06T06:27:16.476Z and is being refreshed.

Trust status Neutral

dubsori.com is assessed as Neutral: No suspicious signals found, but no strong positive signal either

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.