Conkurrence
@AlligatorC0der
Conkurrence について
Conkurrence measures whether multiple AI models produce consistent outputs on your evaluation tasks. It tells you which items your AI agrees on and which need human review — using Fleiss' κ, Kendall's W, and bootstrap confidence intervals, the same psychometric methods trusted in
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"conkurrence": {
"command": "npx",
"args": [
"-y",
"conkurrence",
"mcp"
]
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is Conkurrence?
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.
How to use Conkurrence?
Install globally with npm install -g conkurrence, then run as an MCP server with npx conkurrence mcp. Add the corresponding configuration to your Claude Desktop or Claude Code plugin settings. Invoke the available MCP tools such as conkurrence_run, conkurrence_report, conkurrence_compare, conkurrence_trend, conkurrence_suggest, conkurrence_validate_schema, or conkurrence_estimate.
Key features of Conkurrence
- Multi-model evaluation using Bedrock, OpenAI, and Gemini simultaneously
- Fleiss' kappa with bootstrap confidence intervals and Kendall's W
- Self-consistency mode (no API keys needed, uses MCP Sampling)
- AI-powered schema suggestion from your data
- Trend tracking to detect agreement degradation over time
- Cost estimation before running an evaluation
Use cases of Conkurrence
- Evaluate inter-rater reliability when multiple AI models judge the same data
- Automatically route low-agreement items to human experts for review
- Track agreement degradation across evaluation runs over time
- Estimate and control costs before executing a multi-model evaluation
- Design consistent evaluation schemas with AI-assisted suggestions
FAQ from Conkurrence
What problem does Conkurrence solve?
It provides a statistically validated consensus measurement for AI evaluation pipelines by using multiple models as independent raters.
Does Conkurrence require API keys for every run?
No—the self-consistency mode uses the host model via MCP Sampling and does not require any API keys.
What statistical measures does Conkurrence use?
It uses Fleiss' kappa with bootstrap confidence intervals and Kendall's W for inter-rater reliability and validity.
Can I estimate costs before running an evaluation?
Yes, the conkurrence_estimate tool reports the cost and token usage before execution.
What license does Conkurrence use?
It is licensed under BUSL-1.1 (Business Source License 1.1).
「その他」の他のコンテンツ
MCP Go 🚀
mark3labsA Go implementation of the Model Context Protocol (MCP), enabling seamless integration between LLM applications and external data sources and tools.
XcodeBuildMCP
cameroncookeA Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
Inbox Zero AI
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
MCP Toolbox for Databases
googleapisMCP Toolbox for Databases is an open source MCP server for databases.
Blender
ahujasidOpen-source MCP to use Blender with any LLM
コメント