MantaGet Started
Docs/Getting Started
Start here

Getting Started with Manta

Create an account and run your first security scan in under 5 minutes.

1Create Your Account

Sign up with your email or connect your wallet:

Already have an account? Sign in

2Buy Scan Credits

Purchase credits with SOL. 1 credit = 1 scan.

1 Scan

$5

Try it out

10 Scans

$40

Save 20%

50 Scans

$175

Save 30%

Credits never expire. Pay with SOL — instant delivery, no KYC.

3Run Your First Scan

From your dashboard, select a scanner and paste your code or config:

Choose a scanner type

MCP Audit, Prompt Injection, Tool Fuzzer, and more

Paste your input

Code, config JSON, or endpoint URL depending on scanner

Get results instantly

Findings with severity ratings and remediation guidance

Example Results:

🔍 Scan complete
[CRITICAL] shell_exec has no sandboxing
[HIGH] read_file allows path traversal
[MEDIUM] No rate limiting on tool calls
3 vulnerabilities found

8 Security Scanners

MCP Audit

Static analysis of MCP server code for vulnerabilities

Prompt Injection

Test for jailbreak and bypass attacks

Tool Fuzzer

Fuzz tool inputs to find edge cases

SSRF Detection

Test for server-side request forgery

View all 8 scanners →

API Access

Integrate Manta into your workflow with our REST API:

# Run a scan via API
curl -X POST https://api.manta.red/api/scan \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{"type": "mcp-audit", "input": "..."}'

Generate API keys from your dashboard.

Next Steps