
Smartguard Mcp
Run AI-assisted smart contract security audits from your coding agent before mainnet or testnet deploys.
Overview
SmartGuard MCP is a MCP server for the Ship phase that provides AI-assisted smart contract security audit tools callable from coding agents.
What is this MCP server?
- SmartGuard-branded MCP tools tailored for smart contract review workflows
- Fits Claude Code, Cursor, and other agents that support stdio MCP
- npm package smartguard-mcp (v0.1.1) with stdio transport
- Shares quantum-shield maintainer ecosystem with QuantumGuard and VaultGuard
- Accelerates first-pass vulnerability triage before manual expert review
- npm identifier: smartguard-mcp at version 0.1.1
- Transport: stdio
- MCP server schema dated 2025-12-11
What problem does it solve?
Shipping Solidity without a repeatable audit pass leaves you guessing which exploit classes you missed until someone else finds them on-chain.
Who is it for?
Solo Web3 builders who want agent-driven contract reviews integrated into ship-phase security, not a separate audit portal.
Skip if: Pure frontend Vue projects with no on-chain code, or teams that only need post-quantum application crypto scans.
What do I get? / Deliverables
After install, your agent can run SmartGuard audit workflows and return actionable security findings you can fix before deploy.
- Agent-driven smart contract security findings list
- Repeatable audit invocations tied to your repo workflow
- Pre-deploy triage input for human auditors or bug bounty
Recommended MCP Servers
Journey fit
How it compares
On-chain smart contract audit MCP, not a DeFi vault analyzer or post-quantum app crypto scanner.
Common Questions / FAQ
Who is SmartGuard MCP for?
Developers building smart contracts with Claude Code or Cursor who want MCP-native security audit tools in the same session as their edits.
When should I use SmartGuard MCP?
Use it in ship security before testnet or mainnet release, and again after large contract refactors.
How do I add SmartGuard MCP to my agent?
Install smartguard-mcp from npm, configure a stdio MCP server entry in your agent settings, restart, then invoke SmartGuard tools against your contract workspace.