Skip to content
HOLLYWOOD METRICS
HomeAboutCraftNewsAnalyticsScriptsPricingAPI
Model Context Protocol

THE CONNECTOR

Every lens on the platform, one endpoint away from your agent. Search the catalog, grade a screenplay, forecast a slate, all without leaving the conversation.

Where

ONE ENDPOINT

https://hollywoodmetrics.ai/mcp

Streamable HTTP transport in stateless JSON mode. Send JSON-RPC via POST with Accept: application/json, text/event-stream. No sessions, no SSE stream to babysit; any request can land on any instance. Business denials (quota, tier, scope) come back as tool results with isError, never as HTTP errors.

Credentials

TWO WAYS IN

API key

Use your existing platform key as Authorization: Bearer hm_... or X-API-Key. Mint keys at /dashboard/api-keys (paid tiers). Works in every header-capable host.

Sandbox

Connect with no credentials at all and you are in sandbox mode: read-only tools, 25 requests per day per IP. The right speed for kicking the tires from hosts that cannot send custom headers yet.

TierDaily requestsScopes
Sandbox (no key)25 / day per IPRead-only tryout, zero signup
Writer10 / dayRead scope
Producer200 / dayRead scope
Studio10,000 / dayRead, write, and AI scopes

One tool call is one request, identical to the REST API. The get_account_status tool is free and reports what you have left.

Surface

SEVENTEEN TOOLS

Film catalog
search_filmsSearch and filter 74,000+ films with sort and pagination
get_filmFull canonical record: ratings, box office, awards, cast, crew
get_similar_filmsCurated similarity picks for one film
get_poster_analysisStructured visual read of a theatrical poster
recommend_filmsTaste-profile recommendations from liked and disliked titles
get_catalog_statsAggregate distributions across the whole catalog
Screenplay intelligence
search_scriptsBrowse the 1,571-screenplay research set by tier
get_scriptOne ranked screenplay with its 20-feature vector
analyze_screenplayTier prediction and feature percentiles for raw text
predict_project_outcomeGross, rating, and ROI forecast for a project package
Craft
list_style_guidesScreenwriter, director, and cinematographer style guides
get_style_guideOne full guide by name or slug
AI services (Studio tier)
ai_script_coverageProfessional coverage of screenplay text
ai_rewrite_sceneScene rewrite in a named screenwriter's voice
Utility
get_account_statusTier, scopes, and remaining quota. Free, unmetered
search / fetchResearch-connector contract for hosts that require it
Setup

CONNECT YOUR HOST

Claude Code
claude mcp add --transport http hollywood-metrics https://hollywoodmetrics.ai/mcp \
  --header "Authorization: Bearer hm_YOUR_KEY"
Cursor (~/.cursor/mcp.json)
{
  "mcpServers": {
    "hollywood-metrics": {
      "url": "https://hollywoodmetrics.ai/mcp",
      "headers": { "Authorization": "Bearer hm_YOUR_KEY" }
    }
  }
}
VS Code (mcp.json)
{
  "servers": {
    "hollywood-metrics": {
      "type": "http",
      "url": "https://hollywoodmetrics.ai/mcp",
      "headers": { "Authorization": "Bearer hm_YOUR_KEY" }
    }
  }
}
Server-side agents (connector APIs)

Both major model APIs accept remote MCP servers with a static authorization token. Point them at the endpoint and pass your key as the token.

"mcp_servers": [{
  "type": "url",
  "url": "https://hollywoodmetrics.ai/mcp",
  "name": "hollywood-metrics",
  "authorization_token": "hm_YOUR_KEY"
}]
Chat apps without header support

Paste the endpoint URL as a custom connector with no authentication and you get the sandbox tier. Research connectors work out of the box: the server implements the standard search and fetch contract with citation links back to the film pages. Full OAuth sign-in for these hosts is on the roadmap.

REST API reference•Changelog•OpenAPI spec•Pricing
HOLLYWOOD METRICS

The definitive mathematical oracle for cinematic success and creative script intelligence.

74,000+ Films100 Years1.1M+ Reviews
PRODUCT
  • Dashboard
  • Pricing
  • Script Analysis
  • Watch the Demo
  • The Red List
  • News
  • Analytics
  • API
COMPANY
  • About
  • Track Record
  • Trust & Script Privacy
  • Privacy Policy
  • Terms of Service
CONNECT
  • ▶YouTube
  • ◉Instagram
  • ♪TikTok
  • @Threads
  • fFacebook
Get Started Free →
© 2026 Hollywood Metrics. All rights reserved.Powered by bespoke agents and autonomous agentic workflows