← Index

io.github.payclaw/badge

io.github.payclaw/badge·v0.4.0·Other
Quality Score
78
/100

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

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "badge": {
      "command": "npx",
      "args": [
        "-y",
        "@payclaw/badge"
      ],
      "env": {
        "PAYCLAW_API_KEY": "<your-payclaw_api_key>",
        "PAYCLAW_API_URL": "<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": "<payclaw_api_url>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y @payclaw/badge
§02  Environment variables
PAYCLAW_API_KEY
requiredsecret

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

PAYCLAW_API_URL

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

§03  MCP Quality Score  ·  methodology
freshness
23
completeness
10
installability
25
documentation
15
stability
5
§04  Alternatives in Other