Pentagonal
Officialpentagonal-mcp
Pentagonal 的 MCP 服务器 —— 由 AI 驱动的智能合约构建平台。
工具
工具 | 描述 | 授权 |
| 代币情报 —— 价格、持有人、流动性锁定、蜜罐检测、源代码 | 免费(限流) |
| 8 智能体安全渗透测试,包含严重程度分组和漏洞概念验证 (PoC) | $5(积分或 x402) |
| 通过自然语言生成合约(Solidity + Anchor/Rust) | $5(积分或 x402) |
| 在保持功能不变的情况下修复特定漏洞 | 免费(限流) |
| 将 Solidity 编译为 ABI + 字节码 + Gas 估算 | 免费(限流) |
| 查看积累的自学习安全规则 | 免费 |
| 列出所有支持的区块链 | 免费 |
支持 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 密钥
点击您的头像 → 🔑 API Keys
生成密钥 —— 密钥仅显示一次,请立即复制
支付选项
积分 — 每次审计或生成 $5,通过 Web 应用购买(EVM 或 Solana)
x402 — 智能体通过 Base 链上的 USDC 按次付费(无需账户)
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