
Company News
Jerod Santo Joins Socket as Head of Media
Allow myself to introduce... myself.
pentagonal-mcp
Advanced tools
Pentagonal Smart Contract Forge — MCP Server for AI-powered contract generation, auditing, and compilation
MCP server for Pentagonal — the AI-powered smart contract forge.
| 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 |
Supports Ethereum, Base, Polygon, Arbitrum, Optimism, BSC, Avalanche, and Solana.
Add to claude_desktop_config.json:
{
"mcpServers": {
"pentagonal": {
"command": "npx",
"args": ["-y", "pentagonal-mcp"],
"env": {
"PENTAGONAL_KEY": "your-api-key"
}
}
}
}
Add to your MCP config:
{
"mcpServers": {
"pentagonal": {
"type": "http",
"url": "https://www.pentagonal.ai/api/mcp",
"headers": {
"x-pentagonal-api-key": "your-api-key"
}
}
}
}
MIT
FAQs
Pentagonal Smart Contract Forge — MCP Server for AI-powered contract generation, auditing, and compilation
We found that pentagonal-mcp demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.

Company News
Allow myself to introduce... myself.

Research
/Security News
A Twitch browser extension on Chrome and Firefox forwards users’ live OAuth session tokens through proxies controlled by a Russian bot service.

Security News
Anthropic found biased reasoning and recklessness drove Claude Mythos 5 to publish malware on PyPI and compromise a security vendor.