AgentHubAgentHub

badge

MCP ServerMCP Registry官方收录

io.github.payclaw/badge · v0.4.0

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

概览

badge 是一个MCP Server,收录自 官方 MCP Registry。支持 stdio 传输。本页提供 Cursor、Claude Code 等客户端的安装配置片段。

安装

选择你的平台查看安装方式

{
  "mcpServers": {
    "badge": {
      "command": "npx",
      "args": [
        "-y",
        "@payclaw/badge"
      ],
      "env": {
        "PAYCLAW_API_KEY": "<PAYCLAW_API_KEY>"
      }
    }
  }
}

环境变量

PAYCLAW_API_KEY必填secret

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

PAYCLAW_API_URL可选

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

相关资源

统一 Manifest

{
  "id": "io.github.payclaw/badge",
  "type": "mcp-server",
  "version": "0.4.0",
  "displayName": "badge",
  "description": "Agents are not bots. Prove it. MCP-native identity declaration for authorized agents.",
  "repository": {
    "url": "https://github.com/payclaw/badge-server",
    "source": "github"
  },
  "distribution": {
    "packages": [
      {
        "registryType": "npm",
        "identifier": "@payclaw/badge",
        "version": "0.4.0",
        "transport": "stdio",
        "environmentVariables": [
          {
            "name": "PAYCLAW_API_KEY",
            "description": "Your PayClaw API key (get one at payclaw.io)",
            "isRequired": true,
            "isSecret": true
          },
          {
            "name": "PAYCLAW_API_URL",
            "description": "PayClaw API URL (default: https://payclaw.io)"
          }
        ]
      }
    ],
    "remotes": []
  },
  "dependencies": [],
  "installTargets": [
    "claude-code",
    "claude-desktop",
    "cursor",
    "vscode"
  ],
  "keywords": [],
  "provenance": {
    "origin": "official-mcp-registry",
    "originalId": "io.github.payclaw/badge",
    "originalUrl": "https://registry.modelcontextprotocol.io/v0.1/servers/io.github.payclaw%2Fbadge/versions/latest",
    "isOfficial": true,
    "status": "active"
  }
}
badge — MCP Server 安装与配置 · AgentHub