mcpbeat Sign in

Pentagonal MCP Server

by achilles1089 Your server? Claim it
local only

Pentagonal MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 46 installs a week from npm. Last commit 27 Jul 2026.

AI smart contract forge — 8-agent security audits, generation, and compilation across 8 chains

Installs per day peak 25 · avg 8 · +19% w/w
a month agotoday
46
Installs / week
npm · pentagonal-mcp
1
Stars
1 open issues
27 Jul 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

What the code does

We read the source, 20 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

Runs an external command pentagonal-mcp/test-mcp.mjs:39
    this.proc = spawn(process.execPath, [serverPath], {

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add pentagonal-mcp -- npx -y pentagonal-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "pentagonal-mcp": {
      "args": [
        "-y",
        "pentagonal-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.pentagonal-mcp]
command = "npx"
args = ["-y", "pentagonal-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "pentagonal-mcp": {
      "args": [
        "-y",
        "pentagonal-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "pentagonal-mcp": {
      "args": [
        "-y",
        "pentagonal-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: PENTAGONAL_API_KEY (Pentagonal API key (optional — free tools work without it, paid tools accept x402 USDC on Base)). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Pentagonal MCP

same job, measured the same way
Bridgeguard MCP
by kota1026

BridgeGuard MCP Server - Cross-chain bridge security audit tools for AI coding agents. Scan bri...

54 installs/wk local only
I
AgentShield
by atmflow55

Smart contract security for AI agents — verify, monitor, freeze, x402 payments

20 installs/wk local only
I
VulnHunt Security Intelligence
by owenkingva-web

Read-only smart-contract security intelligence for autonomous agents.

11 tools answering
AuditSocials Compliance
by eminegurcu

Pre-publish policy check for AI-generated social & ad content across 8 platforms.

32 installs/wk local only
Smartguard MCP
by kota1026

SmartGuard MCP Server - AI-powered smart contract security audit tools for Claude Code, Cursor,...

25 installs/wk local only
ContractOracle-Sentinel
by evozim

DeFi smart contract forensic auditor and vulnerability scanner.

answering
Ybe Check
by addycuber

Ybe Check – security and compliance orchestrator for AI-generated repositories.

56 installs/wk local only
Securityscan
by securityscan-api

Security for AI agents: MCP audits, secret redaction, skill vetting, network scans, agent checkout.

135 installs/wk local only

Pentagonal MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Pentagonal MCP?
Pentagonal MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package pentagonal-mcp was installed 46 times last week.
How do I connect Pentagonal MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls pentagonal-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Pentagonal MCP?
The npm package pentagonal-mcp was installed 46 times in the last week. Week over week that is +19%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Pentagonal MCP open source?
Yes — it is published under the MIT licence, written in TypeScript, 1 stars on GitHub and 1 open issue. The source link is on this page, so you can read exactly what it does with your data before you connect it.