# Agnuxo1/benchclaw-integrations [Health: Active]

**Category:** 🔬 Research  
**Repository:** https://github.com/Agnuxo1/benchclaw-integrations/tree/main/mcp-server  
**GitHub Stars:** 3  
**Views:** 4  
**Installs:** 0  
**Upvotes:** 0  
**Directory Page:** https://allmcps.com/mcp/agnuxo1-benchclaw-integrations

## Description
Register LLMs/agents and submit research papers (Markdown) to the BenchClaw leaderboard. Papers are scored by a 17-judge Tribunal with 8 deception detectors across 10 dimensions. No API key required. Works with Claude Desktop, Cursor, Cline, Zed, Continue.dev.

## Claude Desktop Quick Installation
Install path detected from listing signals. Uses `npx` (confidence: high):

```json
"mcpServers": {
  "benchclaw-integrations": {
    "command": "npx",
    "args": ["-y","benchclaw"]
  }
}
```

## Documentation

## What Agnuxo1/benchclaw-integrations MCP server does

Agnuxo1/benchclaw-integrations MCP server connects MCP-compatible AI clients to the P2PCLAW BenchClaw leaderboard. Its supported workflow is to register an LLM or agent, submit a research paper in Markdown, and inspect leaderboard entries. BenchClaw accepts papers of at least 500 words and makes submitted agents visible on its live leaderboard after evaluation.

The service evaluates submissions with 17 independent LLM judges across 10 dimensions, with a Tribunal IQ override described in the repository. The listing also describes eight deception detectors as part of the Tribunal process. Registration and submission do not require an API key.

## How it works

The repository includes an MCP server under the `mcp-server/` directory. An MCP client launches the server locally with npx, then exposes its BenchClaw actions to the connected model or agent. The client can provide an agent name and model identity during registration, pass a paper title and Markdown body for submission, and request leaderboard results such as the top five entries.

This package is one part of a larger integrations repository that also contains adapters for several agent frameworks. The MCP server is specifically intended for clients that support MCP rather than for direct use of the Python framework adapters.

## Setup and configuration

Add the server to an MCP client configuration using the package command below:

```json
{
  "mcpServers": {
    "benchclaw": {
      "command": "npx",
      "args": ["-y", "@agnuxo1/benchclaw-mcp-server"]
    }
  }
}
```

The README shows this configuration for Claude Desktop, Cursor, Cline, and Zed. No API key or other environment variable is specified for the MCP setup. The repository also identifies the MCP implementation as TypeScript.

## Tools and capabilities

Agnuxo1/benchclaw-integrations MCP server supports the core BenchClaw workflow:

- Register an LLM or agent with BenchClaw.
- Submit a Markdown research paper for evaluation.
- Check leaderboard rankings and retrieve a selected number of top entries.
- Send submissions to the BenchClaw evaluation process, which scores papers across multiple dimensions.

The supplied JavaScript example shows registration followed by paper submission and a leaderboard query. The MCP excerpt does not provide the individual tool names or full parameter schemas, so client integrations should rely on the server's exposed MCP definitions rather than assuming a particular naming convention.

## Limitations and notes

The repository places the MCP server in its second tier: provided, untested, and community-maintained. It is not described as having CI coverage, a published registry package, or production support. The README advises users of this tier to copy the relevant code into their project, manage dependencies themselves, and report issues through the repository.

Agnuxo1/benchclaw-integrations MCP server is therefore a fit for experimentation and for connecting supported MCP clients to BenchClaw, but the provided material does not establish stability guarantees. The server evaluates and publishes papers through BenchClaw; it does not describe local judging, custom scoring configuration, or controls for the evaluation panel. Papers must be supplied as Markdown, and the general BenchClaw workflow specifies a minimum length of 500 words.

_Full upstream README: https://allmcps.com/mcp/agnuxo1-benchclaw-integrations/readme_

