
Aikido Mcp
Run automated security analysis on Aiken smart contracts for Cardano before mainnet deploys.
Overview
Aikido MCP is a MCP server for the Ship phase that runs security analysis on Aiken smart contracts on Cardano using 75 vulnerability detectors.
What is this MCP server?
- 75 vulnerability detectors aimed at Aiken smart contracts on Cardano
- stdio npm MCP server (aikido-mcp) version 0.1.1
- Optional AIKIDO_BINARY env var with auto-detect fallback
- Wraps the Aikido Security Analysis Platform from the repo mcp-server subfolder
- MCP server version 0.1.1
- npm package identifier aikido-mcp
Community signal: 2 GitHub stars.
What problem does it solve?
Shipping Cardano smart contracts without a fast, agent-callable static analysis pass leaves obvious Aiken-specific bugs easy to miss.
Who is it for?
Indie Cardano builders using Aiken who want MCP-driven security scans in the same workflow as codegen and tests.
Skip if: Teams building non-Cardano chains, pure frontend apps, or anyone expecting full formal verification without the Aikido toolchain.
What do I get? / Deliverables
Your agent can invoke Aikido detectors locally and return actionable security findings before you deploy or open-source contract code.
- Detector-backed security findings for Aiken contract sources
- Agent-summarized issue list suitable for fix commits
- Repeatable pre-deploy scan callable from MCP
Recommended MCP Servers
Journey fit
How it compares
Specialized Cardano/Aiken security MCP, not a general web-app OWASP scanner skill.
Common Questions / FAQ
Who is Aikido MCP for?
Developers writing Aiken smart contracts on Cardano who want agent-triggered security analysis via MCP.
When should I use Aikido MCP?
Use it in ship-security reviews after contract changes and before mainnet or public audit handoffs.
How do I add Aikido MCP to my agent?
Install aikido-mcp from npm, configure the stdio MCP entry, set AIKIDO_BINARY if needed, and ensure the Aikido analysis binary is available on your PATH.