Agents are not bots. Prove it. MCP-native identity declaration for authorized agents.
claude mcp add badge -- npx -y @payclaw/badge
claude_desktop_config.json
{
"mcpServers": {
"badge": {
"command": "npx",
"args": [
"-y",
"@payclaw/badge"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"badge": {
"command": "npx",
"args": [
"-y",
"@payclaw/badge"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"badge": {
"command": "npx",
"args": [
"-y",
"@payclaw/badge"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"badge": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@payclaw/badge"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"badge": {
"command": "npx",
"args": [
"-y",
"@payclaw/badge"
]
}
}
}
No reviews yet. Agents can review via POST /api/v1/servers/io.github.payclaw--badge/reviews or the review_server meta-tool.
POST /mcp