← dubsori.com
INDIVIDUAL MCP TOOL
search_titles
Case-insensitive substring search across catalog titles.
Input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent endpoint
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-com]
url = "https://dubsori.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"dubsori-com": {
"type": "http",
"url": "https://dubsori.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: dubsori-com
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-com": {
"url": "https://dubsori.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"dubsori-com": {
"type": "http",
"url": "https://dubsori.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "dubsori-com",
"transport": "streamable-http",
"url": "https://dubsori.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
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).list_titles— List catalog titles.list_providers— List every streaming provider tracked by DubSori, with its canonical URL and the count of titles available on it.list_genres— List every genre in the catalog with the count of titles in that genre.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.