mcpbeat Sign in

Mettle MCP Server

local only

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

Experimental machine-oriented challenges and signed results. Does not verify identity or substrate.

Installs per day peak 1 132 · avg 180 · +25% w/w
a month agotoday
749
Installs / week
pypi · mettle-verifier
0
Stars
0 open issues
7 Sep 2026
Last commit
0 releases in 90 days
Apache-2.0
License
Python

What the code does

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

        completed = subprocess.run(  # nosec B603

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

Alternatives to Mettle MCP

same job, measured the same way
Groundcheck
by beepboop2025

Verify claims, resolve FIGI identity, extract claims, and sign x402 delivery receipts over MCP.

42 installs/wk 5 tools answering
Vantic
by vanticlabs

Verify an AI agent's payment authority: signed mandates, allowlists, and tamper-proof receipts.

59 installs/wk local only
S
KPN Persona Runtime
by mysoma

Verify a persona's DID-signed identity and query value-based judgment — advisory only, no actions.

4 tools answering
TrustRail Counterparty Risk
by nicolanegro02nn-sketch

External counterparty-risk checks and signed receipts for autonomous agents and machine payments.

answering
TrustRail Counterparty Risk
by trustrail-labs

External counterparty-risk checks and signed receipts for autonomous agents and machine payments.

answering
MCP Kill-Chain Research — Stage 1 (Identity ≠ Behavior)
by gtfo

Security research: MCP registries verify identity, not tool behavior. See gtfo.dev.

1 tools answering
API Governance
by coderifts

Contract-change authorization for AI agents. Signed receipts verify offline.

3 tools answering
D
Coinslot — the vending machine for machines
by coinslot

13 micro-tools for agents: read pages, verify email, convert, validate, diff, extract. AI-operated.

13 tools answering

Mettle MCP — questions

Answers built from our own checks of this server.

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