MCP SERVER
The whole platform is now a Model Context Protocol server. Point your agent at one URL and it can search, analyze, and forecast.
- NEW
Remote MCP endpoint at https://hollywoodmetrics.ai/mcp (streamable HTTP, stateless JSON mode). Seventeen tools cover the film catalog, screenplay tier analysis, outcome forecasting, craft style guides, and the Studio-tier AI services. Authenticate with your existing API key as an Authorization: Bearer header, or connect keyless for read-only sandbox access at 25 requests per day per IP.
Affectsauth - NEW
Tool calls meter exactly like REST calls: one tool call is one request against your daily limit, with the same scopes and tier gates. The get_account_status tool is free and reports remaining quota.
- FIXED
POST /api/v1/scripts/analyze now returns correct results. It shares the dashboard's canonical feature extractor (name-keyed, with real sentiment), so the 20 measured features, tier prediction, and z-scores line up with the model instead of a misaligned vector. GET /api/v1/scripts and /api/v1/scripts/{id} now return the full measured-feature dict for each screenplay rather than an empty object.