gowatch

gowatch

3.5

GoWATCH is an MCP server designed to help users find where to stream their favorite movies online.

GoWATCH is a Media Content Provider (MCP) server that aggregates availability and pricing data from various popular streaming services, providing users with an easy interface to access this information. It supports a wide range of streaming platforms and focuses on movies, with plans to include series and episodes in the future. The service is currently available in the United States and offers frequent updates to ensure data accuracy. GoWATCH also provides partnership opportunities, offering data free of charge to partners.

Features

  • Streaming Services Supported: GoWATCH supports platforms like iTunes, Microsoft, Apple TV+, Netflix, Hulu, HBO GO, HBO Now, HBO Max, Redbox, YouTube, Google Play Movies, and Vudu.
  • Language Support: The service supports content availability in the United States.
  • Frequent Updates: Price and availability information is updated at least every 24 hours.
  • Movie Focused: Currently focuses on movies, with plans to include series and episodes.
  • Partnership Opportunities: Data is offered free of charge to partners.

MCP Tools

  • Title Lookup by TMDB ID: Find titles using The Movie Database (TMDB) ID with parameters like id, type, and country.
  • Title Lookup by IMDB ID: Find titles using the IMDB ID.

Usage with Different Platforms

mcp


{
  "endpoint": "/lookup",
  "method": "GET",
  "parameters": {
    "id": "<TMDB_ID>",
    "type": "movie",
    "country": "US"
  }
}