Serversio.github.Perf-AI/perf-mcp
M

io.github.Perf-AI/perf-mcp

io.github.Perf-AI/perf-mcp · v0.1.1
▦ npm
v0.1.1npm npm: perf-mcp↗ Repository
{}server.json

The full server descriptor as registered with IndusMCP.

{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
  "name": "io.github.Perf-AI/perf-mcp",
  "description": "Fact-check and fix AI outputs. Hallucination detection, schema validation, auto-repair.",
  "repository": {
    "url": "https://github.com/Perf-Technology/perf-mcp",
    "source": "github"
  },
  "version": "0.1.1",
  "packages": [
    {
      "registryType": "npm",
      "identifier": "perf-mcp",
      "version": "0.1.1",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Your Perf API key (get one at dashboard.withperf.pro)",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "PERF_API_KEY"
        }
      ]
    }
  ],
  "_meta": {
    "dev.indusmcp/source": "official-registry-mirror",
    "dev.indusmcp/synced": "2026-05-12"
  }
}