Live on the Model Context Protocol

Every cybersecurity service, callable by any AI agent.

20 tools. From compliance checks to vulnerability scans to code security analysis. Pay per call via x402 micropayments or API key. No subscriptions, no minimums.

20
Security Tools
4+
Compliance Frameworks
$0.10
Cheapest Call
MCP
Native Integration
How It Works

Built for autonomous AI agents

Drop-in MCP server with structured tool definitions. Your agent calls them. We handle the security engines.

1

Connect

Add AgentAegis to your MCP client config (Claude Desktop, custom agent, n8n) or POST to /mcp over HTTP.

2

Authorize

Use an API key (monthly budget) or pay per call with x402 micropayments — USDC on Base. No subscription, no commitment.

3

Call tools

Your agent invokes any of 20 tools — compliance checks, vuln scans, code audits, threat intel — with structured input/output.

4

Get structured results

Tools return JSON your agent can act on directly. Severity ratings, remediation steps, references — all machine-readable.

Tool Catalog

20 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.

compliance_framework_check$0.50
Assess posture against SOC 2, ISO 27001, HIPAA, PCI-DSS, NIST CSF
Compliance
evidence_collect$0.25
Generate evidence collection plans for audit controls
Compliance
control_gap_analysis$0.50
Prioritized remediation roadmap with effort estimates
Compliance
audit_report_generate$1.00
Audit-ready compliance reports for board, auditor, regulator
Compliance
policy_generate$0.50
Tailored security policies (incident response, access control, etc.)
Compliance
vuln_scan_network$1.00
Scan IPs/domains for open ports, services, vulnerabilities
Vuln Mgmt
vuln_scan_web_app$1.50
OWASP Top 10 web app vulnerability scan
Vuln Mgmt
vuln_prioritize$0.25
EPSS + business-context risk scoring
Vuln Mgmt
cve_lookup$0.10
CVE details, CVSS, KEV status, patches
Vuln Mgmt
ssl_tls_audit$0.25
Cert validity, protocols, ciphers, vulnerabilities
Vuln Mgmt
sast_scan$1.00
Static analysis for security vulnerabilities (8+ languages)
Code
secret_scan$0.50
Detect hardcoded secrets, API keys, tokens
Code
dependency_audit$0.50
CVE check across npm, pip, Go, Ruby, Java, Cargo
Code
incident_triage$0.75
Classify incidents, generate response plans, suggest containment
Blue Team
threat_intel_lookup$0.25
IOC lookup against threat intel feeds
Blue Team
dns_security_check$0.25
SPF, DKIM, DMARC, DNSSEC, dangling records
Blue Team
email_security_audit$0.50
Comprehensive email security with hardening recommendations
Blue Team
access_review$0.50
Audit user access against least-privilege principles
Identity
mfa_audit$0.25
MFA coverage and method strength assessment
Identity
credential_check$0.50
Check email/domain in known breach databases
Offensive
Pricing

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
Get Beta Access
Integration

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.

claude_desktop_config.json
"mcpServers": {
  "agentaegis": {
    "command": "node",
    "args": ["./agentaegis-mcp/dist/index.js"],
    "env": {
      "AGENTAEGIS_API_KEY": "aegis_..."
    }
  }
}