RFP.ai
v1.0.1
ai.rfp/rfp-ai
Draft cited RFP and security questionnaire answers from your knowledge base, with human review
io.github.cicicalex/engine · v4.2.1
AIN bias & stability engine: finance, gaming, AI, crypto. 68 tools across 11 categories.
engine 是一个MCP Server,收录自 官方 MCP Registry。支持 stdio 传输。本页提供 Cursor、Claude Code 等客户端的安装配置片段。
选择你的平台查看安装方式
{
"mcpServers": {
"engine": {
"command": "npx",
"args": [
"-y",
"zpl-engine-mcp"
],
"env": {
"ZPL_API_KEY": "<ZPL_API_KEY>"
}
}
}
}ZPL_API_KEY必填secretUser 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可选secretOnly required for the 8 AI-eval tools (zpl_consistency_test, zpl_sycophancy_score, etc). Session capped at 100 Claude calls per process.
v1.0.1
ai.rfp/rfp-ai
Draft cited RFP and security questionnaire answers from your knowledge base, with human review
v1.1.0
io.github.xenarch-ai/xenarch-mcp
Xenarch — x402 MCP server for AI agent payments. Non-custodial, USDC on Base L2.
v1.0.0
com.docimprint/api
AI document intelligence: extract, summarize, claim-check, and notarize with on-chain proofs.
v0.14.0
io.github.blackwell-systems/agent-lsp
Stateful LSP runtime for AI agents — 50+ tools across 30+ languages via MCP.
v0.2.13
io.github.hostinger/hostinger-api-mcp
MCP server for Hostinger API
v0.41.0
io.github.zhitongblog/unterm
The terminal AI agents can drive: spawn panes, run commands, read screens, scrolling screenshots.
{
"id": "io.github.cicicalex/engine",
"type": "mcp-server",
"version": "4.2.1",
"displayName": "engine",
"description": "AIN bias & stability engine: finance, gaming, AI, crypto. 68 tools across 11 categories.",
"repository": {
"url": "https://github.com/cicicalex/zpl-engine-mcp",
"source": "github"
},
"distribution": {
"packages": [
{
"registryType": "npm",
"identifier": "zpl-engine-mcp",
"version": "4.2.1",
"transport": "stdio",
"environmentVariables": [
{
"name": "ZPL_API_KEY",
"description": "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.",
"isRequired": true,
"isSecret": true
},
{
"name": "ZPL_MODE",
"description": "pure (default) hides AIN score from the AI on text-evaluation tools to prevent observer effect. coach exposes the score."
},
{
"name": "ZPL_ENGINE_URL",
"description": "Engine base URL. Defaults to https://engine.zeropointlogic.io."
},
{
"name": "ANTHROPIC_API_KEY",
"description": "Only required for the 8 AI-eval tools (zpl_consistency_test, zpl_sycophancy_score, etc). Session capped at 100 Claude calls per process.",
"isSecret": true
}
]
}
],
"remotes": []
},
"dependencies": [],
"installTargets": [
"claude-code",
"claude-desktop",
"cursor",
"vscode"
],
"keywords": [],
"provenance": {
"origin": "official-mcp-registry",
"originalId": "io.github.cicicalex/engine",
"originalUrl": "https://registry.modelcontextprotocol.io/v0.1/servers/io.github.cicicalex%2Fengine/versions/latest",
"isOfficial": true,
"status": "active"
}
}