badge for Cursor
io.github.payclaw/badge
Agents are not bots. Prove it. MCP-native identity declaration for authorized agents.
client:Cursor
transport:stdio
runtime:npm
Install badge in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"badge": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@payclaw/badge"
],
"env": {
"PAYCLAW_API_KEY": "<PAYCLAW_API_KEY>",
"PAYCLAW_API_URL": "<PAYCLAW_API_URL>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs