CAT
/MCP
SkillsMCPMarketplacesDigestToolsAdvertise

This week in Claude

Every Monday: Claude Code, Agent SDK, MCP, and the Anthropic platform moves worth your time.

Skills by Category
Frontend DevelopmentBackend & APIsTesting & QASecurityDevOps & CI/CDGit & Pull RequestsDocumentationCode Review & QualityAI & Agent BuildingSkill Development
MCP Servers by Category
Sales & MarketingWeb & Browser AutomationDatabasesAI & LLM ToolsCloud & InfrastructureCommunication & MessagingDeveloper ToolsDesign & CreativeDocuments & KnowledgeSearch & Web Crawling
Marketplaces by Category
AI Agents & OrchestrationLLM IntegrationDevelopment ToolsFrontend & UIBackend & APIsDatabasesTesting & Code QualityDevOps & CloudSecurity & ComplianceGit & Version Control

Cross AI Tools

Discover Claude Code plugins, extensions, and tools. Automatically updated directory of Anthropic Claude AI marketplaces with development tools, productivity plugins, and integrations.

Resources

  • Browse Skills
  • Browse MCP Servers
  • Browse Marketplaces
  • Plugins Reference

Community

  • About
  • Tools
  • Feedback
  • Privacy Policy
  • Advertise

Built for the Claude Code community with Claude Code by @mertduzgun

Independent project, not affiliated with Anthropic

Ottasia

aiweather-anurag/ottasia-mcp-server
3 toolsSTDIO, HTTPregistry active
Summary

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.

CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →

Tools

Public tool metadata for what this MCP can expose to an agent.

3 tools
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 params

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

Parameters* required
titlestring
Movie or TV show name. English, romanized, or original-language title all work (e.g. 'Squid Game', 'RRR', 'Pathaan', 'Dilwale Dulhania Le Jayenge').
countrystring
2-letter ISO country code. One of: 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. Defaults to IN if omitted.
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...3 params

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

Parameters* required
limitinteger
Max number of titles to return (1-30, default 15).
countrystring
2-letter ISO country code. One of: 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. Defaults to IN if omitted.
providerstring
Streaming service slug. Examples: netflix, prime-video, disney-plus-hotstar, jiohotstar, wavve, tving, viu, shahid, hoichoi, zee5, sun-nxt. Use lowercase + hyphens.
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 t...3 params

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

Parameters* required
qstring
Search query (movie or TV show name). English, romanized, or original-language all work.
limitinteger
Max number of results (1-20, default 8).
countrystring
2-letter ISO country code for the resulting OTTASIA links (so clicking through opens that country's streaming context). One of: 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. Defaults to IN.

@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

Featured
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
Categories
Media & Entertainment
Registryactive
Package@ottasia/mcp-server
TransportSTDIO, HTTP
UpdatedMay 23, 2026
View on GitHub

Related Media & Entertainment MCP Servers

View all →
Social Media Api

io.github.socialapishub/social-media-api

Unified social media API for AI agents. Access Facebook, Instagram, TikTok, and more.
1
xpay Social Media

io.github.xpaysh/social-media

96 social media scraping tools. Twitter/X, LinkedIn, Instagram, TikTok, Reddit, YouTube.
Youtube Media Mcp Server

com.thenextgennexus/youtube-media-mcp-server

YouTube video search with transcript extraction as first-class output.
Youtube Video Analyzer

io.github.ludmila-omlopes/youtube-video-analyzer

MCP stdio server for analyzing YouTube videos with Google Gemini
2
Social Media Ai Mcp

csoai-org/social-media-ai-mcp

social-media-ai-mcp MCP server by MEOK AI Labs
EzBiz Social Media Analytics

com.ezbizservices/social-media

AI-powered social media intelligence: profile analysis, engagement scoring, and trend detection.