mcpbeat Sign in

Yotta Verify MCP Server

by yottameta Your server? Claim it
local only

Yotta Verify MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 678 installs a week from npm. Last commit 30 Aug 2026.

Pre-install security scanner for AI agent skills (local stdio MCP). Offline static scan; no upload.

Installs per day peak 678 · avg 22
a month agotoday
678
Installs / week
npm · @yottameta/yotta-verify-mcp
0
Stars
0 open issues
30 Aug 2026
Last commit
0 releases in 90 days
MIT
License
Python

What the code does

We read the source, 10 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.

      const r = spawnSync(candidates[i], ['--version'], { encoding: 'utf8', timeout: 5000 });

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 yotta-verify-mcp -- npx -y @yottameta/yotta-verify-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "yotta-verify-mcp": {
      "args": [
        "-y",
        "@yottameta/yotta-verify-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.yotta-verify-mcp]
command = "npx"
args = ["-y", "@yottameta/yotta-verify-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "yotta-verify-mcp": {
      "args": [
        "-y",
        "@yottameta/yotta-verify-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "yotta-verify-mcp": {
      "args": [
        "-y",
        "@yottameta/yotta-verify-mcp"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Yotta Verify MCP

same job, measured the same way
Aguara MCP
by garagon

Security scanner for AI agent skills and MCP servers

local only
Prism Scanner
by aidongise-cell

Security scanner for AI Agent skills, plugins, and MCP servers with A-F grading.

63 installs/wk local only
SkillTotal
by skilltotal

Deterministic security scan of MCP servers, agent skills and npm/PyPI packages. Runs locally.

1 085 installs/wk local only
Skillguard
by rudrendupaul

Security scanner for third-party AI agent-skill files (SKILL.md, hooks, scripts) via MCP.

231 installs/wk local only
Hares — MCP security scanner
by alialrikabi313

Multi-layer security scanner for MCP servers and agent skills (injection, exfiltration)

49 installs/wk local only
AgentSecurityLens MCP Security Trust Check
by professor2k8

MCP security trust-check for agents before installing MCPs, Skills or tools.

71 installs/wk local only
Loaditout
by loaditoutadmin

Search and install 20,000+ security-graded MCP servers and agent skills.

56 installs/wk local only
Veragent
by lixiaowww

Check the trust/security score of MCP servers, agents, skills & CLIs before you install them.

76 installs/wk local only

Yotta Verify MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Yotta Verify MCP?
Yotta Verify 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 @yottameta/yotta-verify-mcp was installed 678 times last week.
How do I connect Yotta Verify 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 @yottameta/yotta-verify-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Yotta Verify MCP?
The npm package @yottameta/yotta-verify-mcp was installed 678 times in the last week. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Yotta Verify MCP open source?
Yes — it is published under the MIT licence, written in Python and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.