← Back to Plugins
MCP Server MCP

rendercheck

github By github 👁 1 views ▲ 0 votes

Check generated audio, video and stills for defects. Returns a verdict, not more media.

Homepage Verified source GitHub

Install

uvx rendercheck

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "pypi",
      "registryBaseUrl": "https://pypi.org",
      "identifier": "rendercheck",
      "version": "0.4.1",
      "runtimeHint": "uvx",
      "transport": {
        "type": "stdio"
      },
      "packageArguments": [
        {
          "value": "mcp",
          "type": "positional"
        }
      ],
      "environmentVariables": [
        {
          "description": "Only for the optional `looks ok` vision check. Every other check is deterministic and needs no key.",
          "isSecret": true,
          "name": "ANTHROPIC_API_KEY"
        }
      ]
    }
  ]
}
mcp model-context-protocol pypi

Comments

Sign in to leave a comment

Loading comments...