Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"contract-security": {
"command": "mcp-contract-security"
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
scan_contract currently detects heuristic patterns for: - Integer overflow/underflow risk
Run this in your terminal to verify the server starts. Then let us know if it worked — your result helps other developers.
npx -y 'mcp-contract-security' 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 mcp-contract-security against OSV.dev.
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.
Proof primitive for AI agents on MultiversX. Anchor file hashes on-chain as verifiable proofs.
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).
MCP Security Weekly
Get CVE alerts and security updates for Contract Security Scanner MCP Server and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
MCP server for smart contract security scanning.
Implements the required tools:
scan_contractcompare_security_modelsaudit_checklistSupports languages:
solidityrusttypescriptscan_contract currently detects heuristic patterns for:
The output includes:
security_scorenear_equivalent_scorenpm install -g mcp-contract-security
Published package:
{
"mcpServers": {
"contract-security": {
"command": "mcp-contract-security"
}
}
}
scan_contractInput:
{
"code": "contract source code here",
"language": "solidity"
}
compare_security_modelsInput (optional):
{
"language": "solidity"
}
audit_checklistInput (optional):
{
"language": "rust"
}
npm install
npm run check
Additional publish assets are prepared in deliverables/:
deliverables/mcp-registry-submission.mddeliverables/security-subreddit-posts.mddeliverables/blog-why-near-contracts-safer.mdserver.json (MCP Registry metadata, schema-validated)MIT