OTTASIA

Where can I watch X in Y?

Community: Submitted by a user or imported; check the owner before granting accessOnlineNo sign-inRU / CISFreeRead-only

What it can do

  • Where To Watch: Find which streaming services carry a specific movie or TV show in a specific Asian or Middle Eastern country. Use this tool whenever a user asks 'where can I watch X in Y' for any of
  • Whats New On: List the latest movies and TV shows recently added to a specific streaming service in a specific country. Use this tool when a user asks 'what's new on Netflix in India', 'any new shows
  • Search Titles: Search OTTASIA's catalog for movies or TV shows by name. Returns multiple candidates with year, type, brief overview, and country-aware OTTASIA link. Use this when a user asks 'find me

What data it sees

Do you need an account

No: the server works without sign-in

Where can I watch X in Y? Answer that question in Claude Desktop for 30 Asian and Middle Eastern streaming markets.

OTTASIA's MCP server gives Claude (and any MCP-compatible client) live access to streaming availability across India, Pakistan, Bangladesh, Indonesia, Malaysia, Philippines, Singapore, Thailand, Myanmar, Cambodia, Laos, Brunei, China, Hong Kong, Japan, South Korea, Taiwan, Kazakhstan, Uzbekistan, Turkey, Israel, Lebanon, Jordan, Saudi Arabia, UAE, Kuwait, Qatar, Bahrain, Oman, and Egypt.

It wraps ottasia.com, so the same data that powers our website is one prompt away. No API key, no env vars, no setup.

Tools

  • where_to_watch(title, country) — Find which streaming services carry a specific movie or TV show in a specific country. Example: "Where can I watch Squid Game in Indonesia?" → Netflix, with link to OTTASIA's full title page.
  • whats_new_on(provider, country, limit?) — List the latest titles recently added to a streaming service in a country. Example: "What's new on Netflix in India this month?" → 15 fresh titles with overviews.
  • search_titles(q, country, limit?) — Multi-result search with disambiguation. Example: "joker" → JOKER GAME (TV 2016), Joker (2019), Joker: Folie à Deux (2024).

Supported providers (24)

Netflix, Amazon Prime Video, Disney+ Hotstar, JioHotstar, JioCinema, Hulu Japan, Wavve, TVING, Viu, Vidio, iQiyi, Shahid, OSN+, STARZPLAY, Hoichoi, Chorki, ZEE5, Sun NXT, Aha, Eros Now, Manorama Max, Shemaroo Me, Crunchyroll, Apple TV+, HBO Max.

How it works

Thin-client architecture: the MCP server wraps three public JSON endpoints on ottasia.com. All TMDB calls, caching (Next.js unstable_cache), and per-country provider mapping happen on the OTTASIA backend, so end users install with one command and never touch credentials.

Links

MIT licensed.

Server tool list (3)

Raw names from tools/list. Only developers need these.

where_to_watchFind which streaming services carry a specific movie or TV show in a specific Asian or Middle Eastern country. Use this tool whenever a user asks 'where can I watch X in Y' for any of these 30 markets: IN PK BD ID MY PH SG TH MM KH LA BN CN HK JP KR TW KZ UZ TR IL LB JO SA AE KW QA BH OM EG Returns the matched title's official name + year + provider list grouped by category (subscription, free, free-with-ads, rent, buy). Includes a link to OTTASIA's full title page for users who want trailers, cast, or alternate-country lookups. Best for queries about availability on Netflix, Amazon Prime, Disney+ Hotstar, JioCinema, Hulu Japan, Wavve, TVING, Shahid, OSN+, iQiyi, Viu, Vidio, RCTI+, Hoichoi, Chorki, ZEE5, Sun NXT, Aha, Eros Now, and other regional Asian/MENA streamers.
whats_new_onList the latest movies and TV shows recently added to a specific streaming service in a specific country. Use this tool when a user asks 'what's new on Netflix in India', 'any new shows on Wavve', 'what came out on Disney+ Hotstar this month', etc. Common provider slugs to use as the `provider` argument: netflix, prime-video, disney-plus-hotstar, jiohotstar, hulu-japan, wavve, tving, viu, vidio, iqiyi, shahid, osn-plus, starzplay, hoichoi, chorki, zee5, sun-nxt, aha, eros-now, manorama-max, shemaroo-me, crunchyroll, apple-tv-plus, hbo-max Country must be a 2-letter ISO code from OTTASIA's 30 supported markets (IN PK BD ID MY PH SG TH MM KH LA BN CN HK JP KR TW KZ UZ TR IL LB JO SA AE KW QA BH OM EG). Returns a list of recent arrivals with brief overviews + links. Pair with where_to_watch if the user wants details on a specific title.
search_titlesSearch OTTASIA's catalog for movies or TV shows by name. Returns multiple candidates with year, type, brief overview, and country-aware OTTASIA link. Use this when a user asks 'find me X' or when a query is ambiguous (e.g. 'joker', 'the office') and you need to clarify which title they meant before checking availability. Use where_to_watch instead when the user has already named a specific title and country and just wants the streaming providers.