engine
About
AIN bias & stability engine: finance, gaming, AI, crypto. 68 tools across 11 categories.
Use this server
Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.
Transportstdio (runs a local command)
Env vars
ZPL_API_KEY ZPL_MODE ZPL_ENGINE_URL ANTHROPIC_API_KEYClaude Code
claude mcp add --env ZPL_API_KEY= --env ZPL_MODE= --env ZPL_ENGINE_URL= --env ANTHROPIC_API_KEY= engine -- npx zpl-engine-mcp
Cursor
If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.
VS Code
code --add-mcp '{"name":"engine","command":"npx","args":["zpl-engine-mcp"],"env":{"ZPL_API_KEY":"","ZPL_MODE":"","ZPL_ENGINE_URL":"","ANTHROPIC_API_KEY":""}}'
JSON
{
"mcpServers": {
"engine": {
"command": "npx",
"args": [
"zpl-engine-mcp"
],
"env": {
"ZPL_API_KEY": "",
"ZPL_MODE": "",
"ZPL_ENGINE_URL": "",
"ANTHROPIC_API_KEY": ""
}
}
}
}
Environment variables are listed by name only — fill in your own values. Entries never carry secrets.