Clearon Editorial Pipeline MCP
Manage immutable editorial projects and prepare draft-only WordPress exports through explicit human approval steps.
Check server health and storage root.
Create editorial projects (article, LinkedIn, X, page, other) with initial content, source URLs, and protected passages.
List and inspect projects and current/specified immutable revisions.
Run transparent style-heuristic audits (not AI detection) on revisions.
Validate proposed rewrites against the current fingerprint and protected passages without saving.
Apply revisions as append-only immutable versions with SHA-256 fingerprints.
Approve revisions only after explicit editorial, factual, and quotation review confirmations.
Export approved revisions as draft-only WordPress payloads with categories, tags, excerpt, and optional featured image; HTML exports require trusted_html=true.
For article exports, enforce that the latest matching source-audit report is ready for human approval and carries forward pending source-integrity review items.
Allows exporting draft-only WordPress payloads for a separate publishing workflow.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Clearon Editorial Pipeline MCPCreate a new editorial project for the Q4 feature story."
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Clearon Editorial Pipeline MCP
MCP server for immutable editorial revisions, explicit human approval, and draft-only publishing handoffs.
The server does not write prose and does not claim to detect AI authorship. Its job is to preserve revisions, expose transparent style heuristics, and require explicit human review before export.
What it does
Creates append-only editorial projects.
Preserves immutable revisions with SHA-256 fingerprints.
Validates and normalizes declared
source_urlsmetadata.Flags style heuristics without pretending to be an authorship detector.
Requires explicit editorial, factual, and quotation review confirmations.
Exports draft-only WordPress payloads for a separate publishing workflow.
Carries forward the latest matching source-audit gate for article exports.
Related MCP server: Shawn Core MCP
What it does not do
It does not publish.
It does not make editorial decisions for you.
It does not verify sources or quotations against external material.
It does not sanitize raw HTML exports automatically.
Requirements
Node.js
20or newerA local MCP client that can launch a stdio server
Installation
cd tools/clearon-editorial-pipeline-mcp
npm install
npm test
npm run smokeMCP client setup
Example stdio configuration:
{
"mcpServers": {
"clearon-editorial-pipeline": {
"command": "node",
"args": ["/absolute/path/to/clearon-editorial-pipeline-mcp/server.mjs"]
}
}
}Storage
By default, project data is stored outside the repository in a user data directory:
macOS:
~/Library/Application Support/clearon-editorial-pipeline-mcp/projectsLinux:
${XDG_DATA_HOME:-~/.local/share}/clearon-editorial-pipeline-mcp/projectsWindows:
%APPDATA%\\clearon-editorial-pipeline-mcp\\projects
Override that location with CLEARON_EDITORIAL_ROOT.
Each project stores:
project.jsonrevisions/*.txtrevisions/*.jsonapprovals/*.jsonhandoffs/*.json
Recommended workflow
Call
create_editorial_project.Call
audit_revision.Rewrite the content in your normal editorial environment.
Call
propose_revision.Review the exact proposed text, protected passages, protected blocks, and audit output.
Call
apply_revision.Call
approve_revisiononly after human editorial, factual, and quotation review.Call
export_wordpress_payload.For article projects, make sure the latest source-audit report matches the approved revision. Export requires that report to be
ready_for_human_approval.If the exported payload includes pending
source_audit.pending_publish_update_review_findings, keep going with dry-run review only. Publish or update must wait for explicit user approval of those exact source-integrity items.Run the exported payload through a separate publishing dry-run workflow.
Tools
get_server_healthcreate_editorial_projectlist_editorial_projectsget_editorial_projectaudit_revisionpropose_revisionapply_revisionapprove_revisionexport_wordpress_payload
HTML exports
If a project uses content_format=html, export_wordpress_payload requires trusted_html=true.
For content_type=article, export_wordpress_payload also reads the latest source-audit report for the same slug from CLEARON_SOURCE_AUDIT_ROOT or the default Clearon source-audit data directory. The report must match the approved revision fingerprint and be ready_for_human_approval. When ready_for_publish_or_update is still false, the payload records the pending source-integrity review list so downstream dry runs can surface it and real publish/update flows can block on it.
That requirement is explicit because the server passes stored HTML through as-is. If you need sanitization, do it in a separate trusted preprocessing step before export.
Protected passages
protected_passages are not just substring checks anymore. At project creation, the server captures the full original block containing each protected passage and later revisions must preserve that exact protected block. This is still a lightweight structural safeguard, not a full semantic diff or legal-redline system.
Development
npm test
npm run smoke
npm run syntaxMaintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseNot gradedqualityBmaintenanceEnables git-versioned project state for AI sessions, capturing decisions, constraints, and rejected paths with confidence and provenance. It provides a deterministic resume context so new sessions continue without losing direction or re-proposing rejected work.11MIT
- AlicenseAqualityCmaintenanceEnables local-first specialist routing and evidence-based handoffs, including changelog management, continuity records, and allowlisted local Git snapshot and commit operations.8MIT
- AlicenseBqualityCmaintenanceEnables revision-bound source audits with exact article fingerprinting, claim-to-source mapping, quotation verification, and immutable JSON evidence reports for prepublication review.9MIT
- AlicenseBqualityCmaintenanceEnables users to maintain append-only content history with verified publication and social follow-through outcomes, search for overlaps, and run read-only integrity verification of stored snapshots.16MIT
Related MCP Connectors
Deterministic cited disclosure drafts with verified GHG lineage and audit hashes.
Stamp content with permanent, verifiable provenance. Hash locally, verify free forever.
Cross-agent artifact workspace with provenance across Claude Code, Codex, Cursor, LangGraph.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/kwgoodwin/clearon-editorial-pipeline-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server