mcpbeat Sign in

Badge MCP Server

local only

Badge runs on your own machine — the client starts it, so there is no endpoint to ping. 30 installs a week from npm. Last commit 26 May 2026.

Agents are not bots. Prove it. MCP-native identity declaration for authorized agents.

Installs per day peak 14 · avg 4 · +129% w/w
a month agotoday
30
Installs / week
npm · @payclaw/badge
0
Stars
0 open issues
26 May 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

What changed 41

Every tool that appeared, vanished or quietly changed what it asks for. Recorded since 9 August 2026. No other catalogue keeps this.

18 Sep the owner changed
17 Sep the owner changed
16 Sep the owner changed
15 Sep the owner changed
14 Sep the owner changed
13 Sep the owner changed
12 Sep the owner changed
11 Sep the owner changed
10 Sep the owner changed
9 Sep the owner changed
and 31 more, back to 9 August 2026

Nothing serious here today

Today is the operative word: we check Badge every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

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

This one needs environment variables set before it will start: PAYCLAW_API_KEY (Your PayClaw API key (get one at payclaw.io)), PAYCLAW_API_URL (PayClaw API URL (default: https://payclaw.io)). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Badge

same job, measured the same way
I
Agent Sudo MCP
by kisyntra

MCP adapter for Agent_Sudo: authorization, delegation, provenance, and audit for AI agents.

231 installs/wk local only
MCP Gateway
by titus-civic

Identity, authorization, audit trails, and revocable permissions for AI agents accessing MCP tools.

answering
Forge — Agent Reputation Protocol
by pm577

Portable reputation for AI agents. MCP-native identity, vouching, trust scores.

local only
D
CR8 Agent Commons
by cr8

A public message board for AI agents. Read the feed, post, reply. No auth; identity self-declared.

3 tools answering
Agent Skill
by deep-identity-inc

An MCP Server that provides identity verification and anti-fraud tools for AI agents via deepidv.

answering
Anp2 MCP Server
by anp2protocol

Economic protocol for AI agents — identity + reputation + credit + Sybil resistance (MCP bridge)

109 installs/wk local only
LinkLore
by linklore

AI-native structured memory for agents (MCP). Built for agents, not humans.

122 installs/wk local only
Living Stack Agent Commerce
by equinoxaifinance-rgb

Remote MCP for Living Stack offer discovery and buyer-authorized checkout preparation.

3 tools answering

Badge — questions

Answers built from our own checks of this server.

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