Clearon Content Archive MCP
Clearon Content Archive MCP
추가 전용 콘텐츠 기록, 검증된 게시 이력, 소셜 후속 처리, 검색에 적합한 메타데이터를 위한 MCP 서버입니다.
이 서버는 자체적으로 아무것도 게시하지 않으면서 출처(provenance)와 작업 흐름 상태를 보존하도록 설계되었습니다.
기능
슬러그(slug)별로 추가 전용 콘텐츠 이벤트를 저장합니다.
빠른 읽기를 위해 구체화된 스냅샷을 유지합니다.
검증된 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