← Back to Plugins
MCP Server MCP

io.github.cicicalex/engine

github By github 👁 1 views ▲ 0 votes

AIN bias & stability engine: finance, gaming, AI, crypto. 68 tools across 11 categories.

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "zpl-engine-mcp",
      "version": "4.2.1",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "User API key from zeropointlogic.io/dashboard/api-keys. Format: zpl_u_ + 48 hex chars. Service keys (zpl_s_) are rejected since v3.5.0.",
          "isRequired": true,
          "isSecret": true,
          "name": "ZPL_API_KEY"
        },
        {
          "description": "pure (default) hides AIN score from the AI on text-evaluation tools to prevent observer effect. coach exposes the score.",
          "default": "pure",
          "name": "ZPL_MODE"
        },
        {
          "description": "Engine base URL. Defaults to https://engine.zeropointlogic.io.",
          "default": "https://engine.zeropointlogic.io",
          "name": "ZPL_ENGINE_URL"
        },
        {
          "description": "Only required for the 8 AI-eval tools (zpl_consistency_test, zpl_sycophancy_score, etc). Session capped at 100 Claude calls per process.",
          "isSecret": true,
          "name": "ANTHROPIC_API_KEY"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...