For the complete documentation index, see llms.txt. This page is also available as Markdown.

πŸ€–Getting started

AI-powered access to streaming market intelligence.

Origin Insights MCP is a Model Context Protocol server that connects AI assistants (Claude, ChatGPT, and others) directly to Origin Insights' streaming market data. Instead of navigating dashboards or writing queries, analysts ask in natural language and get structured, decision-ready answers.

Transport

Streamable HTTP (via mcp-remote for local clients)

Auth

Browser sign-in β€” grant access once, per client

Why use it

  • Multi-domain queries: availability, demand, prices, and platforms in a single question, with no manual exploration.

  • Decision-ready reports: turns complex data into actionable answers and visual HTML reports with charts and KPIs.

  • Always up to date: new capabilities ship proactively β€” no updates needed on your side.

  • Read-only and catalog-scoped: every answer is grounded in the Origin Insights catalog; the server never writes back to your systems.

In this section

  • MCP access β€” connection methods (Claude Web, Desktop installer, manual, Claude Code).

  • Best practices β€” sample queries, an example agent session, and how to get the most out of it.

MCP releases are now centralized in Project docs β†’ Releases β€” MCP.

Data domains

The catalog spans 11 data domains. Every tool below reads from one or more of these.

Domain
What it covers

Content

Movie/series/episode metadata (TMDb, IMDb, TVDB, EIDR): cast, genres, synopsis, box office, scores, awards, artwork.

Availability

Current + historical streaming availability, packages (SVOD/TVOD/AVOD), deep-links, lifecycle, seasons, exclusivity.

Demand

Weekly composite demand (piracy, social, IMDb, YouTube, CDB): scores per title/market/week, rankings, genre trends.

Price

TVOD rent/buy pricing per title/platform/quality/currency, with monthly and quarterly history.

PPB

Subscription plans: tiers, local + USD pricing, streams, devices, downloads, ads, resolution, bundles, promos.

Supply

Content exclusivity at platform-country level, aggregator classification.

Platform

Platform registry: status, logos, ownership, category, launch year, ads, cross-country catalog overlap.

Coming Soon

Upcoming releases: expected dates, release type, season/episode counts, genre.

Reports

Pre-built HTML reports (OIDL): charts, KPIs, tables aggregating multiple domains.

Intelligence

Market-level analysis across platforms and countries: snapshots, comparisons, opportunity discovery.

Interactive

Cross-title and cross-platform comparison tools with server-side HTML reports.

Tool catalog

The MCP exposes its capabilities through a small set of domain tools. Each tool takes an action parameter that selects the specific operation, plus the arguments that operation needs. You don't call actions directly β€” the assistant picks the tool and action for you from your natural-language question. New actions get added automatically; this list reflects the current state.

Titles & metadata β€” titles

Title discovery and metadata: search, browse, profiles, artwork, filmography, box office, and awards.

find_title Β· browse_titles Β· show_title_profile Β· find_title_artwork Β· show_title_awards Β· rank_titles_by_quality Β· find_filmography Β· find_studio_titles Β· find_frequent_collaborators Β· get_title_external_ids Β· find_industry_awards Β· show_box_office Β· rank_awards_leaders

Availability & catalog β€” availability

Where titles stream β€” right now and over time β€” plus catalog-wide browsing, lifecycle, seasons, and CSV/Excel export.

find_where_to_watch Β· find_streaming_availability Β· find_season_availability Β· track_availability_timeline Β· track_title_across_platforms Β· track_title_lifecycle Β· track_availability_history Β· track_season_platform_changes Β· track_season_distribution Β· measure_title_staying_power Β· measure_season_staying_power Β· measure_availability_duration Β· summarize_platform_coverage Β· summarize_season_coverage Β· measure_global_reach Β· measure_season_global_reach Β· find_whats_streaming Β· find_platform_exclusives Β· find_departing_titles Β· track_catalog_growth Β· track_catalog_evolution Β· measure_global_catalog_size Β· export_whats_streaming_to_csv Β· export_whats_streaming_to_excel

Demand, popularity & rankings β€” demand

Trending titles, demand rankings, global hits, per-title popularity over time, genre momentum, official top-10, and pre-release hype.

find_trending_titles Β· rank_titles_by_demand Β· find_global_hits Β· measure_title_popularity Β· track_genre_trends Β· find_top_10_charts Β· discover_hyped_titles Β· break_down_demand_scores Β· whats_coming_soon

Platforms & services β€” platforms

The streaming services themselves: list, search, ownership, logos, status/metadata, and cross-country catalog overlap.

list_streaming_services Β· find_platforms Β· find_platforms_by_owner Β· find_platform_logos Β· check_platform_status Β· compare_platform_across_countries

Pricing β€” pricing

Per-title transactional (TVOD) rent/buy pricing.

show_title_price Β· track_price_drops Β· break_down_title_price

Subscriptions & plans β€” subscriptions

Subscription (SVOD) plans, bundles, and promotions.

compare_subscription_plans Β· find_best_plans Β· find_promotional_offers Β· track_plan_prices

Market & competitive intelligence β€” market_intelligence

Platform-vs-platform and country-vs-country analysis, catalog overlap, audience gaps, studio strategy, and hidden-gem licensing shortlists.

compare_platforms Β· compare_catalog_overlap Β· compare_country_catalogs Β· find_audience_gaps Β· spot_hidden_gems Β· analyze_studio_strategy Β· get_the_quick_pitch Β· generate_market_intelligence_report

Multi-step playbooks β€” playbooks

Composite analyses that run several lookups for you and return a single decision-ready answer.

compare_titles Β· find_similar_titles Β· calculate_platform_value Β· build_content_calendar Β· build_market_brief Β· build_acquisition_brief Β· evaluate_license_renewal Β· find_underexploited_titles Β· build_content_gap_brief

Reports & outputs

Formatted, visual HTML reports. Each report tool aggregates all of its sections in a single call.

  • Single entity β€” reports: generate_title_report Β· generate_country_report Β· generate_platform_report Β· generate_people_report Β· generate_top_titles_report Β· who_watches_this Β· complete_audience_report Β· add_executive_insights

  • Market-wide β€” reports_market: generate_trends_report Β· generate_market_radar Β· generate_box_office_report Β· generate_comingsoon_report Β· generate_release_calendar_report Β· generate_subscription_plans_report Β· generate_bundle_analysis_report Β· generate_promotional_offers_report Β· generate_overlap_report Β· generate_awards_report Β· generate_price_history_report Β· generate_genre_catalog_distribution_report

  • Generic β€” generate_report: a configurable report from assembled data, for when no specific report tool fits.

Reports render in English regardless of the query language.

Data guide & methodology β€” data_guide

Metadata about the data itself and how the platform works β€” not the titles in it.

list_available_data Β· check_data_freshness Β· explain_demand_scores Β· summarize_data_catalog Β· show_partition_keys_guide Β· confirm_title_match Β· ask_knowledge_base

Advanced / raw data β€” raw_data

Direct query access, for bespoke exploration only.

execute_sql Β· query_raw_data Β· export_full_query_to_csv Β· list_tables Β· get_table_schema

execute_sql and query_raw_data are a last resort. Before reaching for them, use the domain tools above β€” they're optimized, validate parameters, and return cleaner data.


We hope you found this article helpful. If you have a question this article doesn't address, reach out on the Service Desk.

Last updated

Was this helpful?