conKurrence
Supports using OpenAI models as independent raters for multi-model evaluation and statistical consensus measurement alongside other AI providers.
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.
Install
npm install -g conkurrenceMCP 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 |
| Execute an evaluation across multiple AI raters |
| Generate a detailed markdown report |
| Side-by-side comparison of two runs |
| Track agreement over multiple runs |
| AI-powered schema suggestion from your data |
| Validate a schema before running |
| Estimate cost and token usage |
Links
Homepage: conkurrence.com
Terms of Service: app.conkurrence.com/terms
Privacy Policy: app.conkurrence.com/privacy
License
BUSL-1.1 — Business Source License 1.1
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/AlligatorC0der/conkurrence'
If you have feedback or need assistance with the MCP directory API, please join our Discord server