CAT
/MCP
SkillsMCPMarketplacesDigestToolsAdvertise

This week in Claude

Every Monday: Claude Code, Agent SDK, MCP, and the Anthropic platform moves worth your time.

Skills by Category
Frontend DevelopmentBackend & APIsTesting & QASecurityDevOps & CI/CDGit & Pull RequestsDocumentationCode Review & QualityAI & Agent BuildingSkill Development
MCP Servers by Category
Sales & MarketingWeb & Browser AutomationDatabasesAI & LLM ToolsCloud & InfrastructureCommunication & MessagingDeveloper ToolsDesign & CreativeDocuments & KnowledgeSearch & Web Crawling
Marketplaces by Category
AI Agents & OrchestrationLLM IntegrationDevelopment ToolsFrontend & UIBackend & APIsDatabasesTesting & Code QualityDevOps & CloudSecurity & ComplianceGit & Version Control

Cross AI Tools

Discover Claude Code plugins, extensions, and tools. Automatically updated directory of Anthropic Claude AI marketplaces with development tools, productivity plugins, and integrations.

Resources

  • Browse Skills
  • Browse MCP Servers
  • Browse Marketplaces
  • Plugins Reference

Community

  • About
  • Tools
  • Feedback
  • Privacy Policy
  • Advertise

Built for the Claude Code community with Claude Code by @mertduzgun

Independent project, not affiliated with Anthropic

Pentagonal Mcp

pentagonal-ai/pentagonal
7 toolsauthSTDIOregistry active
Summary

This is a blockchain development toolkit that connects Claude to an 8-agent AI system for smart contract work. It handles security audits, contract generation, and compilation across 8 different blockchain networks. You'd reach for this when you need to quickly prototype or audit contracts without manually juggling multiple chain-specific toolchains and security checkers. The multi-agent approach means you get several AI perspectives on potential vulnerabilities rather than a single pass. Based on the naming, it likely supports major EVM chains plus a few others, though the specific networks aren't listed in the available details. Most useful when you're doing cross-chain development or want automated security reviews before deployment.

CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →

Tools

Public tool metadata for what this MCP can expose to an agent.

7 tools
pentagonal_lookupOne-stop token intelligence. Returns price, market cap, ATH, 24h volume, transactions, holders, liquidity, LP lock status, security flags (honeypot, mintable, pausable, taxes), socials, and verified source code for any token by contract address. Supports Ethereum, Solana, Poly...3 params

One-stop token intelligence. Returns price, market cap, ATH, 24h volume, transactions, holders, liquidity, LP lock status, security flags (honeypot, mintable, pausable, taxes), socials, and verified source code for any token by contract address. Supports Ethereum, Solana, Poly...

Parameters* required
chainstring
one of ethereum · polygon · arbitrum · base · optimism · bscdefault: ethereum
fieldsarray
Which sections to return. Use specific fields for faster queries.
addressstring
Contract address (EVM 0x... or Solana base58)
pentagonal_auditRun a full 8-agent security pen test on a smart contract. Agents specialize in reentrancy, flash loans, access control, gas griefing, oracle manipulation, MEV/front-running, integer overflow, and economic exploits. Returns findings grouped by severity (Critical → High → Medium...3 params

Run a full 8-agent security pen test on a smart contract. Agents specialize in reentrancy, flash loans, access control, gas griefing, oracle manipulation, MEV/front-running, integer overflow, and economic exploits. Returns findings grouped by severity (Critical → High → Medium...

Parameters* required
codestring
Solidity or Anchor/Rust smart contract source code
chainstring
one of ethereum · polygon · arbitrum · base · optimism · bscdefault: ethereum
use_learned_rulesboolean
Apply accumulated security rules from past auditsdefault: true
pentagonal_generateGenerate a production-quality smart contract from a natural language description. Supports EVM (Solidity/OpenZeppelin) and Solana (Anchor/Rust programs or SPL token configs). Uses self-learning security rules from past audits.4 params

Generate a production-quality smart contract from a natural language description. Supports EVM (Solidity/OpenZeppelin) and Solana (Anchor/Rust programs or SPL token configs). Uses self-learning security rules from past audits.

Parameters* required
chainstring
one of ethereum · polygon · arbitrum · base · optimism · bscdefault: ethereum
promptstring
Natural language description of the contract
solana_typestring
Solana only: program (Anchor/Rust) or token (SPL config)one of program · token
use_learned_rulesboolean
default: true
pentagonal_fixFix a specific vulnerability in a smart contract while preserving all existing functionality. Call once per finding, starting with critical severity.3 params

Fix a specific vulnerability in a smart contract while preserving all existing functionality. Call once per finding, starting with critical severity.

Parameters* required
codestring
Smart contract source code containing the vulnerability
finding_titlestring
Title of the finding from the audit report
finding_descriptionstring
Description of the vulnerability and its impact
pentagonal_compileCompile Solidity source code to ABI, bytecode, constructor arguments, and gas estimates. Returns everything needed for deployment with Foundry, Hardhat, or cast.2 params

Compile Solidity source code to ABI, bytecode, constructor arguments, and gas estimates. Returns everything needed for deployment with Foundry, Hardhat, or cast.

Parameters* required
codestring
Solidity source code to compile
contract_namestring
Specific contract name to extract (defaults to first found)
pentagonal_rulesView the accumulated security rules knowledge base. Pentagonal learns from every audit and extracts generalizable rules. Check this to see the current state of the self-learning system.

View the accumulated security rules knowledge base. Pentagonal learns from every audit and extracts generalizable rules. Check this to see the current state of the self-learning system.

No parameter schema in public metadata yet.

pentagonal_chainsList all supported blockchains with chain IDs, explorer URLs, and deployment details.

List all supported blockchains with chain IDs, explorer URLs, and deployment details.

No parameter schema in public metadata yet.

Pentagonal

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

Generate, audit, fix, and compile Solidity and Anchor/Rust contracts across 8 chains including Ethereum, Base, Polygon, Arbitrum, Optimism, BSC, Avalanche, and Solana. Includes token intelligence lookups with market data, holder analysis, and honeypot detection. Self-learning security rules engine that improves with every audit.

MCP Server

Install via npm:

npx pentagonal-mcp

Claude Desktop

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "pentagonal": {
      "command": "npx",
      "args": ["-y", "pentagonal-mcp"],
      "env": {
        "PENTAGONAL_KEY": "your-api-key"
      }
    }
  }
}

