MCP Hub
Back to servers

engine

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

Registry
Updated
Apr 17, 2026

Quick Install

npx -y zpl-engine-mcp

ZPL Engine MCP Server

Model Context Protocol (MCP) server for the Zero Point Logic Engine — a post-binary stability and neutrality analysis system.

Connects any MCP-compatible AI client (Claude Desktop, Claude Code, Cursor, Windsurf, etc.) to the ZPL Engine API for real-time bias detection, stability scoring, and neutrality analysis across multiple domains.

67 tools (63 unique + 4 backwards-compat aliases) across 11 categories: Core, Finance, Gaming, AI/ML, Security, Crypto, Certification, Advanced, Universal, Meta, and AI Eval.

What's new in v3.6.1

  • Free plan quota corrected — all docs/copy now show 5,000 tokens/month (was erroneously "500 tokens / ~14 days" in early migration draft). Engine-side was already 5,000; this release just syncs the MCP. See CHANGELOG.

What's new in v3.6.0

  • npx zpl-engine-mcp setup — one-command device-flow wizard: opens browser, authenticates with your ZPL account, creates a per-machine API key, and auto-patches claude_desktop_config.json. No more copy-paste.
  • User-key onlyZPL_SERVICE_KEY fallback removed. MCP requires a zpl_u_... user key so plan limits apply per account.

What's new in v3.4.3

  • Local dev fix — with ZPL_ENGINE_ALLOW_INSECURE_LOCAL=1, localhost / 127.0.0.1 / ::1 are accepted as engine hostnames (not only production). Use with http://127.0.0.1:PORT for a local engine.
  • Version from package.json — MCP version field, update check, and report footers no longer hardcode semver strings.
  • npm test — regression tests for engine URL validation (npm run build && node --test test/engine-url.test.mjs).

What's new in v3.4.2

  • Engine URL hardening — default allowlist is engine.zeropointlogic.io only. Self-hosted engines: set ZPL_ENGINE_HOST_ALLOWLIST=your.hostname. Local HTTP: ZPL_ENGINE_ALLOW_INSECURE_LOCAL=1 with http://127.0.0.1 only. Optional ZPL_ENGINE_DISABLE_URL_GUARD=1 disables hostname checks (not recommended). All engine fetch calls use redirect: "error" so redirects cannot carry your Bearer token to a new origin.

What's new in v3.4.1

  • v3.4.1 — Bug fixes: fixed zpl_consistency_test bias inversion (inconsistent responses now correctly lower AIN), session-budget double-counting on Claude eval tools (upfront reservation instead of post-increment), zpl_alert budget calc that silently always said "OK" (now uses the same estimate as zpl_quota), zpl_validate_input stack overflow on very large arrays (reduce loop instead of Math.min(...values)), version-check cache ignoring its own 24h window (fixed filename instead of PID-suffixed), stale version strings in zpl_account/zpl_report output. Store now honours ZPL_STORE_PATH (documented) in addition to legacy ZPL_STORE_DIR. CSV export now escapes embedded commas/quotes. API key format is validated client-side (fail-fast on obvious mis-paste, prevents accidentally leaking unrelated secrets in the Authorization header). Removed an internal engine-method reference from zpl_check_response output. Core zpl_sweep and zpl_analyze now honour the per-minute rate limiter.
  • v3.4.0 — 8 new AI Eval tools (zpl_consistency_test, zpl_sycophancy_score, zpl_refusal_balance, zpl_language_equity, zpl_persona_drift, zpl_safety_boundary, zpl_hallucination_consistency, zpl_emotional_stability) that run prompts through Claude and score response distributions with the ZPL engine. Requires a separate ANTHROPIC_API_KEY env var. Session budget cap of 100 Claude calls per process to prevent accidental spend. Multilingual propaganda-detection update for zpl_news_bias / zpl_review_bias: EN + RO + FR + DE + ES + IT keyword lists with a symmetric uniformity penalty (100% positive-only OR 100% negative-only texts trigger the same bonus).
  • v3.3.0 — Added 4 clearer "balance"-prefixed aliases: zpl_balance_check (= zpl_decide), zpl_balance_compare (= zpl_versus), zpl_balance_pair (= zpl_compare), zpl_balance_rank (= zpl_rank). Both old and new names work; old names get a DEPRECATED note in their description. Existing users keep working without changes.
  • v3.2.0 — 4 new tools: zpl_about (project info, no auth), zpl_quota (remaining tokens), zpl_score_only (minimal JSON for CI/CD), zpl_validate_input (free validation). Auto-update check, friendlier signup message, hard disclaimers on hypothetical/bias tools, RNG sample-size warnings, and bias tools re-framed as "language balance" instead of "fake/biased".
  • v3.1.0 — Added ZPL_MODE env var (pure | coach). Pure mode hides AIN scores from the AI on text-evaluation tools (zpl_check_response, zpl_news_bias, zpl_review_bias) to prevent reactivity bias / observer effect.
  • v3.0.0 (BREAKING) — Removed 5 tools that created false-authority risk: zpl_ask, zpl_certify, zpl_certificate, zpl_predict, zpl_auto_certify. AIN is a STABILITY measurement only — never a prediction or recommendation.

