mcpbeat Sign in

Reasoning Commons MCP Server

by chenyuan35 Your server? Claim it
not responding

Reasoning Commons is listed as active in the registry but did not answer our last check. Last commit 22 Sep 2026.

AI Reasoning Cache & Consensus Layer with 11 MCP tools via Streamable HTTP.

Uptime history 51 days of history · worst day 0%
51 days agonow
0.0%
Uptime 24h
0 of 91 checks
Tools
hidden behind auth
569 ms
Response time
average over 24h
0
Stars
last commit 22 Sep 2026

What the code does

We read the source, 11 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

  const filePath = path.join(BASELINES_DIR, filename);
  for (const code of inlineScripts) new Function(code);
    result = subprocess.run(cmd, check=False)
Runs an external command frontend/bin/build.mjs:18
  execSync(`node bin/${script}`,{cwd:root,stdio:'inherit'});
    <script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-8244441500123371" crossorigin="anonymous"></script>
Asks for container control access data/resolve-cache.json:1667
        "error": "Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docker daemon running?",
      trustAudit.innerHTML = rows.length ? rows.slice().reverse().map((event) => '<div class="audit-row"><b>' + escapeText(event.previous_tier || 'unknown') + ' -> ' + escapeText(event.new_tier) + '</b><small>' + escapeText(event.transitioned_at) + ' · ' + escapeText(event.actor…
Reads files and sends them to the network frontend/bin/build.mjs:1
import { cpSync, mkdirSync, existsSync, rmSync, readFileSync, writeFileSync, readdirSync, statSync } from 'fs';
In the project's build, not in the package

Found in continuous integration, deployment or infrastructure files, or in a neighbouring package of the same monorepo. None of this is installed when you add the server: it describes how the project is built and released. We list it because a leaked key in a build pipeline is still a real problem, but it is not something this server does on your machine.

CI pipeline leaks secrets outward .github/workflows/npm-publish.yml:33
          registry-url: ${{ secrets.NPM_TOKEN && 'https://registry.npmjs.org' || 'https://npm.pkg.github.com' }}

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

Endpoint below is the one we actually reach during checks — not the one copied from a README. Last verified 6 min ago.

run in your terminal
claude mcp add reasoning-commons --transport http https://aineedhelpfromotherai.com/api/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "reasoning-commons": {
      "url": "https://aineedhelpfromotherai.com/api/mcp"
    }
  }
}
~/.codex/config.toml
[mcp_servers.reasoning-commons]
url = "https://aineedhelpfromotherai.com/api/mcp"
.cursor/mcp.json
{
  "mcpServers": {
    "reasoning-commons": {
      "url": "https://aineedhelpfromotherai.com/api/mcp"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "reasoning-commons": {
      "url": "https://aineedhelpfromotherai.com/api/mcp"
    }
  }
}

Endpoints

URLTransportStateLatencyChecked
https://aineedhelpfromotherai.com/api/mcp streamable-http answering 569 ms 6 min ago

Alternatives to Reasoning Commons

same job, measured the same way
mcphost
by mcphost

Host your MCP tool over streamable HTTP in one command.

77 tools answering
Rqwstr
by kjopstad-it

AI-native HTTP security testing MCP server — 17 tools with raw HTTP/1.1 + HTTP/2 control

local only
Flowral AI Tools
by flowral-mcp

Streamable HTTP MCP server exposing planner flows, tasks, and squads.

answering
Pibox
by psyb0t

Self-hosted MCP server: pi-coding-agent tools (run_prompt, file ops) over streamable HTTP.

local only
Cortex MCP — Multi-Level Reasoning Server
by j0hanz

Multi-level reasoning MCP server with configurable depth levels

34 installs/wk local only
Claudebox
by psyb0t

Self-hosted MCP server exposing Claude Code as an agentic AI tool over streamable HTTP.

local only
C
Flight MCP
by flight-mcp

Search and compare flight offers through a cache-aware Streamable HTTP MCP server for AI agents.

answering
Google MCP
by matiasbattocchia

Streamable HTTP MCP server for Google Calendar and Sheets with OAuth login.

answering

Reasoning Commons — questions

Answers built from our own checks of this server.

Is Reasoning Commons working right now?
We send a real MCP handshake every 15 minutes. Over the last 24 hours 0 of 91 checks got a reply (0.0%), average response time 569 ms. The bar chart above shows every period we have measured.
The registry lists Reasoning Commons as active — why does it not respond?
The official MCP registry stores what the author submitted; it does not verify that the server still runs. We check the endpoint ourselves, and this one does not answer. Catalogues that copy the registry without checking will show it as working.
How do I connect Reasoning Commons?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It is a remote server, so there is nothing to install — the client connects to the address.
Does Reasoning Commons need an API key?
No. Reasoning Commons completed a full MCP handshake with us as an anonymous client and listed its tools without asking for anything. This is what we observed, not what the docs claim.
Is Reasoning Commons open source?
We cannot say either way: written in JavaScript, 0 stars on GitHub and 2 open issues, but we could not determine the licence, and without one the code is not open source by default.