brilliant-directories-mcp
v6.58.2
io.github.brilliantdirectories/brilliant-directories-mcp
Official MCP server for Brilliant Directories — manage members, posts, leads, reviews, and more.
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.
v6.58.2
io.github.brilliantdirectories/brilliant-directories-mcp
Official MCP server for Brilliant Directories — manage members, posts, leads, reviews, and more.
v3.1.0
io.github.pvliesdonk/markdown-vault-mcp
Markdown vault MCP server with FTS5 + semantic search and frontmatter indexing
v0.3.0
io.github.opendata-kr/narajangteo-opening
나라장터 낙찰정보서비스 Open API를 위한 로컬 MCP 서버
v3.10.1
io.github.webdriverio/mcp
MCP server with WebdriverIO for browser and mobile app automation (iOS/Android via Appium)
v0.0.53
io.github.cablate/google-map
18 Google Maps tools for AI agents — geocode, search, directions, weather, and more.
v1.0.0
ai.arpi/arpi-mcp
AI-powered ECG analysis: submit ECG images and receive diagnosis reports from ARPI's ECG AI.
{
"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"
}
}