audited-mcp
v1.0.0
Published
MCP server for audited.xyz — AI-powered security audits
Maintainers
Readme
audited-mcp
MCP server for audited.xyz — AI-powered security audits.
Tools
| Tool | Description | Auth required |
|---|---|---|
| list_reports | List public audit reports (filter by project type) | No |
| get_report | Get full markdown report by slug | No |
| get_findings | Get findings with severity, description, and fixes | No |
| start_audit | Start a new audit from a GitHub URL | Yes |
| check_status | Check audit generation progress | Yes |
Setup
Claude Desktop
Add to ~/Library/Application Support/Claude/claude_desktop_config.json:
{
"mcpServers": {
"audited": {
"command": "npx",
"args": ["-y", "audited-mcp"],
"env": {
"AUDITED_API_KEY": "your-api-key"
}
}
}
}Claude Code
claude mcp add audited npx audited-mcpEnvironment Variables
| Variable | Required | Description |
|---|---|---|
| AUDITED_API_KEY | For start_audit | API key from audited.xyz |
| AUDITED_URL | No | Override base URL (default: https://audited.xyz) |
