Findings should reach the agent that can fix them.
Connect complyeah to your AI coding workflow. Your agent reads the finding and remediation, changes your code, helps deploy it, then asks complyeah to independently re-verify the live site.
MCP server
Give Claude, Cursor, Codex, and other MCP clients structured access to domains, findings, reports, and re-verification.
Setup guideAgent Plugin
Install a packaged skill plus MCP tools so your agent follows the complete find → fix → deploy → verify workflow.
Install pluginREST API
Use bearer-token JSON endpoints for custom automations, CI, reports, External Security, and Agent Readiness.
Open API docsA verified fix loop, inside your agent.
The MCP server is a thin client of your complyeah account. The API key stays in the client environment, outside the model conversation. Reads and finding re-verification are free; paid scans and journey runs keep the same account allowances.
- 1
Read the evidence
The agent retrieves exact findings, affected targets, and remediation guidance.
- 2
Apply and deploy
It edits your own code or hosting configuration. Complyeah never receives repository access.
- 3
Re-verify independently
The agent calls complyeah against the live site. Only that check can mark the finding fixed.
{
"mcpServers": {
"complyeah": {
"command": "npx",
"args": ["-y", "complyeah-mcp@latest"],
"env": { "COMPLYEAH_API_KEY": "cmply_live_..." }
}
}
}The workflow, not just the tools.
The complyeah Agent Plugin follows the current plugin package standard: a reusable security-remediation skill combined with the complyeah MCP server. It teaches the agent when to inspect, fix, deploy, and verify again, including when to ask before spending an allowance.
Install from GitHub
codex plugin marketplace add complyeah/complyeah-agent-plugin
# Then install “complyeah” from the Plugins DirectorySet COMPLYEAH_API_KEY when the plugin prompts for its MCP credential.
Building your own integration?
The API reference remains a separate, focused developer document with authentication, endpoints, errors, and examples.
Read the API docs