Setup (free, 15 seconds)

Run this in your terminal — it authenticates you, creates an API key, and writes your Claude Desktop config for you:

npx zpl-engine-mcp@latest setup

The wizard will:

  1. Open your browser to approve the CLI (sign up if you don't have an account — free, 5,000 tokens/month, no credit card)
  2. Save the key to ~/.zpl/config.toml (chmod 600)
  3. Patch your claude_desktop_config.json to add zpl-engine-mcp under mcpServers
  4. Print "Restart Claude Desktop to activate."

That's it. Claude Desktop detected? Wizard adds the entry automatically. Using Claude Code / Cursor / Windsurf? The wizard prints the exact JSON snippet to paste into your client's MCP config.

Manual setup (advanced)

If you can't run the wizard (air-gapped install, policy restriction, etc.):

  1. Sign up at zeropointlogic.io/auth/register — free, 5,000 tokens/month, no credit card.
  2. Copy your zpl_u_... key from /dashboard.
  3. Add to your Claude Desktop config:
{
  "mcpServers": {
    "zpl-engine": {
      "command": "npx",
      "args": ["-y", "zpl-engine-mcp@latest"],
      "env": {
        "ZPL_API_KEY": "zpl_u_YOUR_KEY_HERE",
        "ZPL_MODE": "pure"
      }
    }
  }
}
  1. Restart Claude Desktop.

What is ZPL Engine?

The ZPL Engine computes the AIN (AI Neutrality Index) — a mathematical measure of how stable or biased a system is. It works across:

  • Finance — market stability, portfolio bias, risk concentration, forex pairs, fear & greed
  • Gaming — economy balance, loot fairness, matchmaking, gacha audit, PvP balance
  • AI/ML — model fairness, prediction bias, dataset balance, prompt testing, benchmarks
  • Security — vulnerability distribution, risk matrix, compliance scoring
  • Crypto — whale concentration, DeFi risk, liquidity analysis, tokenomics
  • Certification — language-balance check on text, debate balance, news balance, review authenticity
  • Universal — quick decisions, structured comparison, AIN ranking, response balance check

One engine, multiple domains. The engine doesn't know what your data represents — domain "lenses" translate your specific data into the universal mathematical framework.

Modes (ZPL_MODE)

ZPL Engine MCP supports two modes for how text-evaluation results are returned:

ModeBehaviorWhen to use
pure (default)AIN score is hidden from the AI on zpl_check_response, zpl_news_bias, zpl_review_bias. The AI gets a verdict category only; the user sees the numeric score separately.Default for most users. Prevents the observer effect — once the AI knows the numeric score, its subsequent output can drift toward it, contaminating downstream analysis.
coachAIN score is exposed to the AI on all tools.When you explicitly want the AI to reason about the score (e.g. teaching mode, debugging, writing articles about balance scores).

Why this matters: stability scoring only works if the measurement doesn't change the thing it measures. If an AI sees "AIN = 42" and then writes the next paragraph, its language naturally drifts to justify the score. Pure mode breaks that feedback loop.

Set via env: "ZPL_MODE": "pure" or "ZPL_MODE": "coach".

Installation

Via npm (recommended):

npm install zpl-engine-mcp

Or clone and build:

git clone https://github.com/cicicalex/zpl-engine-mcp.git
cd zpl-engine-mcp
npm install
npm run build

Alternative client configs

Claude Code CLI (.claude/settings.json)

{
  "mcpServers": {
    "zpl-engine": {
      "command": "npx",
      "args": ["-y", "zpl-engine-mcp@latest"],
      "env": {
        "ZPL_API_KEY": "zpl_u_YOUR_KEY_HERE",
        "ZPL_MODE": "pure"
      }
    }
  }
}

Local build

{
  "mcpServers": {
    "zpl-engine": {
      "command": "node",
      "args": ["/path/to/engine-mcp/dist/index.js"],
      "env": {
        "ZPL_API_KEY": "zpl_u_YOUR_KEY_HERE"
      }
    }
  }
}

Cursor / Windsurf

Add to your MCP configuration following the respective IDE's documentation, with the same command/args/env structure.

Tool Categories (67 tools)

Unique tool names: 63. With 4 backwards-compat aliases (zpl_balance_* pairs) the registered total is 67.

CategoryToolsExamples
Core9zpl_compute, zpl_sweep, zpl_analyze, zpl_domains, zpl_health, zpl_plans, zpl_history, zpl_watchlist, zpl_report
Finance7zpl_market_scan, zpl_portfolio, zpl_fear_greed, zpl_forex_pair, zpl_sector_bias, zpl_macro, zpl_correlation
Gaming6zpl_loot_table, zpl_matchmaking, zpl_economy_check, zpl_pvp_balance, zpl_gacha_audit, zpl_rng_test
AI/ML4zpl_model_bias, zpl_dataset_audit, zpl_prompt_test, zpl_benchmark
Security3zpl_vuln_map, zpl_risk_score, zpl_compliance
Crypto4zpl_whale_check, zpl_defi_risk, zpl_liquidity, zpl_tokenomics
Certification3zpl_debate, zpl_news_bias, zpl_review_bias
Advanced7zpl_simulate, zpl_leaderboard, zpl_chart, zpl_teach, zpl_alert, zpl_versus (+ alias zpl_balance_compare)
Universal8zpl_check_response, zpl_explain, zpl_decide (+ alias zpl_balance_check), zpl_compare (+ alias zpl_balance_pair), zpl_rank (+ alias zpl_balance_rank)
Meta8zpl_about, zpl_quota, zpl_score_only, zpl_validate_input, zpl_batch, zpl_export, zpl_usage, zpl_account
AI Eval8zpl_consistency_test, zpl_sycophancy_score, zpl_refusal_balance, zpl_language_equity, zpl_persona_drift, zpl_safety_boundary, zpl_hallucination_consistency, zpl_emotional_stability

New in v3.2: Meta tools

ToolAuthPurpose
zpl_aboutNoProject info + doc links — works before signup
zpl_quotaYesRemaining tokens this month, reset date
zpl_score_onlyYesMinimal JSON {ain, status} for CI/CD pipelines
zpl_validate_inputNoInput validation with no token cost — sanity check before paying

v3.0.0 Removed Tools (and why)

RemovedWhyReplacement
zpl_askAccepted user-provided scores → returned "official AIN" → false authority riskzpl_decide, zpl_compare, zpl_rank
zpl_certifyGenerated "ZPL Certified" badge on arbitrary text → scam-tool riskzpl_check_response (raw balance score, no certification claim)
zpl_certificateGenerated "Certificate ID" + grades A+/F → enabled fake ZPL endorsementsNone — manual review only
zpl_predictName implies prediction; users misused for stock/lottery "predictions"zpl_chart (historical visualization, no forecast)
zpl_auto_certifyForced AIN badge on every Claude response → spam + false authority at scaleNone — explicit user requests only

Quick Examples

> Analyze my crypto portfolio for balance: BTC 40%, ETH 25%, SOL 15%, AVAX 10%, DOT 10%

> Check if this loot table is fair: Common 60%, Uncommon 25%, Rare 10%, Legendary 5%

> Is my ML model output balanced? Class A: 1200 predictions, Class B: 300 predictions

> Check this AI response for language balance

> Compare React vs Vue across 5 criteria

Pricing Plans

All paid plans offer 20% discount with annual billing.

PlanMonthlyAnnualMax DTokens/moKeys
Free$0d=95,0001
Basic$10/mo$8/mod=1610,0001
Pro$29/mo$23/mod=2550,0003
GamePro$69/mo$55/mod=32150,0005
Studio$149/mo$119/mod=48500,00010
Agent$199/mo$159/mod=482,000,00015
Enterprise$499/mo$399/mod=6410,000,00025
Enterprise XL$999/mo$799/mod=10050,000,00050

Token Cost

Token cost depends on the dimension tier:

DimensionTokens/callSweep (19x)Free plan (5,000, d<=9)
D3–D51195,000 calls
D6–D92382,500 calls
D10–D16595— (needs Basic+)
D17–D2515285— (needs Pro+)
D26–D3240760— (needs GamePro+)
D33–D481502,850— (needs Studio+)
D49–D645009,500— (needs Enterprise)
D65+2,00038,000— (needs Enterprise XL)

API Key Management

  • Keys are generated at zeropointlogic.io/dashboard/api-keys
  • Format: zpl_u_ + 48 hex characters (user keys). v3.5.0+: the MCP only accepts user keys. Service keys (zpl_s_...) are engine-to-engine only — server-side, IP-restricted, not MCP-usable.
  • Keys are SHA-256 hashed server-side — the plaintext is shown once at creation
  • To rotate a key: create a new key, update your MCP config, restart Claude, then delete the old key
  • If a key is compromised, delete it immediately from the dashboard — it's invalidated instantly

Environment Variables

VariableRequiredDefaultDescription
ZPL_API_KEYYes*Your user API key (zpl_u_... — 48 hex chars). *Optional for zpl_about and zpl_validate_input. Format is validated client-side. Service keys (zpl_s_...) are rejected from v3.5.0 — they're engine-to-engine only and use IP allowlisting instead of plan limits.
ZPL_MODENopurepure hides AIN from AI on text-eval tools; coach exposes it. See Modes above.
ZPL_ENGINE_URLNohttps://engine.zeropointlogic.ioEngine base URL (must match host allowlist; see Security)
ZPL_ENGINE_HOST_ALLOWLISTNoExtra allowed hostnames (comma-separated), e.g. staging.engine.example.com for self-hosted engines
ZPL_ENGINE_ALLOW_INSECURE_LOCALNounsetSet to 1 to allow http:// to localhost / 127.0.0.1 / ::1 and to treat those hostnames as allowed (no extra ZPL_ENGINE_HOST_ALLOWLIST needed for local dev)
ZPL_ENGINE_DISABLE_URL_GUARDNounsetSet to 1 to skip hostname allowlist (dangerous; mistyped URLs could exfiltrate your API key)
ZPL_RATE_LIMITNo60Max requests per minute (applies to zpl_compute, zpl_sweep, zpl_analyze)
ZPL_BUDGET_WARNNo500Token budget warning threshold
ZPL_MAX_RETRIESNo2Retry count for transient engine failures (5xx only)
ZPL_STORE_PATHNo~/.zpl-engine/Local history storage path (legacy alias: ZPL_STORE_DIR). Must resolve inside $HOME or the OS tmp dir; otherwise falls back to default.
ANTHROPIC_API_KEYOnly for AI Eval toolsRequired for the 8 AI Eval tools (zpl_consistency_test, etc.). Session capped at 100 Claude calls per process.

Architecture

Your AI Client (Claude, Cursor, etc.)
    |
    v (MCP Protocol — stdio)
ZPL Engine MCP Server (this package)
    |
    +-- Tool modules (data -> engine params)
    |   +-- finance, gaming, ai-ml, security, crypto
    |   +-- certification, advanced, universal, meta
    |
    v (HTTPS — Bearer auth)
ZPL Engine API (engine.zeropointlogic.io)
    |
    v (Post-binary computation)
    AIN Result (0.1-99.9)

The MCP server never sees or contains the engine formula. It sends (d, bias, samples) and receives (ain, deviation, status). All computation happens server-side.

Security

  • All inputs validated via Zod schemas with strict maxLength limits
  • API keys never logged or stored in plaintext locally
  • Engine URL allowlist — requests only go to engine.zeropointlogic.io unless you add hosts with ZPL_ENGINE_HOST_ALLOWLIST. Rejects userinfo embedded in ZPL_ENGINE_URL (use env vars for keys). fetch(..., { redirect: "error" }) prevents following HTTP redirects that could send your Bearer token elsewhere.
  • In-memory rate limiting (configurable)
  • Exponential backoff retry for transient engine failures (5xx only, not 4xx)
  • Fail-fast startup if ZPL_API_KEY is not set (except for no-auth tools)
  • Local history sanitizes API key prefixes before writing

IP Protection (v3.0.0+)

The ZPL Engine computation method is a trade secret of Zero Point Logic. This MCP has been hardened to never expose it:

  • Tool outputs return AIN score + status + tokens used only. No bias, deviation, p-output, dimension, or timing values are exposed.
  • The MCP never receives or processes the engine formula — it sends (d, bias, samples) to the server and receives (ain, status) back.
  • All computation happens server-side on the proprietary engine. The client-side code contains no algorithmic secrets.
  • v3.0 removed tools that allowed user-provided scores to be presented as official AIN measurements (false authority risk).

License

MIT (covers the MCP client code only). The ZPL Engine computation algorithm, AIN formula, and server-side processing are proprietary trade secrets of Zero Point Logic and are NOT covered by this license.

Author

Ciciu Alexandru-CostinelZero Point Logic

Links

See CHANGELOG.md for full version history.

Reviews

No reviews yet

Sign in to write a review