mcpbeat Sign in

Engine MCP Server

by cicicalex Your server? Claim it
local only

Engine runs on your own machine — the client starts it, so there is no endpoint to ping. 54 installs a week from npm. Last commit 2 Aug 2026.

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

The author archived this repository on GitHub, meaning it is no longer maintained.

Installs per day peak 182 · avg 22 · +134% w/w
a month agotoday
54
Installs / week
npm · zpl-engine-mcp
0
Stars
0 open issues
2 Aug 2026
Last commit
0 releases in 90 days
License
TypeScript

What the code does

We read the source, 20 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

Runs an external command src/setup.ts:96
    const child = spawn(cmd, args, {

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add engine -- npx -y zpl-engine-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "engine": {
      "args": [
        "-y",
        "zpl-engine-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.engine]
command = "npx"
args = ["-y", "zpl-engine-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "engine": {
      "args": [
        "-y",
        "zpl-engine-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "engine": {
      "args": [
        "-y",
        "zpl-engine-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: ZPL_API_KEY (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 (Only required for the 8 AI-eval tools (zpl_consistency_test, zpl_sycophancy_score, etc). Session capped at 100 Claude calls per process.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Engine

same job, measured the same way
Thousand API
by thousand-api

Certainty for AI Agents. Deterministic MCP tools for dates, crypto, finance. 84 tools.

84 tools answering
I
VARRD — Statistically Validated Trading Edges + AI Research Engine
by augiemazza

Validated trading edges across futures, equities, crypto. Live signals, full audit trail.

9 tools answering
Sentinel Execution MCP
by rohith1125

AI-controlled algorithmic trading engine exposing 40 MCP tools across 9 namespaces.

36 installs/wk local only
Ragalgo
by kokogo100

Dynamic RAG Engine preventing AI hallucinations in Korean Finance and Crypto markets.

35 installs/wk local only
Bitcompare
by bitcompare

Crypto yield data for AI agents: lending, savings, staking, borrowing & stablecoin rates. 18 tools.

31 installs/wk 21 tools answering
I
Binance Spot (security-first) + crypto analyst
by alejandrehl

Security-first Binance Spot MCP + honest crypto analyst. 25 tools, 5 prompts, human-gated orders.

174 installs/wk local only
FreeToolHub
by cavan1977

44 calculators for AI agents: US tax, finance, business + an MCP engineering & security suite.

44 tools answering
Rise MCP
by gzlo

RISE CRM MCP server — 36 tools across CRM, projects, tickets, finance, sales, HR, and reports.

88 installs/wk local only

Engine — questions

Answers built from our own checks of this server.

Why is there no uptime for Engine?
Engine runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package zpl-engine-mcp was installed 54 times last week.
Is Engine still maintained?
The author archived this repository on GitHub, meaning it is no longer maintained. We show this because it changes what you can expect: an unmaintained server may keep answering for months and then stop without warning.
How do I connect Engine?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls zpl-engine-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Engine?
The npm package zpl-engine-mcp was installed 54 times in the last week. Week over week that is +134%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Engine open source?
We cannot say either way: written in TypeScript and 0 stars on GitHub, but we could not determine the licence, and without one the code is not open source by default.