← narracore.app

INDIVIDUAL MCP TOOL

check_credits

Check the remaining credits for a Narracore license key (NRC-XXXX-XXXX-XXXX-XXXX), plus recent usage and the purchase link.

narracore.appnone authenticationAvailability not checked

LIVE ENDPOINT

https://mcp.narracore.app/mcp

No auth detected

Connect to this endpoint to inspect the live schema for check_credits and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Potential side effects detected · medium confidence · heuristic, not a guarantee.

  • A tool name or description suggests a financial action.

Parent server

narracore.app

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.narracore-screenplay-formatter]
url = "https://mcp.narracore.app/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "narracore-screenplay-formatter": {
      "type": "http",
      "url": "https://mcp.narracore.app/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: narracore-screenplay-formatter
Remote MCP URL: https://mcp.narracore.app/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "narracore-screenplay-formatter": {
      "url": "https://mcp.narracore.app/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "narracore-screenplay-formatter": {
      "type": "http",
      "url": "https://mcp.narracore.app/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "narracore-screenplay-formatter",
  "transport": "streamable-http",
  "url": "https://mcp.narracore.app/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • format_screenplay — Convert raw or loosely formatted screenplay text (Chinese, English, or mixed) into professionally structured screenplay blocks and a print-ready PDF using a fixed typewriter character grid (33 CJK chars × 38 lines per page, or 61 × 55 for English; US Letter, Sarasa Mono embedded).
  • analyze_screenplay — Deterministic screenplay statistics from the Narracore analyzer (analyzer_version 1.0, same rules as narracore.cn): a scene list with structured scene headings (scene number / location / time of day / INT-EXT parsed from each heading), per-scene word count, dialogue ratio and action density, plus a character table (cue count, scenes present, dialogue lines, dialogue chars, share of dialogue).
  • diagnose_scenes — Scene-level "shootability" diagnosis for a screenplay, using the same ai-2.0 rules as narracore.cn: YOU (the calling AI) cite the evidence, the server validates it and computes the score — no LLM on the server.
  • convert_fountain — Convert between Narracore screenplay blocks and Fountain (the plain-text screenplay interchange format).
  • build_video_prompts — Turn a screenplay into structured video-generation prompt scaffolds (deterministic — no LLM on the server; YOU fill the creative fields).
  • check_video_prompts — FREE deterministic quality gates for video-generation prompts written against a screenplay (no LLM on the server — pattern matching and set comparison only; findings are reported, nothing is blocked).
  • get_film_contract — FREE.
  • plan_film_analysis — FREE deterministic.