Data Collection
dubsori.com
Provides a searchable catalog of movies and series with streaming availability, dub status, and provider information.
ENDPOINT 1
https://dubsori.com/mcp
MCP server metadata
- Name
- DubSori MCP
- Version
- 1.0.0
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
get_titleFetch 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-onlylist_providersList every streaming provider tracked by DubSori, with its canonical URL and the count of titles available on it.
Inferred read-onlylist_genresList every genre in the catalog with the count of titles in that genre.
Inferred read-onlyget_providerFetch 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-onlyCONNECT 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.
dubsori.com is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.