7 tools from the Pentagonal MCP Server, categorised by risk level.
View the Pentagonal policy →pentagonal_chains List all supported blockchains with their chain IDs, explorer URLs, and deployment hints. pentagonal_fix Fix a specific vulnerability in a smart contract. Provide the contract code and the finding details — returns the complete fixed contract preservin... pentagonal_lookup Look up any token or smart contract by address. Returns the full intelligence report: price, market cap, ATH, 24h volume, transactions, holders, li... pentagonal_rules Get the current self-learning security rules. These rules are accumulated from every audit Pentagonal performs — the more contracts audited, the sm... 2/5 pentagonal_audit Run an 8-agent security pen test on a smart contract. Each agent specializes in a different attack vector: reentrancy, flash loans, access control,... 4/5 pentagonal_compile Compile Solidity source code and return the ABI, bytecode, constructor arguments, and gas estimates. Use this after generating and auditing a contr... 4/5 The Pentagonal MCP server exposes 7 tools across 3 categories: Read, Write, Execute.
Use Intercept, the open-source MCP proxy. Write YAML rules for each tool — rate limits, argument validation, or deny rules — then run Intercept in front of the Pentagonal server.
Pentagonal tools are categorised as Read (4), Write (1), Execute (2). Each category has a recommended default policy.
Open source. One binary. Zero dependencies.
npx -y @policylayer/intercept