API KEYHTTP6 TOOLS
Axen
Continuous security scanning with an agent-first workflow: your AI lists open findings, runs scans, reports fixes and dismisses false positives — closing the loop between detection and patch.
MCP access is included with an active Axen subscription — create your account, subscribe, then connect below.
ENDPOINT
https://xezyvsaeaijayuocijhn.supabase.co/functions/v1/mcpStreamable HTTP MCP server. Requires an active Axen subscription and an API key from your account dashboard.
INSTALL
Connect it in seconds
RECOMMENDED · LET YOUR AI DO IT
Copy this block and paste it into Claude, Cursor or any AI agent — it detects your client and finishes the setup for you.
Add the Axen MCP server to my setup.
Server name: axen
Endpoint (streamable HTTP): https://xezyvsaeaijayuocijhn.supabase.co/functions/v1/mcp
Auth: API key — requires an active Axen subscription. I'll get my key in my account at https://axen.solutions, and you should ask me for it when the config needs it.
- Claude Code: run `claude mcp add axen --transport http https://xezyvsaeaijayuocijhn.supabase.co/functions/v1/mcp --header "Authorization: Bearer YOUR_API_KEY"`
- Cursor, Windsurf or any JSON-config client: add {"mcpServers":{"axen":{"url":"https://xezyvsaeaijayuocijhn.supabase.co/functions/v1/mcp","headers":{"Authorization":"Bearer YOUR_API_KEY"}}}}
After connecting, list the server's tools and give me a one-line summary of what each one does.CLAUDE CODE · TERMINAL
One command — swap YOUR_API_KEY for your key.
claude mcp add axen --transport http https://xezyvsaeaijayuocijhn.supabase.co/functions/v1/mcp --header "Authorization: Bearer YOUR_API_KEY"CURSOR · WINDSURF · ANY JSON CLIENT
Add this to your client's MCP config file (e.g. .cursor/mcp.json).
{
"mcpServers": {
"axen": {
"url": "https://xezyvsaeaijayuocijhn.supabase.co/functions/v1/mcp",
"headers": {
"Authorization": "Bearer YOUR_API_KEY"
}
}
}
}TOOLS
What your AI can do with Axen
axen_status
axen_list_findings
axen_get_finding
axen_run_scan
axen_report_fix
axen_dismiss
