Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog
Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

AllMCPs on GitHub (opens in a new tab)
Launched onTiny Startupstinystartups.com
Explore
  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Random discovery New
  • Submit a server
  • Pricing & Boost Boost
Learn
  • Guides hub
  • What is MCP?
  • Install guide
  • Build an MCP server
  • Deploy an MCP server
  • Security guide
  • Troubleshooting
  • MCP for SEO & AEO
  • Protocol versioning
  • Blog & updates
Tools
  • All developer tools
  • Config generator
  • Config validator
  • Config auditor
  • MCP playground
  • Token calculator
  • OpenAPI β†’ MCP
  • Badge generator
For agents
  • REST API docs
  • Trust & traffic Live
  • Remote MCP server SSE β†— (opens in a new tab)
  • llms.txt β†— (opens in a new tab)
  • Catalog JSON β†— (opens in a new tab)
Company
  • About
  • Advertise Sponsor
  • Contact
  • GitHub β†— (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZoneAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZone
Β© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. πŸŽ₯ Multimedia Process
  3. SHAR Production Metadata MCP
SHAR Production Metadata MCP logo
Health: ActiveRecent health check succeeded.Last checked 9/9/2026, 8:17:09 AM

SHAR Production Metadata MCP

User RatingsBe the first to rate and review this MCP server!
View RepositoryVisit WebsiteSupport
metadatarights-managementvideo-productionvalidation

Validates rights-aware production metadata manifests locally without reading files, using networks, or publishing data.

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β€” or use 1-click editor setup below.

Add to CursorAdd to VS Code
Manual Client & Custom JSON ConfigExpand JSON β–Ύ

Client Config & Setup

Choose your client or environment
Target File:~/Library/Application Support/Claude/claude_desktop_config.json
claude_desktop_config.json
{
  "mcpServers": {
    "shar-production-metadata-mcp": {
      "command": "node",
      "args": [
        "server.js"
      ]
    }
  }
}

πŸ’‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.

Install Directory Badge Claim listing AlternativesπŸŽ₯ More in Multimedia Process

Overview

The SHAR Production Metadata MCP MCP server validates rights-aware production metadata manifests for AI agents and MCP-compatible clients. Its read-only `validate_production_manifest` tool accepts a manifest object and returns a releasability result, separating structural validity from policy handling for `rights_status=unknown`. Use it when an agent needs local manifest validation without file access, network calls, or data publication.

Use cases

β€’Validate production manifests before release
β€’Check rights metadata supplied by an AI agent
β€’Separate schema validity from releasability policy
β€’Inspect manifest structure against the included JSON Schema

Key features

β€’Read-only production manifest validation
β€’Rights-aware releasability results
β€’MCP tool for agent access
β€’Included production manifest JSON Schema
β€’No file, network, or publishing operations

Capabilities & Tool Schemas

Inspect callable tools, capabilities, and parameters exposed to AI agents by SHAR Production Metadata MCP.

Extracted Tool Capabilities
Read-only production manifest validation
Rights-aware releasability results
MCP tool for agent access
Included production manifest JSON Schema
No file, network, or publishing operations

How SHAR Production Metadata MCP works

What SHAR Production Metadata MCP MCP server does

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.

How it works

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.

Setup and configuration

The repository documents a Node.js installation and startup flow:

Terminal
npm install
npm start

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.

Tools and capabilities

  • Exposes validate_production_manifest through MCP.
  • Accepts a production manifest object.
  • Checks the manifest against the project’s structural contract.
  • Returns a releasability result.
  • Handles structural validity separately from the policy for rights_status=unknown.
  • Operates in read-only mode.

Limitations and notes

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.

Read the full README β†’View source on GitHub β†’

Related MCP Servers

View all in Multimedia Process View all alternatives
  • MCP Video Analyzer logoMCP Video Analyzer

    MCP server for video analysis β€” extracts transcripts, key frames, OCR text, and annotated timelines from video URLs. Supports Loom and direct video files (.mp4, .webm). Zero auth required.

    πŸŽ₯ Multimedia Process13 views
    Compare vs MCP Video Analyzer β†’
  • N
    Notch

    Turn product pages and creative briefs into finished video and image ads from your AI chat.

    πŸŽ₯ Multimedia Process25 views
    Compare vs Notch β†’
  • Trident MCP logoTrident MCP

    AI 3D model generation and post-processing: text/image/multiview-to-3D via Tripo, plus retopology, format conversion (GLB/FBX/OBJ/STL/USDZ), and stylization. Single Go binary, 10 tools, async generation with polling.

    πŸŽ₯ Multimedia Process25 views
    Compare vs Trident MCP β†’
  • Exif MCP logoExif MCP

    A MCP server that allows one to examine image metadata like EXIF, XMP, JFIF and GPS. This provides foundation for LLM-powered search and analysis of photo librares and image collections.

    πŸŽ₯ Multimedia Process2 views
    Compare vs Exif MCP β†’

Adoption & maintenance

Factual signals from GitHub, npm, and our automated checks β€” not a rating.

Maintenance
Stable
Status declared by the project or listing owner.
Directory activity
6 views
Config copies, upvotes, and views on AllMCPs.

Reviews

No reviews yet β€” be the first to share how this listing worked for you.

Frequently Asked Questions about SHAR Production Metadata MCP

From a checked-out repository, run `npm install` and then `npm start`.

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewSHAR Production Metadata MCP AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/shar-production-metadata-mcp?style=directory)](https://allmcps.com/mcp/shar-production-metadata-mcp)
HTML Embed
<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>

Technical Specs & Signals

CategoryπŸŽ₯Multimedia Process
PricingFree
More technical detailsExpand β–Ύ
TransportSTDIO
RuntimeNode.js
AuthNo auth required
LicenseMIT
MaintenanceStable
ClientsClaude Desktop, Cursor, Cline / VS Code, Windsurf, Claude Code, VS Code (GitHub Copilot)
Last updatedSep 8, 2026
Views6
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
GitHub stars0
GitHub Star CountTotal stargazers on GitHub representing community popularity (0 stars).
39Quality signal: Fair Β· 39/100How this signal is calculated β–Ύ
Server availabilityNot measured

Not scored for repo-hosted servers β€” we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership10/20
Documentation & tools17/30
Adoption & activity1/15
Community engagement1/10

A guidance signal from public completeness & health data β€” not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

β˜… FeaturedMoxie Docs MCP logo

Moxie Docs MCP

MCP & Agent Skills for Automated Documentation, and codebase conventions + context

Explore Server β†’

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to unlock edit access and the Official badge β€” proof is checked automatically, then reviewed by our team.

Free dofollow backlink: add your website and place the AllMCPs badge on it β€” no claim needed. We detect it automatically and keep it verified as long as the badge stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in πŸŽ₯ Multimedia Process β†’Best MCP servers for Multimedia & Media Processing β†’Alternatives to SHAR Production Metadata MCP β†’Install in Claude DesktopInstall in CursorInstall in VS Code