Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"solodit": {
"env": {
"SOLODIT_API_KEY": "sk_new_key"
},
"args": [
"-y",
"@marchev/claudit@latest"
],
"command": "npx"
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
Smart contract security findings for AI coding agents
Run this in your terminal to verify the server starts. Then let us know if it worked — your result helps other developers.
npx -y '@marchev/claudit' 2>&1 | head -1 && echo "✓ Server started successfully"
After testing, let us know if it worked:
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
Checked @marchev/claudit against OSV.dev.
Click any tool to inspect its schema.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in security
An evil MCP server used for redteam testing
AI-powered reverse engineering assistant that bridges IDA Pro with language models through MCP.
mcpki-server is the backend infrastructure for https://www.mcpki.org, enabling secure public key management and autonomous certificate handling for large language models (LLMs).
IAM Policy Autopilot is an open source static code analysis tool that helps you quickly create baseline AWS IAM policies that you can refine as your application evolves. This tool is available as a command-line utility and MCP server for use within AI coding assistants for quickly building IAM policies.
MCP Security Weekly
Get CVE alerts and security updates for Claudit and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
Smart contract security findings for AI coding agents
Search Solodit's 20,000+ audit findings from Claude Code and Codex CLI.
curl -fsSL https://raw.githubusercontent.com/marchev/claudit/main/install.sh | sh
The installer detects Claude Code and/or Codex CLI, prompts for your Solodit API key, and registers the MCP server.
Then just ask:
> Find 5 solo findings by 0x52 at Sherlock
claude mcp add --scope user --transport stdio solodit \
--env SOLODIT_API_KEY=sk_your_key_here \
-- npx -y @marchev/claudit@latest
# (Optional) Install companion skill
mkdir -p ~/.claude/skills/solodit
curl -fsSL https://raw.githubusercontent.com/marchev/claudit/main/.claude/skills/solodit/SKILL.md \
-o ~/.claude/skills/solodit/SKILL.md
codex mcp add solodit \
--env SOLODIT_API_KEY=sk_your_key_here \
-- npx -y @marchev/claudit@latest
search_findingsSearch across all findings with filters.
| Parameter | Type | Description |
|---|---|---|
keywords | string | Text search in title and content |
severity | string[] | HIGH MEDIUM LOW GAS (case-insensitive) |
firms | string[] | Audit firm names |
tags | string[] | Vulnerability tags |
language | string | Programming language |
protocol | string | Protocol name (partial match) |
reported | string | 30 60 90 alltime |
sort_by | string | Recency Quality Rarity |
sort_direction | string | Desc (default) Asc |
page | int | Page number (default 1) |
page_size | int | Results per page (default 10, max 100) |
advanced_filters | object | See below |
| Field | Type | Description |
|---|---|---|
quality_score | number | Minimum quality score (0-5) |
rarity_score | number | Minimum rarity score (0-5) |
user | string | Finder/auditor handle |
min_finders | number | Minimum number of finders |
max_finders | number | Maximum number of finders |
reported_after | string | ISO date string |
protocol_category | string[] | Protocol categories |
forked | string[] | Forked protocol names |
get_findingGet full details for a specific finding by numeric ID, Solodit URL, or slug.
get_filter_optionsList all valid filter values — firms, tags, categories, languages — with finding counts.
Search Solodit for oracle manipulation HIGH severity findings
Find all Sherlock findings about flash loans
What reentrancy issues exist in lending protocols?
Show me solo findings by 0x52
Get recent HIGH severity Solidity findings sorted by quality
Claude Code:
claude mcp remove solodit
claude mcp add --scope user --transport stdio solodit \
--env SOLODIT_API_KEY=sk_new_key \
-- npx -y @marchev/claudit@latest
Codex CLI:
codex mcp remove solodit
codex mcp add solodit \
--env SOLODIT_API_KEY=sk_new_key
... [View full README on GitHub](https://github.com/marchev/claudit#readme)