MCP Marketplace
BrowseHow It WorksFor CreatorsDocs
Sign inSign up
MCP Marketplace

The curated, security-first marketplace for AI tools.

Product

Browse ToolsSubmit a ToolDocumentationHow It WorksBlogFAQ

Legal

Terms of ServicePrivacy PolicyCommunity Guidelines

Connect

support@mcp-marketplace.ioTwitter / XDiscord

MCP Marketplace © 2026. All rights reserved.

Back to Browse

Ottasia MCP Server

by AIweather Anurag
Developer ToolsLow Risk10.0MCP RegistryLocalRemote
Free

Server data from the Official MCP Registry

Where to watch X in Y? 30 Asian and Middle Eastern streaming markets, via Claude.

About

Where to watch X in Y? 30 Asian and Middle Eastern streaming markets, via Claude.

Remote endpoints: streamable-http: https://ottasia.com/api/mcp/sse

Security Report

10.0
Low Risk10.0Low Risk

Valid MCP server (2 strong, 3 medium validity signals). No known CVEs in dependencies. Package registry verified. Imported from the Official MCP Registry.

3 tools verified · Open access · 1 issue found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

HTTP Network Access

Connects to external APIs or services over the internet.

env_vars

Check that this permission is expected for this type of plugin.

How to Install & Connect

Available as Local & Remote

This plugin can run on your machine or connect to a hosted endpoint. during install.

Documentation

View on GitHub

From the project's GitHub README.

@ottasia/mcp-server

npm version MIT License MCP Registry Glama

Where can I watch X in Y? Answer that question, in your AI assistant, for 30 Asian and Middle Eastern streaming markets.

OTTASIA's Model Context Protocol 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, 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 this to your Claude Desktop config file:

  • Mac: ~/Library/Application Support/Claude/claude_desktop_config.json
  • Windows: %APPDATA%\Claude\claude_desktop_config.json
{
  "mcpServers": {
    "ottasia": {
      "command": "npx",
      "args": ["-y", "@ottasia/mcp-server"]
    }
  }
}

Restart Claude Desktop. The OTTASIA tools should appear in the tool list.

No API keys. No env vars. Nothing to configure.


Tools

where_to_watch

Find which streaming services carry a specific movie or TV show in a specific country.

Inputs:

  • title (string, required): movie or TV show name
  • country (2-letter ISO code, optional, default IN)

Example prompts:

  • "Where can I watch Squid Game in Indonesia?"
  • "Is Pathaan available on any service in Saudi Arabia?"
  • "Use the ottasia where_to_watch tool to find Game of Thrones in Japan."

whats_new_on

List the latest titles added to a specific streaming service in a country.

Inputs:

  • provider (slug, required): e.g. netflix, prime-video, disney-plus-hotstar, wavve, shahid, viu
  • country (2-letter ISO code, optional, default IN)
  • limit (number, optional, default 15, max 30)

Example prompts:

  • "What's new on Netflix in India this month?"
  • "Any new K-dramas added to Wavve in Korea?"
  • "List recent arrivals on Shahid in Saudi Arabia."

search_titles

Multi-result search for movies and TV shows. Returns multiple candidates so you can disambiguate before checking availability.

Inputs:

  • q (string, required): search query
  • country (2-letter ISO code, optional, default IN)
  • limit (number, optional, default 8, max 20)

Example prompts:

  • "Search OTTASIA for 'the office'"
  • "Find all matches for 'joker' and tell me which one is the 2019 Joaquin Phoenix film."

Supported countries

IN India · PK Pakistan · BD Bangladesh · ID Indonesia · MY Malaysia · PH Philippines · SG Singapore · TH Thailand · MM Myanmar · KH Cambodia · LA Laos · BN Brunei · CN China · HK Hong Kong · JP Japan · KR South Korea · TW Taiwan · KZ Kazakhstan · UZ Uzbekistan · TR Turkey · IL Israel · LB Lebanon · JO Jordan · SA Saudi Arabia · AE UAE · KW Kuwait · QA Qatar · BH Bahrain · OM Oman · EG Egypt

Common providers

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

Pass any of these as the provider argument to whats_new_on. The API will suggest near-matches if the slug is wrong.


How it works

The MCP server is a thin client that calls public JSON endpoints on ottasia.com:

  • /api/mcp/where-to-watch?title=...&country=...
  • /api/mcp/whats-new?provider=...&country=...&limit=...
  • /api/mcp/search?q=...&country=...&limit=...

All TMDB data, caching, and per-country provider logic stays on the OTTASIA backend, so your installed npm package never holds an API key.

Alternate transport: HTTP/SSE

If you're integrating from a non-Claude-Desktop client (Claude API, browser-based MCP playground, custom code), you can connect directly to the hosted HTTP endpoint:

https://ottasia.com/api/mcp/sse

Uses the MCP Streamable HTTP transport (stateless, JSON responses). Same 3 tools, same data.

Local development override

To run against a local OTTASIA dev server, set OTTASIA_BASE_URL=http://localhost:3000 in your MCP config:

{
  "mcpServers": {
    "ottasia-local": {
      "command": "node",
      "args": ["/absolute/path/to/this/repo/dist/server.js"],
      "env": { "OTTASIA_BASE_URL": "http://localhost:3000" }
    }
  }
}

Listings

  • npm: @ottasia/mcp-server
  • Official MCP Registry: io.github.AIweather-Anurag/ottasia
  • mcp.so
  • Smithery
  • Glama
  • awesome-mcp-servers (PR #6808 pending)
  • Cline marketplace (submitted)

Links

  • Website: ottasia.com
  • Issues: open an issue on this repo or DM @AnuragTyagi on X
  • MCP spec: modelcontextprotocol.io

License

MIT

Reviews

No reviews yet

Be the first to review this server!

0

installs

New

no ratings yet

Is this your server?

Claim ownership to manage your listing, respond to reviews, and track installs from your dashboard.

Claim with GitHub

Sign up with the GitHub account that owns this repo

Links

Source Codenpm PackageRemote Endpoint

Details

Published May 23, 2026
Version 0.1.3
0 installs
Local & Remote Plugin

More Developer Tools MCP Servers

Fetch

Free

by Modelcontextprotocol · Developer Tools

Web content fetching and conversion for efficient LLM usage

80.0K
Stars
4
Installs
5.3
Security
No ratings yet
Local

Toleno

Free

by Toleno · Developer Tools

Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.

137
Stars
519
Installs
8.0
Security
4.8
Local

mcp-creator-python

Free

by mcp-marketplace · Developer Tools

Create, build, and publish Python MCP servers to PyPI — conversationally.

-
Stars
73
Installs
10.0
Security
4.6
Local

MarkItDown

Free

by Microsoft · Content & Media

Convert files (PDF, Word, Excel, images, audio) to Markdown for LLM consumption

156.1K
Stars
35
Installs
6.0
Security
5.0
Local

FinAgent

Free

by mcp-marketplace · Finance

Free stock data and market news for any MCP-compatible AI assistant.

-
Stars
20
Installs
10.0
Security
No ratings yet
Local

mcp-creator-typescript

Free

by mcp-marketplace · Developer Tools

Scaffold, build, and publish TypeScript MCP servers to npm — conversationally

-
Stars
18
Installs
10.0
Security
5.0
Local