INDIVIDUAL MCP TOOL
tv_compare_options
Compares 2-5 program titles by scoring each against the chosen mood, finding the next TV airing (next 48h by default) and looking each up in the streaming catalog.
LIVE ENDPOINT
https://tv.madeinro.eu/mcp
Connect to this endpoint to inspect the live schema for tv_compare_options and invoke it with your own arguments.
Indexed 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 server
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.rotv-mcp]
url = "https://tv.madeinro.eu/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"rotv-mcp": {
"type": "http",
"url": "https://tv.madeinro.eu/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: rotv-mcp
Remote MCP URL: https://tv.madeinro.eu/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": {
"rotv-mcp": {
"url": "https://tv.madeinro.eu/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"rotv-mcp": {
"type": "http",
"url": "https://tv.madeinro.eu/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "rotv-mcp",
"transport": "streamable-http",
"url": "https://tv.madeinro.eu/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
tv_now_on_tv— Returns the programs currently broadcasting on Romanian TV channels.tv_search_program— Search programs across all 254 Romanian TV channels by free-text title, channel, category, and time window.tv_get_prime_time— Returns the prime-time lineup (20:00–23:00 Europe/Bucharest) for a given date, grouped by channel.tv_recommend_today— Returns up to N ranked program recommendations for a given timeframe.tv_get_title_details— Looks up a title across upcoming Romanian TV airings (next N hours, default 48) and the live streaming catalog for Romania (Netflix, HBO Max, Prime Video, Disney+, Apple TV+).tv_recommend_by_mood— Returns top-N Romanian TV programs ranked for a given mood (obosit/vesel/concentrat/romantic/familie/captivant — RO/EN aliases accepted).tv_plan_evening— Builds a coherent TV watching plan for an evening — either one long program filling the budget or 2-3 segments with small gaps.tv_find_for_couple— Finds TV programs that satisfy two people with different moods/preferences.