Skip to main content
Glama
kwgoodwin

Clearon Content Archive MCP

by kwgoodwin

Clearon Content Archive MCP

MCP server for append-only content records, verified publication history, social follow-through, and retrieval-friendly metadata.

It is designed to preserve provenance and workflow state without publishing anything itself.

What it does

  • Stores append-only content events per slug.

  • Maintains a materialized snapshot for fast reads and repairs stale snapshots from the durable event log during normal reads.

  • Records verified WordPress and social outcomes.

  • Tracks source corrections without rewriting earlier history.

  • Provides overlap search, inventory, and follow-through reporting.

  • Verifies whether event history exactly matches the stored snapshot.

  • Finds records by exact slug, current post ID, and current or historical recorded publication/social URLs.

Related MCP server: tatastu-proof

What it does not do

  • It does not publish to WordPress or social platforms.

  • It does not treat a payload marked publish as proof of live publication.

  • It does not make legal or editorial truth determinations.

  • It does not allow artifact paths outside the configured workspace.

Requirements

  • Node.js 20 or newer

  • A local MCP client that can launch a stdio server

Installation

cd tools/clearon-content-archive-mcp
npm install
npm test
npm run smoke

MCP client setup

Example stdio configuration:

{
  "mcpServers": {
    "clearon-content-archive": {
      "command": "node",
      "args": ["/absolute/path/to/clearon-content-archive-mcp/server.mjs"],
      "env": {
        "CLEARON_CONTENT_ARCHIVE_WORKSPACE": "/absolute/path/to/workspace"
      }
    }
  }
}

Use CLEARON_CONTENT_ARCHIVE_WORKSPACE to define the root against which local artifact paths are validated. Override the archive storage location with CLEARON_CONTENT_ARCHIVE_ROOT.

Storage

By default, archive data is stored outside the repository in a user data directory:

  • macOS: ~/Library/Application Support/clearon-content-archive-mcp/content-archive

  • Linux: ${XDG_DATA_HOME:-~/.local/share}/clearon-content-archive-mcp/content-archive

  • Windows: %APPDATA%\\clearon-content-archive-mcp\\content-archive

Each record lives under records/<slug>/ and stores:

  • events.jsonl

  • snapshot.json

Verification and repair

verify_archive_record is read-only. It compares the rebuilt event history to the stored snapshot and reports whether they match.

Automatic repair runs on normal record reads and mutation paths so a stale materialized snapshot does not hide a newer durable event.

The package audit CLI is:

npm run audit

It reports verification failures explicitly instead of silently skipping them.

  1. Register the local draft package.

  2. Append verified publication or update results.

  3. Append LinkedIn and X outcomes, including blockers or skips.

  4. Record provenance corrections as new events.

  5. Use overlap and search tools before drafting related work.

  6. Use inventory and incomplete-follow-through output during audits.

  7. Run verification after migration, manual recovery, or suspected corruption.

Tools

  • get_server_health

  • register_content_package

  • get_content_record

  • search_content_archive

  • find_content_record

  • update_content_artifacts

  • record_publication

  • record_social_result

  • record_source_correction

  • approve_voice_example

  • compare_payload_to_live_state

  • find_content_overlap

  • list_incomplete_follow_through

  • list_update_candidates

  • generate_content_inventory

  • verify_archive_record

URL handling

Stored URLs must use http or https, and URL credentials are rejected.

Because archive history is append-only, avoid writing sensitive URLs with tokens or other secrets in query strings.

Development

npm test
npm run smoke
npm run syntax
npm run audit
A
license - permissive license
B
quality
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

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

  • A
    license
    A
    quality
    C
    maintenance
    Primary purpose is to maintain a self verifying ledger that requires no consesus. Additional features include support for evm compatible and other block chains.
    6
    12
    1
    MIT
  • A
    license
    Not graded
    quality
    B
    maintenance
    Enables defining and verifying evidence contracts for claims in READMEs, releases, or product pages using constrained verifiers and generating hash-chained receipts and reports.
    10
    MIT
  • F
    license
    A
    quality
    C
    maintenance
    Provides cryptographic truth infrastructure for AI agents, enabling them to seal content with SHA-256 and Ed25519, verify receipts, anchor them to Bitcoin via OpenTimestamps, generate citations, and audit chains of receipts.
    5

View all related MCP servers

Related MCP Connectors

  • Stamp content with permanent, verifiable provenance. Hash locally, verify free forever.

  • Read-only XRP Ledger MCP tools with proof-annotation envelopes and signed daily snapshots.

  • Source-first URL clone, capture, rebuild, and fidelity verification tools.

View all MCP Connectors

Latest Blog Posts

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-content-archive-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server