Pentagonal
Officialpentagonal-mcp
MCP-сервер для Pentagonal — интеллектуальной кузницы смарт-контрактов на базе ИИ.
Инструменты
Инструмент | Описание | Авторизация |
| Аналитика токенов — цена, держатели, блокировка LP, honeypot, исходный код | Бесплатно (с лимитами) |
| 8-агентный тест на проникновение с группировкой по уровню критичности и PoC-эксплойтами | $5 (кредиты или x402) |
| Генерация контрактов на естественном языке (Solidity + Anchor/Rust) | $5 (кредиты или x402) |
| Исправление конкретной уязвимости с сохранением функциональности | Бесплатно (с лимитами) |
| Компиляция Solidity в ABI + байт-код + оценка газа | Бесплатно (с лимитами) |
| Просмотр накопленных правил самообучающейся безопасности | Бесплатно |
| Список всех поддерживаемых блокчейнов | Бесплатно |
Поддерживаются Ethereum, Base, Polygon, Arbitrum, Optimism, BSC, Avalanche и Solana.
Related MCP server: MCP Anvil Tools
Настройка
Claude Desktop (stdio)
Добавьте в claude_desktop_config.json:
{
"mcpServers": {
"pentagonal": {
"command": "npx",
"args": ["-y", "pentagonal-mcp"],
"env": {
"PENTAGONAL_KEY": "your-api-key"
}
}
}
}Claude Code / Cursor / Windsurf (HTTP)
Добавьте в свою конфигурацию MCP:
{
"mcpServers": {
"pentagonal": {
"type": "http",
"url": "https://www.pentagonal.ai/api/mcp",
"headers": {
"x-pentagonal-api-key": "your-api-key"
}
}
}
}Получение API-ключа
Войдите на pentagonal.ai
Нажмите на свой аватар → 🔑 API Keys
Сгенерируйте ключ — он отображается только один раз, скопируйте его сразу
Варианты оплаты
Кредиты — $5 за аудит или генерацию, покупка через веб-приложение (EVM или Solana)
x402 — агенты платят за использование через USDC в сети Base (аккаунт не требуется)
API-ключ — используйте свой кредитный баланс программно
Бесплатные инструменты — исправление, компиляция, поиск, правила и списки сетей бесплатны для всех
Ссылки
Лицензия
MIT
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseBqualityFmaintenanceProvides tools for AI assistants to interact with the Ethereum blockchain through standard JSON-RPC methods, enabling queries for account balances, gas prices, and smart contract code.32012MIT
- FlicenseNot gradedqualityDmaintenanceEnables AI agents to interact with Ethereum smart contracts through Anvil, providing capabilities to read Solidity code, simulate and execute transactions, manipulate blockchain state, query events, and test contracts in isolated environments for development and auditing workflows.
- AlicenseAqualityCmaintenance7-layer Solana safety oracle and security infrastructure for AI agents.11182MIT
- FlicenseNot gradedqualityDmaintenanceEnables AI assistants to interact with the Solana blockchain, manage accounts and tokens, and develop and deploy smart contracts end-to-end.4
Related MCP Connectors
AI security scanner for Solidity + free CC0 dataset of Sherlock audit-competition acceptance rates.
Native Solana staking for AI agents. 26 MCP tools, one-shot signing, webhooks.
Solana token safety for AI agents — rug-pull, honeypot & Token-2022 trap detection before you buy.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Pentagonal-ai/pentagonal'
If you have feedback or need assistance with the MCP directory API, please join our Discord server