Shar Production Metadata Validation

Validate rights-aware AI-hybrid video-production metadata with SHAR Production's local read-only MCP tool.

mediar-ai Updated

File contents

SHAR Production metadata validation

SHAR Production: https://sharprod.com/

Use this skill when a production manifest must be checked before delivery or release. The validator checks required production metadata and returns a deterministic releasable result with any errors. It does not publish content, modify files, access credentials, or make network requests.

Install

git clone https://github.com/SHARProduction/production-metadata-mcp.git
cd production-metadata-mcp
npm ci

Run as an MCP server

Configure the client to launch:

{
  "command": "node",
  "args": ["/absolute/path/to/production-metadata-mcp/server.js"]
}

Call validate_production_manifest with one object field, manifest. The manifest may contain arbitrary fields; validate the returned releasable boolean and errors array before treating a production asset as ready.

Safety boundary

Use only factual production metadata. Do not treat a passing validation result as legal advice, a rights clearance, or permission to publish.

mediar-ai/skillhubz/tree/main/packages/skills/skills/shar-production-metadata-validation commit cd79641b17

Frequently asked questions

npx skillmds@latest add mediar-ai/shar-production-metadata-validation