
conKurrence
from AlligatorC0der
AI evaluation toolkit โ measure inter-rater agreement (Fleiss' ฮบ, Kendall's W) across multiple LLM providers
๐ฅ๐ฅ๐ฅโ VerifiedFreeQuick setup
ConKurrence
One command. Find out if your AI agrees with itself.
ConKurrence is a statistically validated consensus measurement toolkit for AI evaluation pipelines. It uses multiple AI models as independent raters, measures inter-rater reliability with Fleiss' kappa and bootstrap confidence intervals, and routes contested items to human experts.
MCP Server
Use ConKurrence as an MCP server in Claude Desktop or any MCP-compatible client:
npx conkurrence mcpClaude Desktop Configuration
Add to your claude_desktop_config.json:
{
"mcpServers": {
"conkurrence": {
"command": "npx",
"args": ["-y", "conkurrence", "mcp"]
}
}
}Claude Code Plugin
/plugin marketplace add AlligatorC0der/conkurrenceFeatures
- Multi-model evaluation โ Run your schema against Bedrock, OpenAI, and Gemini models simultaneously
- Statistical rigor โ Fleiss' kappa with bootstrap confidence intervals, Kendall's W for validity
- Self-consistency mode โ No API keys needed; uses the host model via MCP Sampling
- Schema suggestion โ AI-powered schema design from your data
- Trend tracking โ Compare runs over time, detect agreement degradation
- Cost estimation โ Know the cost before running
MCP Tools
| Tool | Description |
|---|---|
conkurrence_run | Execute an evaluation across multiple AI raters |
conkurrence_report | Generate a detailed markdown report |
conkurrence_compare | Side-by-side comparison of two runs |
conkurrence_trend | Track agreement over multiple runs |
conkurrence_suggest | AI-powered schema suggestion from your data |
conkurrence_validate_schema | Validate a schema before running |
conkurrence_estimate | Estimate cost and token usage |
Links
- Homepage: conkurrence.com
- npm: npmjs.com/package/conkurrence
- Terms of Service: app.conkurrence.com/terms
- Privacy Policy: app.conkurrence.com/privacy
Copy & paste โ that's it
npm install -g conkurrenceInstall
npm install -g conkurrenceNo common issues documented yet. If you hit a problem, the repository's GitHub Issues page is the best place to look.
License
BUSL-1.1 โ Business Source License 1.1