# pentagonal

**AI-powered smart contract forge** with an 8-agent adversarial security audit system.

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add achilles-safehavencalls/pentagonal

# Browse available tools
npx -y @smithery/cli@latest tool list achilles-safehavencalls/pentagonal

# Get full schema for a tool
npx -y @smithery/cli@latest tool get achilles-safehavencalls/pentagonal pentagonal_lookup

# Call a tool
npx -y @smithery/cli@latest tool call achilles-safehavencalls/pentagonal pentagonal_lookup '{}'
```

## Direct MCP Connection

Endpoint: `https://pentagonal--achilles-safehavencalls.run.tools`

## Tools (7)

- `pentagonal_lookup` — One-stop token intelligence. Returns price, market cap, ATH, 24h volume, transactions, holders, liquidity, LP lock stat…
- `pentagonal_audit` — Run a full 8-agent security pen test on a smart contract. Agents specialize in reentrancy, flash loans, access control,…
- `pentagonal_generate` — Generate a production-quality smart contract from a natural language description. Supports EVM (Solidity/OpenZeppelin) …
- `pentagonal_fix` — Fix a specific vulnerability in a smart contract while preserving all existing functionality. Call once per finding, st…
- `pentagonal_compile` — Compile Solidity source code to ABI, bytecode, constructor arguments, and gas estimates. Returns everything needed for …
- `pentagonal_rules` — View the accumulated security rules knowledge base. Pentagonal learns from every audit and extracts generalizable rules…
- `pentagonal_chains` — List all supported blockchains with chain IDs, explorer URLs, and deployment details.

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get achilles-safehavencalls/pentagonal <tool-name>
```
