This is a blockchain development toolkit that connects Claude to an 8-agent AI system for smart contract work. It handles security audits, contract generation, and compilation across 8 different blockchain networks. You'd reach for this when you need to quickly prototype or audit contracts without manually juggling multiple chain-specific toolchains and security checkers. The multi-agent approach means you get several AI perspectives on potential vulnerabilities rather than a single pass. Based on the naming, it likely supports major EVM chains plus a few others, though the specific networks aren't listed in the available details. Most useful when you're doing cross-chain development or want automated security reviews before deployment.
Public tool metadata for what this MCP can expose to an agent.
pentagonal_lookupOne-stop token intelligence. Returns price, market cap, ATH, 24h volume, transactions, holders, liquidity, LP lock status, security flags (honeypot, mintable, pausable, taxes), socials, and verified source code for any token by contract address. Supports Ethereum, Solana, Poly...3 paramsOne-stop token intelligence. Returns price, market cap, ATH, 24h volume, transactions, holders, liquidity, LP lock status, security flags (honeypot, mintable, pausable, taxes), socials, and verified source code for any token by contract address. Supports Ethereum, Solana, Poly...
chainstringethereum · polygon · arbitrum · base · optimism · bscdefault: ethereumfieldsarrayaddressstringpentagonal_auditRun a full 8-agent security pen test on a smart contract. Agents specialize in reentrancy, flash loans, access control, gas griefing, oracle manipulation, MEV/front-running, integer overflow, and economic exploits. Returns findings grouped by severity (Critical → High → Medium...3 paramsRun a full 8-agent security pen test on a smart contract. Agents specialize in reentrancy, flash loans, access control, gas griefing, oracle manipulation, MEV/front-running, integer overflow, and economic exploits. Returns findings grouped by severity (Critical → High → Medium...
codestringchainstringethereum · polygon · arbitrum · base · optimism · bscdefault: ethereumuse_learned_rulesbooleanpentagonal_generateGenerate a production-quality smart contract from a natural language description. Supports EVM (Solidity/OpenZeppelin) and Solana (Anchor/Rust programs or SPL token configs). Uses self-learning security rules from past audits.4 paramsGenerate a production-quality smart contract from a natural language description. Supports EVM (Solidity/OpenZeppelin) and Solana (Anchor/Rust programs or SPL token configs). Uses self-learning security rules from past audits.
chainstringethereum · polygon · arbitrum · base · optimism · bscdefault: ethereumpromptstringsolana_typestringprogram · tokenuse_learned_rulesbooleanpentagonal_fixFix a specific vulnerability in a smart contract while preserving all existing functionality. Call once per finding, starting with critical severity.3 paramsFix a specific vulnerability in a smart contract while preserving all existing functionality. Call once per finding, starting with critical severity.
codestringfinding_titlestringfinding_descriptionstringpentagonal_compileCompile Solidity source code to ABI, bytecode, constructor arguments, and gas estimates. Returns everything needed for deployment with Foundry, Hardhat, or cast.2 paramsCompile Solidity source code to ABI, bytecode, constructor arguments, and gas estimates. Returns everything needed for deployment with Foundry, Hardhat, or cast.
codestringcontract_namestringpentagonal_rulesView the accumulated security rules knowledge base. Pentagonal learns from every audit and extracts generalizable rules. Check this to see the current state of the self-learning system.View the accumulated security rules knowledge base. Pentagonal learns from every audit and extracts generalizable rules. Check this to see the current state of the self-learning system.
No parameter schema in public metadata yet.
pentagonal_chainsList all supported blockchains with chain IDs, explorer URLs, and deployment details.List all supported blockchains with chain IDs, explorer URLs, and deployment details.
No parameter schema in public metadata yet.
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
PENTAGONAL_API_KEYsecretPentagonal API key (optional — free tools work without it, paid tools accept x402 USDC on Base)
io.github.ericm1018/skillfm-llm-cost-optimizer-openai-anthropic-usage
io.github.mikerawsonnz/llm-orchestration-agent
io.github.mikerawsonnz/authenticated-llm-agent
labforgedev/copilot-memory-mcp
csoai-org/agent-prompt-injection-firewall-mcp
io.github.mikerawsonnz/authenticated-multi-llm-agent