Wraps ottasia.com's streaming availability API for 30 Asian and Middle Eastern markets, from India and Indonesia to Saudi Arabia and Korea. Exposes three tools: where_to_watch looks up which services carry a specific title in a given country, whats_new_on lists recent additions to a provider like Netflix or Shahid, and search_titles returns multi-result lookups for disambiguation. No API keys required. The npm package is a thin client over public JSON endpoints, so all TMDB data and provider logic stays server-side. Useful if you're building conversational agents that answer "where can I watch X in Y" for regions JustWatch doesn't cover as deeply.
Public tool metadata for what this MCP can expose to an agent.
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...2 paramsFind 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...
titlestringcountrystringwhats_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...3 paramsList 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...
limitintegercountrystringproviderstringsearch_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 t...3 paramsSearch 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 t...
qstringlimitintegercountrystringWhere 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.
Add this to your Claude Desktop config file:
~/Library/Application Support/Claude/claude_desktop_config.json%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.
where_to_watchFind which streaming services carry a specific movie or TV show in a specific country.
Inputs:
title (string, required): movie or TV show namecountry (2-letter ISO code, optional, default IN)Example prompts:
whats_new_onList 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, viucountry (2-letter ISO code, optional, default IN)limit (number, optional, default 15, max 30)Example prompts:
search_titlesMulti-result search for movies and TV shows. Returns multiple candidates so you can disambiguate before checking availability.
Inputs:
q (string, required): search querycountry (2-letter ISO code, optional, default IN)limit (number, optional, default 8, max 20)Example prompts:
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
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.
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.
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.
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" }
}
}
}
MIT
io.github.socialapishub/social-media-api
io.github.xpaysh/social-media
com.thenextgennexus/youtube-media-mcp-server
io.github.ludmila-omlopes/youtube-video-analyzer
csoai-org/social-media-ai-mcp
com.ezbizservices/social-media