Content Tools
prepublish.ai
An MCP server that audits YouTube scripts for attention hooks, authenticity, and policy risks before recording.
ENDPOINT 1
https://prepublish.ai/mcp
MCP server metadata
- Name
- prepublish
- Version
- 1.0.0
PrePublish audits a YouTube script the user has already written, before they record: hook, structure and pacing scores, the passages most likely to lose attention, and copy-paste rewrites. Use audit_script for a finished draft, audit_hook for an opening only, check_authenticity for reused-content risk, policy_preflight for monetisation risk, and script_runtime for length arithmetic. These are text-only checks of an unrecorded script: never present a score as a prediction of published retention, and never invent an email address when a tool asks for one.
Known tools 6
audit_scriptRun PrePublish's full audit on a YouTube script the user has already written.
Inferred read-onlyget_auditFetch the current state of an audit that was started earlier, using the analysis_id that audit_script returned.
Inferred read-onlyaudit_hookScore 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.
Inferred read-onlycheck_authenticityCheck a script against YouTube's inauthentic-content expectations: whether it reads as mass-produced, templated or repetitive, which signals fire, and what to change.
Inferred read-onlypolicy_preflightCheck 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.
Inferred read-onlyscript_runtimeConvert a word count, or a pasted script, into a spoken runtime range, and convert a target runtime back into a word budget.
Inferred read-onlyCONNECT 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.
ENDPOINT 2
https://mcp.prepublish.ai
MCP server metadata
- Name
- prepublish
- Version
- 1.0.0
PrePublish audits a YouTube script the user has already written, before they record: hook, structure and pacing scores, the passages most likely to lose attention, and copy-paste rewrites. Use audit_script for a finished draft, audit_hook for an opening only, check_authenticity for reused-content risk, policy_preflight for monetisation risk, and script_runtime for length arithmetic. These are text-only checks of an unrecorded script: never present a score as a prediction of published retention, and never invent an email address when a tool asks for one.
Known tools 6
audit_scriptRun PrePublish's full audit on a YouTube script the user has already written.
Inferred read-onlyget_auditFetch the current state of an audit that was started earlier, using the analysis_id that audit_script returned.
Inferred read-onlyaudit_hookScore 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.
Inferred read-onlycheck_authenticityCheck a script against YouTube's inauthentic-content expectations: whether it reads as mass-produced, templated or repetitive, which signals fire, and what to change.
Inferred read-onlypolicy_preflightCheck 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.
Inferred read-onlyscript_runtimeConvert a word count, or a pasted script, into a spoken runtime range, and convert a target runtime back into a word budget.
Inferred read-onlyCONNECT 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://mcp.prepublish.ai"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"prepublish": {
"type": "http",
"url": "https://mcp.prepublish.ai"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: prepublish
Remote MCP URL: https://mcp.prepublish.ai
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://mcp.prepublish.ai"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"prepublish": {
"type": "http",
"url": "https://mcp.prepublish.ai"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "prepublish",
"transport": "streamable-http",
"url": "https://mcp.prepublish.ai"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.