Clearon Content Archive MCP
Clearon Content Archive MCP
追記専用のコンテンツレコード、検証済みの公開履歴、ソーシャルフォロースルー、取得に適したメタデータのためのMCPサーバー。
それ自体は何も公開せずに、来歴とワークフローの状態を保持するように設計されています。
行うこと
スラッグごとに追記専用のコンテンツイベントを保存します。
高速読み取りのためのマテリアライズドスナップショットを維持します。
検証済みのWordPressおよびソーシャル成果を記録します。
過去の履歴を書き換えずにソースの修正を追跡します。
重複検索、インベントリ、フォロースルーレポートを提供します。
イベント履歴が保存済みスナップショットと完全に一致するかを検証します。
Related MCP server: tatastu-proof
行わないこと
WordPressやソーシャルプラットフォームへの公開は行いません。
publishとマークされたペイロードを、実際に公開された証拠としては扱いません。法的または編集上の真実性の判断は行いません。
設定されたワークスペース外のアーティファクトパスを許可しません。
要件
Node.js
20以降stdioサーバーを起動できるローカルMCPクライアント
インストール
cd tools/clearon-content-archive-mcp
npm install
npm test
npm run smokeMCPクライアントのセットアップ
stdio設定の例:
{
"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"
}
}
}
}CLEARON_CONTENT_ARCHIVE_WORKSPACE を使用して、ローカルアーティファクトパスが検証される基準となるルートを定義します。アーカイブの保存場所は CLEARON_CONTENT_ARCHIVE_ROOT で上書きします。
ストレージ
デフォルトでは、アーカイブデータはリポジトリ外のユーザーデータディレクトリに保存されます。
macOS:
~/Library/Application Support/clearon-content-archive-mcp/content-archiveLinux:
${XDG_DATA_HOME:-~/.local/share}/clearon-content-archive-mcp/content-archiveWindows:
%APPDATA%\\clearon-content-archive-mcp\\content-archive
各レコードは records/<slug>/ の下に配置され、以下を保存します。
events.jsonlsnapshot.json
検証と修復
verify_archive_record は読み取り専用です。再構築されたイベント履歴を保存済みスナップショットと比較し、一致するかどうかを報告します。
自動修復は、新しいイベントを追記する前に、以前の部分書き込みから回復する必要がある変更パスに限定されます。
パッケージ監査CLIは次のとおりです。
npm run audit検証の失敗を黙ってスキップするのではなく、明示的に報告します。
推奨ワークフロー
ローカルのドラフトパッケージを登録します。
検証済みの公開結果または更新結果を追記します。
ブロッカーやスキップを含む、LinkedInおよびXの結果を追記します。
来歴の修正を新しいイベントとして記録します。
関連する作業の下書き前に、重複検索ツールと検索ツールを使用します。
監査中に、インベントリおよび不完全フォロースルー出力を使用します。
移行後、手動リカバリ後、または破損が疑われる場合に検証を実行します。
ツール
get_server_healthregister_content_packageget_content_recordsearch_content_archivefind_content_recordupdate_content_artifactsrecord_publicationrecord_social_resultrecord_source_correctionapprove_voice_examplecompare_payload_to_live_statefind_content_overlaplist_incomplete_follow_throughlist_update_candidatesgenerate_content_inventoryverify_archive_record
URLの取り扱い
保存されるURLは http または https を使用する必要があり、URL内の認証情報は拒否されます。
アーカイブ履歴は追記専用であるため、クエリ文字列にトークンやその他の秘密情報を含む機密URLを書き込まないようにしてください。
開発
npm test
npm run smoke
npm run syntax
npm run auditMaintenance
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
- AlicenseAqualityCmaintenancePrimary purpose is to maintain a self verifying ledger that requires no consesus. Additional features include support for evm compatible and other block chains.6121MIT
- AlicenseNot gradedqualityBmaintenanceEnables creating and verifying permanent, publicly verifiable content provenance stamps via MCP tools.8MIT
- AlicenseNot gradedqualityBmaintenanceEnables defining and verifying evidence contracts for claims in READMEs, releases, or product pages using constrained verifiers and generating hash-chained receipts and reports.10MIT
- FlicenseAqualityCmaintenanceProvides 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
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.
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-content-archive-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server