PluginBench
MCP Server

io.github.payclaw/badge MCP Server

io.github.payclaw/badge

What is the io.github.payclaw/badge MCP server?

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

How to install io.github.payclaw/badge

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • PAYCLAW_API_KEY
    required
    secret

    Your PayClaw API key (get one at payclaw.io)

  • PAYCLAW_API_URL

    PayClaw API URL (default: https://payclaw.io)

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "badge": {
      "command": "npx",
      "args": [
        "-y",
        "@payclaw/badge"
      ],
      "env": {
        "PAYCLAW_API_KEY": "<YOUR_PAYCLAW_API_KEY>",
        "PAYCLAW_API_URL": "<YOUR_PAYCLAW_API_URL>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "badge": {
      "command": "npx",
      "args": [
        "-y",
        "@payclaw/badge"
      ],
      "env": {
        "PAYCLAW_API_KEY": "<YOUR_PAYCLAW_API_KEY>",
        "PAYCLAW_API_URL": "<YOUR_PAYCLAW_API_URL>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "badge": {
      "command": "npx",
      "args": [
        "-y",
        "@payclaw/badge"
      ],
      "env": {
        "PAYCLAW_API_KEY": "<YOUR_PAYCLAW_API_KEY>",
        "PAYCLAW_API_URL": "<YOUR_PAYCLAW_API_URL>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "badge": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@payclaw/badge"
      ],
      "env": {
        "PAYCLAW_API_KEY": "<YOUR_PAYCLAW_API_KEY>",
        "PAYCLAW_API_URL": "<YOUR_PAYCLAW_API_URL>"
      }
    }
  }
}
Claude Code
claude mcp add badge --env PAYCLAW_API_KEY=<YOUR_PAYCLAW_API_KEY> --env PAYCLAW_API_URL=<YOUR_PAYCLAW_API_URL> -- npx -y @payclaw/badge

Related MCP servers

Virtual Visa cards for AI agents. JIT card issuance, human-approved, MCP-native.

View repository →

Agents are not bots. PayClaw proves it — then lets them pay. Badge + Spend on existing Visa rails.

View repository →