mcpbeat Sign in

verimcp MCP Server

local only

verimcp runs on your own machine — the client starts it, so there is no endpoint to ping. 122 installs a week from pypi. Last commit 1 Sep 2026.

Transparent MCP proxy that independently re-verifies tool-call claims before the Host trusts them.

Installs per day peak 369 · avg 52 · -21% w/w
a month agotoday
122
Installs / week
pypi · verimcp
1
Stars
0 open issues
1 Sep 2026
Last commit
0 releases in 90 days
MIT
License
Python

What the code does

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

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

Alternatives to verimcp

same job, measured the same way
VerifyMCP
by verifymcp

Independent trust scores, tool surfaces and change history for MCP servers.

9 tools answering
Registry
by policylayer

The MCP server that vets MCP servers: identity, risk grade and per-tool risk before you install.

5 tools answering
Vouch
by aivastack

Vouch — independently measured reliability scores for MCP tools, not self-reported claims.

3 tools answering
Veragent
by lixiaowww

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

61 installs/wk local only
mcp-audit
by firatmio

Transparent audit proxy for MCP servers: logs every tool call, flags poisoning and rug pulls.

31 installs/wk local only
Jmunch MCP
by jgravelle

Transparent MCP proxy. Turns fat tool responses into queryable handles: 88-99% fewer tokens.

724 installs/wk local only
Tokentrust
by rudrendupaul

Verifies token/cost savings claimed by AI context-reduction proxies via MCP tools.

147 installs/wk local only
Grounded Reasoning
by alexaquarius

Verify multi-hop relational claims before an agent asserts them — zero tokens, with proof paths.

178 installs/wk local only

verimcp — questions

Answers built from our own checks of this server.

Why is there no uptime for verimcp?
verimcp 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 pypi package verimcp was installed 122 times last week.
How do I connect verimcp?
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 verimcp straight from pypi; nothing to host, nothing to sign up for.
How many people use verimcp?
The pypi package verimcp was installed 122 times in the last week. Week over week that is -21%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is verimcp open source?
Yes — it is published under the MIT licence, written in Python and 1 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.