mcpbeat Sign in

ArcAgent MCP Server

not responding

ArcAgent MCP is listed as active in the registry but did not answer our last check. 56 installs a week from npm. Last commit 8 Mar 2026.

ArcAgent MCP server for bounty discovery, workspace execution, and verified coding submissions.

Installs per day peak 25 · avg 12 · -17% w/w
a month agotoday
Uptime history 51 days of history · worst day 0%
51 days agonow
0.0%
Uptime 24h
0 of 92 checks
Tools
hidden behind auth
0 ms
Response time
average over 24h
56
Installs / week
npm and PyPI

What the code does

We read the source, 18 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.

    execFile(file, args, { ...options, encoding: "utf8" }, (error, stdout, stderr) => {
Touches key and credential files worker/src/vm/firecracker.ts:99
const SSH_KEY_PATH = process.env.FC_SSH_KEY_PATH ?? "/root/.ssh/id_ed25519";

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 2 min ago.

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

This one needs environment variables set before it will start: ARCAGENT_API_KEY (ArcAgent API key used to authenticate MCP tool calls). The author declared them in the registry entry; get the values from the project itself.

Endpoints

URLTransportStateLatencyChecked
https://mcp.arcagent.dev/mcp streamable-http answering 0 ms 2 min ago

Alternatives to ArcAgent MCP

same job, measured the same way
MISSING
by leoleon506

Fallback capability resolver for AI agents with replay-verified discovery and x402 paid execution.

23 tools answering
Inistate MCP
by inistate

MCP server for the Inistate platform: module discovery, entry management, and activity submission.

39 installs/wk answering
Koda
by aabxtract

Verification and memory layer for coding-agent workflows.

39 installs/wk local only
agentdocs
by titov-d

Fresh, source-verified docs for building MCP servers and Claude agents, for AI coding agents.

38 installs/wk local only
Clappia MCP
by clappia-dev

An MCP server that provides Clappia workspace, forms, workflows, submissions, and analytics

local only
JCGE Agent Interface
by equicirco

JCGE MCP server for CGE discovery, guidance, examples, solving, validation, and reporting.

local only
Dossier
by imboard

MCP server for dossier automation standard - enables LLMs to discover, verify, and execute dossiers

144 installs/wk local only
GMO Coin FX MCP Server
by rikitonoto

MCP server for GMO Coin FX trading, positions, executions, klines, and account balances.

local only

ArcAgent MCP — questions

Answers built from our own checks of this server.

Is ArcAgent MCP working right now?
We send a real MCP handshake every 15 minutes. Over the last 24 hours 0 of 92 checks got a reply (0.0%), average response time 0 ms. The bar chart above shows every period we have measured.
The registry lists ArcAgent MCP 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 ArcAgent MCP?
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 ArcAgent MCP need an API key?
No. ArcAgent MCP 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.
How many people use ArcAgent MCP?
The npm package arcagent-mcp was installed 56 times in the last week. Week over week that is -17%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is ArcAgent MCP open source?
No, and the distinction matters: its licence is declared as Elastic-2.0. That makes it source-available — you can read the code, but the terms are the author's own, not one of the recognised open-source licences. Read them before you build on it.