AI smart contract forge — 8-agent security audits, generation, and compilation across 8 chains
MCPpedia last refreshed this data
io.github.Achilles1089/pentagonal-mcp is an MCP server that AI smart contract forge — 8-agent security audits, generation, and compilation across 8 chains. Its tool list has not been published yet over stdio and http, requires no API key, and scores 85/100 on MCPpedia's security, maintenance and efficiency rubric.
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"pentagonal": {
"env": {
"PENTAGONAL_KEY": "your-api-key"
},
"args": [
"-y",
"pentagonal-mcp"
],
"command": "npx"
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
AI-powered smart contract forge with an 8-agent adversarial security audit system.
Run this in your terminal to verify the server starts. Then let us know if it worked — your result helps other developers.
npx -y 'pentagonal-mcp' 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 pentagonal-mcp 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
AI-powered reverse engineering assistant that bridges IDA Pro with language models through MCP.
MCP server for RocketCyber Managed SOC — incidents, alerts, agents, and customer telemetry.
BridgeGuard MCP Server - Cross-chain bridge security audit tools for AI coding agents. Scan bri...
Regression testing for MCP servers. Checks capabilities, invokes tools, detects schema drift.
MCP Security Weekly
Get CVE alerts and security updates for io.github.Achilles1089/pentagonal-mcp and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
AI-powered smart contract forge with an 8-agent adversarial security audit system.
Generate, audit, fix, and compile Solidity and Anchor/Rust contracts across 8 chains including Ethereum, Base, Polygon, Arbitrum, Optimism, BSC, Avalanche, and Solana. Includes token intelligence lookups with market data, holder analysis, and honeypot detection. Self-learning security rules engine that improves with every audit.
Install via npm:
npx pentagonal-mcp
Add to claude_desktop_config.json:
{
"mcpServers": {
"pentagonal": {
"command": "npx",
"args": ["-y", "pentagonal-mcp"],
"env": {
"PENTAGONAL_KEY": "your-api-key"
}
}
}
}
{
"mcpServers": {
"pentagonal": {
"type": "http",
"url": "https://www.pentagonal.ai/api/mcp",
"headers": {
"x-pentagonal-api-key": "your-api-key"
}
}
}
}
| Tool | Description | Auth |
|---|---|---|
pentagonal_lookup | Token intelligence — price, holders, LP lock, honeypot, source code | Free (rate limited) |
pentagonal_audit | 8-agent security pen test with severity grouping and PoC exploits | $5 (credit or x402) |
pentagonal_generate | Generate contracts from natural language (Solidity + Anchor/Rust) | $5 (credit or x402) |
pentagonal_fix | Fix a specific vulnerability while preserving functionality | Free (rate limited) |
pentagonal_compile | Compile Solidity to ABI + bytecode + gas estimates | Free (rate limited) |
pentagonal_rules | View accumulated self-learning security rules | Free |
pentagonal_chains | List all supported blockchains | Free |
MIT