HTTP (Claude Code / Cursor / Windsurf)

{
  "mcpServers": {
    "pentagonal": {
      "type": "http",
      "url": "https://www.pentagonal.ai/api/mcp",
      "headers": {
        "x-pentagonal-api-key": "your-api-key"
      }
    }
  }
}

Tools

ToolDescriptionAuth
pentagonal_lookupToken intelligence — price, holders, LP lock, honeypot, source codeFree (rate limited)
pentagonal_audit8-agent security pen test with severity grouping and PoC exploits$5 (credit or x402)
pentagonal_generateGenerate contracts from natural language (Solidity + Anchor/Rust)$5 (credit or x402)
pentagonal_fixFix a specific vulnerability while preserving functionalityFree (rate limited)
pentagonal_compileCompile Solidity to ABI + bytecode + gas estimatesFree (rate limited)
pentagonal_rulesView accumulated self-learning security rulesFree
pentagonal_chainsList all supported blockchainsFree

Payment

  • Credits — $5 per audit or generate, buy via the web app (EVM or Solana)
  • x402 — agents pay per-use with USDC on Base (no account needed)
  • API key — use your credit balance programmatically
  • Free tools — fix, compile, lookup, rules, chains work for everyone

Links

  • pentagonal.ai
  • npm
  • Smithery
  • ClawHub
  • @Pentagonalai

License

MIT

Featured
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →

Configuration

PENTAGONAL_API_KEYsecret

Pentagonal API key (optional — free tools work without it, paid tools accept x402 USDC on Base)

Categories
AI & LLM ToolsSecurity & Pentesting
Registryactive
Packagepentagonal-mcp
TransportSTDIO
AuthRequired
UpdatedApr 12, 2026
View on GitHub

Related AI & LLM Tools MCP Servers

View all →
SkillFM LLM Cost Optimizer

io.github.ericm1018/skillfm-llm-cost-optimizer-openai-anthropic-usage

LLM cost optimizer for OpenAI, Anthropic, token usage, BYOK, and SkillFM Beacon audits.
Llm Orchestration Agent

io.github.mikerawsonnz/llm-orchestration-agent

Run a prompt through a LangChain (system + human) chain over Gemini on Vertex AI; optional LangSmith
Authenticated Llm Agent

io.github.mikerawsonnz/authenticated-llm-agent

JWT-gated LLM gateway: authenticate (bcrypt/JWT), then run a LangChain-on-Vertex Gemini completion.
Copilot Memory MCP

labforgedev/copilot-memory-mcp

Persistent semantic memory for AI agents using local ChromaDB vector search. No cloud required.
1
Agent Prompt Injection Firewall Mcp

csoai-org/agent-prompt-injection-firewall-mcp

The WAF for agents. Pattern-based + heuristic firewall scans prompts, RAG documents, tool argume...
Authenticated Multi Llm Agent

io.github.mikerawsonnz/authenticated-multi-llm-agent

Google-OAuth-gated LLM gateway: verify a Google ID token, then run a Gemini (Vertex AI) completion f