The security layer for AI agents.
Give your AI agent pay-per-call access to 22 cybersecurity tools — vulnerability scans, threat intel, compliance checks, code security — so it can check what it's about to touch before it acts. Built on the open-source engines you already trust (nmap, Nuclei, Semgrep, sslyze, trufflehog, trivy). Pay per call via API key or x402 USDC on Base. No subscriptions, no minimums.
Built for autonomous AI agents
Drop-in MCP server with structured tool definitions. Your agent calls them. We wrap battle-tested open-source engines (nmap, Nuclei, sslyze, Semgrep, trufflehog, trivy) and threat-intel APIs (NVD, AbuseIPDB, OTX) so you get the tools you already trust, billed per call.
Connect
Add AgentAegis to your MCP client config (Claude Desktop, custom agent, n8n) or POST to /mcp over HTTP.
Authorize
Use an API key (monthly budget) or pay per call with x402 micropayments — USDC on Base. No subscription, no commitment.
Call tools
Your agent invokes any of 22 tools — compliance checks, vuln scans, code audits, threat intel — with structured input/output.
Get structured results
Tools return JSON your agent can act on directly. Severity ratings, remediation steps, references — all machine-readable.
22 cybersecurity tools, agent-native
Wrappers around best-in-class engines (nmap, Nuclei, sslyze, Semgrep, trufflehog, trivy) plus framework-aware compliance logic and threat intel aggregation. Full open-source attribution at NOTICE.md. The trust layer — agent-facing verdicts like vet_endpoint — is coming next.
Six interactive demos
Watch AgentAegis run against a fictional fintech, Quill Finance. Realistic findings, real tool output, no signup required.
Pay only for what your agent calls
Two payment methods. Same per-call prices. No subscriptions, no monthly minimums.
API Key
Best for agents you control. Set a monthly budget, get usage analytics.
- Same per-call pricing as x402
- Set monthly spend limits
- Usage dashboard & analytics
- Webhooks for async scans
- Top up via card or invoice
x402 Micropayment
No signup. Your agent pays per call via USDC on Base. Pure pay-as-you-go.
- No registration required
- USDC on Base (mainnet)
- Settlement in seconds
- Standard x402 protocol
- Works with any x402 client
Drop in. Done.
Add AgentAegis to your MCP client in one block. Works with Claude Desktop, custom agents, n8n, LangChain, and anything that speaks MCP.
"mcpServers": { "agentaegis": { "command": "node", "args": ["./agentaegis-mcp/dist/index.js"], "env": { "AGENTAEGIS_API_KEY": "aegis_..." } } }