development-tools / io.github.cicicalex/engine
io.github.cicicalex/engine 4.2.1
4.2.1
io.github.cicicalex/engine
AIN bias & stability engine: finance, gaming, AI, crypto. 68 tools across 11 categories.
Install with terminal
Install this server using the terminal command below.
ZPL_API_KEY=<secret> ZPL_MODE=pure ANTHROPIC_API_KEY=<secret> npx -y zpl-engine-mcp
Connect
Copy/paste this example snippet into your MCP client configuration, then fill in any required auth values.
{
"mcpServers": {
"engine": {
"command": "npx",
"args": [
"-y",
"zpl-engine-mcp"
],
"env": {
"ZPL_API_KEY": "<secret>",
"ZPL_MODE": "pure",
"ANTHROPIC_API_KEY": "<secret>"
}
}
}
}
JSON
{
"server": {
"name": "io.github.cicicalex/engine",
"title": null,
"description": "AIN bias & stability engine: finance, gaming, AI, crypto. 68 tools across 11 categories.",
"version": "4.2.1",
"packages": [
{
"registry": {
"type": "npm"
},
"identifier": "zpl-engine-mcp",
"version": "4.2.1",
"transport": {
"type": "stdio"
},
"environment_variables": [
{
"description": "User API key from zeropointlogic.io/dashboard/api-keys.",
"is_required": true,
"is_secret": true,
"name": "ZPL_API_KEY"
},
{
"description": "pure (default) hides AIN score from the AI... coach exposes the score.",
"default": "pure",
"name": "ZPL_MODE"
},
{
"description": "Only required for the 8 AI-eval tools...",
"is_secret": true,
"name": "ANTHROPIC_API_KEY"
}
]
}
],
"remotes": null,
"repository": {
"url": "https://github.com/cicicalex/zpl-engine-mcp",
"source": "github"
},
"icons": null,
"website_url": null,
"latest": true,
"created_at": "2026-05-19T19:23:43.648Z",
"updated_at": "2026-05-19T19:23:43.648Z"
}
}