← prepublish.ai

INDIVIDUAL MCP TOOL

get_audit

Fetch the current state of an audit that was started earlier, using the analysis_id that audit_script returned.

prepublish.ainone authenticationAvailability not checked

LIVE ENDPOINT

https://mcp.prepublish.ai

No auth detected

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

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • A tool name or description suggests retrieving external content.

Parent server

prepublish.ai

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://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.

Related tools

  • audit_script — Run PrePublish's full audit on a YouTube script the user has already written.
  • 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.
  • 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.