# Shar Production Metadata Validation

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

- Skill: `mediar-ai/shar-production-metadata-validation` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add mediar-ai/shar-production-metadata-validation`
- Raw SKILL.md: https://api.skillmd.com/api/skills/mediar-ai/shar-production-metadata-validation/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: AI & ML
- Author: mediar-ai (https://skillmd.com/u/mediar-ai)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/mediar-ai/shar-production-metadata-validation

---


# 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

```bash
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:

```json
{
  "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.



