complyeah-mcp
OfficialClick on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@complyeah-mcplist my domains"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
complyeah-mcp
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).
Related MCP server: reptor-mcp
Tools
Tool | What it does |
| Confirm your key and show the account it belongs to. |
| List your domains and verification status. |
| List your scans. |
| Get one scan and its status. |
| List a scan's findings (severity, CVSS, remediation, fingerprint). |
| 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 startLicense
MIT — see LICENSE.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Flicense-qualityFmaintenanceAn MCP server that integrates various penetration testing tools, enabling security professionals to perform reconnaissance, vulnerability scanning, and API testing through natural language commands in compatible LLM clients like Claude Desktop.Last updated7
- Alicense-qualityDmaintenanceAn MCP server that exposes the pentest reporting and automation features of SysReptor as programmable tools for AI agents and automated workflows. It enables users to manage findings, projects, and templates through a standardized interface by wrapping the reptor CLI.Last updated8MIT
- Alicense-qualityCmaintenanceMCP server enabling AI assistants to interact with the Qualys vulnerability management platform. Supports investigation, risk assessment, compliance, remediation, security overview, and report management.Last updated7441MIT
- Alicense-qualityCmaintenanceMCP server for ai-scanner that enables AI agents to scan codebases for LLM usage, AI frameworks, and exposed secrets.Last updated531MIT
Related MCP Connectors
MCP server for Pentest-Tools.com: run scans, manage findings and reports via your preffered LLM.
MCP server for AI agents to plan, verify, and deploy Cloudflare-native apps.
MCP server for AI dialogue using various LLM models via AceDataCloud
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/complyeah/complyeah-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server