# rotv-mcp MCP server

Romanian TV guide MCP: live listings, prime time, search, recommendations, MCP Apps tonight card.

## Links
- Registry page: https://www.getdrio.com/mcp/eu-madeinro-rotv-mcp
- Repository: https://github.com/marian5070/rotv.mcp
- Website: https://tv.madeinro.eu

## Install
- Endpoint: https://tv.madeinro.eu/mcp
- Auth: Not captured

## Setup notes
- Remote endpoint: https://tv.madeinro.eu/mcp

## Tools
- tv_now_on_tv (What is on TV right now) - Returns the programs currently broadcasting on Romanian TV channels. Use this for "What is on TV now?" type questions. Default scope is the 14 main channels; pass scope="all" for the full 254-channel list. Endpoint: https://tv.madeinro.eu/mcp
- tv_search_program (Search Romanian TV programs) - Search programs across all 254 Romanian TV channels by free-text title, channel, category, and time window. Use for queries like "documentaries on Discovery tomorrow", "football on Saturday", "what is on Antena 1 right now". Time references accepted: now, tonight, tomorrow, weekend, primetime, today, YYYY-MM-DD, ISO instant, or ISO range "A/B". Endpoint: https://tv.madeinro.eu/mcp
- tv_get_prime_time (Prime-time TV lineup) - Returns the prime-time lineup (20:00–23:00 Europe/Bucharest) for a given date, grouped by channel. Use for queries like "what is on prime time tonight" or "tomorrow night TV". By default, news channels are excluded. Endpoint: https://tv.madeinro.eu/mcp
- tv_recommend_today (Recommend something to watch on Romanian TV) - Returns up to N ranked program recommendations for a given timeframe. Uses a deterministic scorer that rewards films / documentaries / generalist channels, penalises news, and boosts programs starting within the next hour. Use for queries like "recommend me something for tonight", "ce e bun la TV diseară". Endpoint: https://tv.madeinro.eu/mcp
- tv_get_title_details (Lookup a title across TV and streaming) - 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+). Use for queries like "is Avatar on Netflix?", "when does Game of Thrones air next?". Endpoint: https://tv.madeinro.eu/mcp
- tv_recommend_by_mood (Recommend by mood) - Returns top-N Romanian TV programs ranked for a given mood (obosit/vesel/concentrat/romantic/familie/captivant — RO/EN aliases accepted). Combines: channel category, mood-fit (genre + duration + keywords), time proximity, and streaming cross-reference. Output includes mood_parts breakdown and freshness embedded. Endpoint: https://tv.madeinro.eu/mcp
- tv_plan_evening (Plan an evening) - Builds a coherent TV watching plan for an evening — either one long program filling the budget or 2-3 segments with small gaps. Accepts start time, duration budget, mood, and channel preferences. Output: ordered timeline + alternatives dropped + totals. Endpoint: https://tv.madeinro.eu/mcp
- tv_compare_options (Compare TV options side-by-side) - 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. Returns side-by-side breakdown and a winner with reasoning. Endpoint: https://tv.madeinro.eu/mcp
- tv_find_for_couple (Find content for a couple) - Finds TV programs that satisfy two people with different moods/preferences. Default fairness=strict (min(scoreA,scoreB) >= threshold — no veto). Auto-falls-back to fairness=average if strict returns empty, marked with degraded:true. Returns per-person score breakdown + compromise note when one side wins by >1.5 points. Endpoint: https://tv.madeinro.eu/mcp
- tv_explain_recommendation (Explain why a program was recommended) - Returns a full score breakdown for a specific program in a given mood/context: per-component value + reason, extracted genres, streaming cross-ref, freshness, sources used, and a list of alternatives that were not picked (with the specific reason each was dropped). Use to understand or debug a recommendation. Endpoint: https://tv.madeinro.eu/mcp
- tv_check_freshness (Check data freshness) - Reports the last-updated time of each underlying data source (EPG normalized, EPG homepage, streaming catalog), the age in minutes, the expected next refresh, and whether any source is stale (older than 1.5× the expected refresh interval). Endpoint: https://tv.madeinro.eu/mcp
- tv_concierge (Personal Entertainment Concierge — decide for me) - You have a window of free time — decide for me what to watch right now. Returns ONE primary decision (TV program OR streaming title) with confidence percentage, full reasoning breakdown, and up to 3 diverse alternatives with explicit trade-offs (pros/cons, reason not picked). Picks across live Romanian TV EPG AND streaming catalog (Netflix, HBO Max, Disney+, Prime Video, Apple TV+, SkyShowtime). Built-in anti-noise filter automatically removes news, political talk, reality shows, talk-shows (NO manual filtering needed by the model). Built-in title dedup (handles ~46% duplicate-airing ratio in TV EPG). Built-in opportunity-cost lookahead (flags better options just outside the window). Event-aware: major broadcasts (World Cup / Euro / Champions League / finals) get an importance boost in ranking AND are always listed in the important_today field, even when the mood-based pick is something else — for questions like "what is important today?", prefer tv_important_today. PREFER THIS TOOL over tv_recommend_by_mood, tv_plan_evening, and tv_recommend_today whenever the user wants ONE answer / a single decision / a plan for a specific window — those tools return ranked LISTS for browsing, this tool returns a DECISION. Routes any mood internally (obosit / vesel / concentrat / romantic / familie / captivant + EN aliases tired/happy/focused/romantic/family/thrilling). Trigger phrases: "what should I do", "decide for me", "pick for me", "I have X hours", "ce să fac", "am 2 ore", "alege tu", "mood X durată Y", "o singură decizie", "fii consilierul meu", "what to watch", "concierge me". Endpoint: https://tv.madeinro.eu/mcp
- tv_important_today (Today's important broadcasts (major events)) - What actually matters on Romanian TV today: World Cup / Euro / Champions League matches, finals, knockout games, national-team fixtures. Detected from real EPG text (titles + descriptions) with quoted evidence — the EPG has no structured event metadata, so detection is keyword-based and honest about it. Use this FIRST for questions like "what's important to watch today?". Endpoint: https://tv.madeinro.eu/mcp
- tv_tonight_card (Tonight's picks — visual card (MCP Apps)) - The daily "what is worth watching tonight?" card: one main decision (importance-scored major event, or a deterministic prime-time film fallback) plus one pick per vertical — TV, streaming (official Netflix RO top 10), theater (online + stage union), cinema (box office ∩ today's real screenings) — and measured stats. Same data as the tv.madeinro.eu homepage hero, regenerated daily. In MCP Apps-capable hosts this renders as an interactive card (ui://rotv/tonight-card). Endpoint: https://tv.madeinro.eu/mcp

## Resources
- ui://rotv/tonight-card - Tonight-picks visual card (MCP Apps template) Self-contained HTML template for the tv_tonight_card tool. Hosts supporting the MCP Apps extension render it in a sandboxed iframe; the card shows the daily decision, one pick per vertical (TV / streaming / theater / cinema) and measured stats from tonight-picks.json. MIME type: text/html;profile=mcp-app
- ui://rotv/concierge-card - Concierge decision card (MCP Apps template) Self-contained HTML template for the tv_concierge tool: the single primary decision with channel/platform, local time, disclosed confidence and reasoning, the important-event banner when present, and up to 3 alternatives with their explicit trade-offs. MIME type: text/html;profile=mcp-app

## Prompts
Not captured

## Metadata
- Owner: eu.madeinro
- Version: 3.3.0
- Runtime: Streamable Http
- Transports: HTTP
- License: Not captured
- Language: Not captured
- Stars: Not captured
- Updated: Jul 14, 2026
- Source: https://registry.modelcontextprotocol.io
