GitHub Actions failure diagnosis, bounty checks, and AGENTS.md audits for AI coding agents — Agent Skills and an x402-paid MCP server with MCP schema-drift checks.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"bountyverdict": {
"command": "npx",
"args": [
"-y",
"Mimirs402/bountyverdict"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add bountyverdict npx -y Mimirs402/bountyverdict
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"bountyverdict": {
"command": "npx",
"args": [
"-y",
"Mimirs402/bountyverdict"
]
}
}
}
📋 Copy