← Back to Plugins
MCP Server MCP

io.github.machinegrade/validate

github By github 👁 1 views ▲ 0 votes

Deterministic validation for AI-generated artifacts: JSON Schema, OpenAPI response, SQL syntax.

Homepage Verified source GitHub

Install

npx -y @machinegrade/[email protected]

Configuration Example

{
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://api.machinegrade.dev/mcp"
    }
  ],
  "packages": [
    {
      "registryType": "npm",
      "registryBaseUrl": "https://registry.npmjs.org",
      "identifier": "@machinegrade/validate",
      "version": "0.1.2",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Base URL of the validate API",
          "format": "string",
          "default": "https://api.machinegrade.dev",
          "name": "SANDBOX_URL"
        },
        {
          "description": "API key issued via POST https://api.machinegrade.dev/keys (free tier: 500 calls/month)",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "SANDBOX_API_KEY"
        }
      ]
    }
  ]
}
mcp model-context-protocol streamable-http npm

Comments

Sign in to leave a comment

Loading comments...