Validates rights-aware production metadata manifests locally without reading files, using networks, or publishing data.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
Inspect callable tools, capabilities, and parameters exposed to AI agents by SHAR Production Metadata MCP.
SHAR Production Metadata MCP MCP server provides one read-only MCP tool: validate_production_manifest. The tool receives a production metadata manifest as an object and evaluates it for releasability. This makes it suitable for agents or MCP-compatible clients that need to check metadata before a production asset is released.
The project is focused on rights-aware metadata rather than media processing. It validates the manifest contract and applies the releasability policy described by the project. The README specifically distinguishes structural validity from the policy outcome when rights_status=unknown, so callers should treat those as separate aspects of the result rather than assuming a structurally valid manifest is always releasable.
The server runs locally and exposes the validation tool through MCP. A client submits a manifest object to validate_production_manifest; the server returns a releasability result. It does not publish the submitted data or perform external lookups.
SHAR Production Metadata MCP MCP server does not read local files and does not make network calls. The caller therefore needs to provide the manifest object directly. This behavior keeps validation limited to the supplied metadata and avoids requiring access to a filesystem, remote service, or publishing destination.
A machine-readable JSON Schema is included at schema/production-manifest.schema.json. The schema describes the structural contract and mirrors the fields used by the validator. It can be used to understand the expected manifest shape before integrating the tool into an agent workflow.
The repository documents a Node.js installation and startup flow:
Run these commands from a checked-out copy of the repository. The provided material does not list environment variables, API credentials, hosted endpoints, or additional configuration settings. Because the server is local and does not call networks, no external service setup is described.
validate_production_manifest through MCP.rights_status=unknown.SHAR Production Metadata MCP MCP server validates metadata only. The provided material does not describe video editing, media inspection, rights acquisition, publishing, or storage capabilities. It cannot read a manifest from a local file on behalf of the caller, because local file access is explicitly excluded; the client must provide the object to the tool.
The server also does not contact external systems or publish results. Any workflow that needs those operations must handle them outside this server. The repository is MIT-licensed, and the available documentation identifies MCP-compatible clients generally without naming particular desktop or editor clients.
Factual signals from GitHub, npm, and our automated checks β not a rating.
No reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/shar-production-metadata-mcp)<a href="https://allmcps.com/mcp/shar-production-metadata-mcp"><img src="https://allmcps.com/api/badge/shar-production-metadata-mcp?style=directory" alt="SHAR Production Metadata MCP on AllMCPs" /></a>