io.github.payclaw/badge✓
io.github.payclaw/badge · v0.4.0
{}server.json
The full server descriptor as registered with IndusMCP.
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.payclaw/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"
},
"version": "0.4.0",
"packages": [
{
"registryType": "npm",
"identifier": "@payclaw/badge",
"version": "0.4.0",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Your PayClaw API key (get one at payclaw.io)",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "PAYCLAW_API_KEY"
},
{
"description": "PayClaw API URL (default: https://payclaw.io)",
"format": "string",
"name": "PAYCLAW_API_URL"
}
]
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}