OTTASIA

by AIweather-Anurag

381 downloads
Not rated
GitHub

About

Where can I watch X in Y? Answer that question, in your AI assistant, for 30 Asian and Middle Eastern streaming markets. Wraps ottasia.com so the same data that powers our website is one prompt away. 3 tools: where_to_watch (specific title in a country), whats_new_on (latest arri

Details

Author
AIweather-Anurag
Downloads
381
Categories
Other

- Provides live streaming availability data for 30 Asian and Middle Eastern markets.
- Offers three tools: where_to_watch, whats_new_on, search_titles.
- Supports 24 streaming providers including Netflix, Prime Video, Disney+ Hotstar.
- Returns rolling-90-day new title lists per provider and country.
- No API key or environment variables required for setup.
- Backend handles TMDB calls, caching, and provider mapping.

Setting up with Highlight

This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name OTTASIA
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

From the repository

Install by adding a configuration entry to Claude Desktop's claude_desktop_config.json, then restart Claude. No API key, environment variables, or additional setup is required. The three tools — where_to_watch, whats_new_on, and search_titles — are invoked via natural language prompts.

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 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_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 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_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 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.

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

{
    "mcpServers": {
        "ottasia": {
            "ottasia": {
                "command": "npx",
                "args": [
                    "-y",
                    "@ottasia/mcp-server"
                ]
            }
        }
    }
}

McpServers

{
    "ottasia": {
        "command": "npx",
        "args": [
            "-y",
            "@ottasia/mcp-server"
        ]
    }
}

What it does

OTTASIA's Model Context Protocol server gives Claude (and any MCP-compatible client) live access to streaming availability across 30 Asian and Middle Eastern markets: 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.

Install (Claude Desktop)

Add to ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows): \\\json { "mcpServers": { "ottasia": { "command": "npx", "args": ["-y", "@ottasia/mcp-server"] } } } \\\ Restart Claude Desktop. No API key, no env vars, no setup.

3 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?" returns Netflix subscription + the OTTASIA detail page link.

whats_new_on(provider, country, limit?)

List the latest titles recently added to a specific streaming service in a country. Example: "What's new on Netflix in India this month?" returns a rolling-90-day list with overviews and links. Supports 24 common providers including Netflix, Prime Video, Disney+ Hotstar, JioHotstar, 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.

search_titles(q, country, limit?)

Multi-result search across the OTTASIA catalog with disambiguation. Use when a query is ambiguous (e.g. "joker" returns Joker 2019, Joker: Folie à Deux 2024, Joker Game 2016, and the Russian Joker 1991).

How it works

The npm package is a thin stdio client. All TMDB calls, caching, and per-country provider mapping live on the OTTASIA backend behind 3 public JSON endpoints (/api/mcp/where-to-watch, /api/mcp/whats-new, /api/mcp/search). End users install with one npx command — no credentials to manage.

Links

- npm: @ottasia/mcp-server - Source: github.com/AIweather-Anurag/ottasia-mcp-server - Website: ottasia.com License: MIT
No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.