INDIVIDUAL MCP TOOL
script_runtime
Convert a word count, or a pasted script, into a spoken runtime range, and convert a target runtime back into a word budget.
LIVE ENDPOINT
https://prepublish.ai/mcp
Connect to this endpoint to inspect the live schema for script_runtime and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
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.prepublish]
url = "https://prepublish.ai/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"prepublish": {
"type": "http",
"url": "https://prepublish.ai/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: prepublish
Remote MCP URL: https://prepublish.ai/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": {
"prepublish": {
"url": "https://prepublish.ai/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"prepublish": {
"type": "http",
"url": "https://prepublish.ai/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "prepublish",
"transport": "streamable-http",
"url": "https://prepublish.ai/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
audit_script— Run PrePublish's full audit on a YouTube script the user has already written.get_audit— Fetch the current state of an audit that was started earlier, using the analysis_id that audit_script returned.audit_hook— Score just the opening lines of a YouTube script: how much attention each sentence pulls, whether it opens a curiosity gap, how far away the payoff sits, plus the top issues and rewritten alternatives.check_authenticity— Check a script against YouTube's inauthentic-content expectations: whether it reads as mass-produced, templated or repetitive, which signals fire, and what to change.policy_preflight— Check a script before recording for the YouTube policy categories it may touch: which category families are implicated, the consequence family for each, a verdict and flag counts.