Skip to content
Back to search
100
MCP live MCP 2025-11-25 streamable-http

eu.madeinro/rotv-mcp

eu.madeinro/rotv-mcp

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

Uptime
100.0%
1 direct probes · 30d
Response
536ms
last probe
Tools
14
callable
Resources
2
readable
Prompts
0
available

Tools · 14

tv_now_on_tv

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 …

tv_search_program

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…

tv_get_prime_time

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 channel…

tv_recommend_today

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…

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+). Use for queries like "is…

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). Combines: channel category, mood-fit (genre + duration + keywo…

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. Accepts start time, duration budget, mood, and channel preferences. Outp…

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. Returns side-by-side breakdown and a…

tv_find_for_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 e…

tv_explain_recommendation

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 …

tv_check_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 th…

tv_concierge

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 d…

tv_important_today

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…

tv_tonight_card

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 Ne…

Resources · 2

tonight-card

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 / strea…

ui://rotv/tonight-card
concierge-card

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 …

ui://rotv/concierge-card

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "eu.madeinro/rotv-mcp": {
      "url": "https://tv.madeinro.eu/mcp",
      "transport": "streamable-http"
    }
  }
}