← Index

io.github.cicicalex/engine

io.github.cicicalex/engine·v3.6.1·Finance & Payments
Quality Score
85
/100

AIN stability & bias engine — neutrality index for finance, gaming, AI, crypto (63 tools).

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "engine": {
      "command": "npx",
      "args": [
        "-y",
        "zpl-engine-mcp"
      ],
      "env": {
        "ZPL_API_KEY": "<your-zpl_api_key>",
        "ZPL_MODE": "pure",
        "ZPL_ENGINE_URL": "https://engine.zeropointlogic.io",
        "ANTHROPIC_API_KEY": "<your-anthropic_api_key>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "engine": {
      "command": "npx",
      "args": [
        "-y",
        "zpl-engine-mcp"
      ],
      "env": {
        "ZPL_API_KEY": "<your-zpl_api_key>",
        "ZPL_MODE": "pure",
        "ZPL_ENGINE_URL": "https://engine.zeropointlogic.io",
        "ANTHROPIC_API_KEY": "<your-anthropic_api_key>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y zpl-engine-mcp
§02  Environment variables
ZPL_API_KEY
requiredsecret

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.

ZPL_MODE

pure (default) hides AIN score from the AI on text-evaluation tools to prevent observer effect. coach exposes the score.

ZPL_ENGINE_URL

Engine base URL. Defaults to https://engine.zeropointlogic.io.

ANTHROPIC_API_KEY
secret

Only required for the 8 AI-eval tools (zpl_consistency_test, zpl_sycophancy_score, etc). Session capped at 100 Claude calls per process.

§03  MCP Quality Score  ·  methodology
freshness
25
completeness
10
installability
25
documentation
15
stability
10
§04  Alternatives in Finance & Payments