Complyeah
БесплатноНе проверенMCP server for complyeah that enables AI assistants to list domains and scans, read findings, and start external penetration tests through the complyeah API.
Описание
MCP server for complyeah that enables AI assistants to list domains and scans, read findings, and start external penetration tests through the complyeah API.
README
A Model Context Protocol server for complyeah. It lets an MCP-compatible AI assistant (Claude Desktop, IDE assistants, and others) use your complyeah account: list domains and scans, read findings, and start an external penetration test.
It is a thin client of the complyeah REST API — the same API documented at https://complyeah.com/api. Reads are free; starting a comprehensive scan spends one scan credit, exactly as in the web app.
Setup
Create an API key on your account's API page and copy it (it's shown once). Keys look like
cmply_live_….Add the server to your MCP client. For Claude Desktop, in
claude_desktop_config.json:{ "mcpServers": { "complyeah": { "command": "npx", "args": ["-y", "complyeah-mcp"], "env": { "COMPLYEAH_API_KEY": "cmply_live_your_key_here" } } } }Restart the client. The
complyeahtools appear automatically.
The key is read from the COMPLYEAH_API_KEY environment variable — it is never
passed through the model. To point at a non-default API host, set
COMPLYEAH_API_URL (defaults to https://api.complyeah.com).
Tools
| Tool | What it does |
|---|---|
whoami |
Confirm your key and show the account it belongs to. |
list_domains |
List your domains and verification status. |
list_scans |
List your scans. |
get_scan |
Get one scan and its status. |
get_findings |
List a scan's findings (severity, CVSS, remediation, fingerprint). |
trigger_scan |
Start a scan on a verified domain. Comprehensive spends one credit. |
trigger_scan is marked as a non-read-only action, so a well-behaved host asks
for your confirmation before it runs. It accepts an optional idempotency_key
so a retried request never starts (or charges for) a second scan.
Develop
npm install
npm run build # compiles src/ -> dist/
COMPLYEAH_API_KEY=cmply_live_… npm start
License
MIT — see LICENSE.
Установка Complyeah
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/complyeah/complyeah-mcpFAQ
Complyeah MCP бесплатный?
Да, Complyeah MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Complyeah?
Нет, Complyeah работает без API-ключей и переменных окружения.
Complyeah — hosted или self-hosted?
Доступен hosted-вариант: Unyly запускает сервер в облаке, локальная установка не обязательна.
Как установить Complyeah в Claude Desktop, Claude Code или Cursor?
Открой Complyeah на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
Fetch
Web content fetching and conversion for efficient LLM usage.
AWS KB Retrieval
Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.
автор: modelcontextprotocolSpring AI MCP Server
Provides auto-configuration for setting up an MCP server in Spring Boot applications.
llm-analysis-assistant
A very streamlined mcp client that supports calling and monitoring stdio/sse/streamableHttp, and can also view request responses through the /logs page. It also
автор: xuzexin-hzCompare Complyeah with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории ai
