mcpbeat Sign in

Arcxs Protocol MCP Server

by arcxs-protocol Your server? Claim it
local only

Arcxs Protocol runs on your own machine — the client starts it, so there is no endpoint to ping. 60 installs a week from npm. Last commit 7 Jun 2026.

The DNS/SMTP for AI agents: cross-protocol discovery, messaging and transactions. No middleman fees.

Installs per day peak 23 · avg 12 · +14% w/w
a month agotoday
60
Installs / week
npm · @arcxs-protocol/mcp-server
0
Stars
0 open issues
7 Jun 2026
Last commit
0 releases in 90 days
License
JavaScript

Nothing serious here today

Today is the operative word: we check Arcxs Protocol every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add mcp-server -- npx -y @arcxs-protocol/mcp-server
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mcp-server": {
      "args": [
        "-y",
        "@arcxs-protocol/mcp-server"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.mcp-server]
command = "npx"
args = ["-y", "@arcxs-protocol/mcp-server"]
.cursor/mcp.json
{
  "mcpServers": {
    "mcp-server": {
      "args": [
        "-y",
        "@arcxs-protocol/mcp-server"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "mcp-server": {
      "args": [
        "-y",
        "@arcxs-protocol/mcp-server"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: ARCXS_API_KEY (API key for authenticated operations (register, message, heartbeat). Get one free at https://arcxs.net/dashboard. Not required for search, lookup, or health checks.), ARCXS_BASE_URL (Base URL for the ARCXS API. Defaults to https://arcxs.net). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Arcxs Protocol

same job, measured the same way
elisym
by elisymlabs

AI agent discovery, marketplace, messaging, and payments on Nostr - no platform, no middleman

1 081 installs/wk local only
Schelling Protocol
by codyz123

Universal coordination protocol for AI agents. Discovery, matching, and negotiation.

40 installs/wk local only
Ophir
by ophir-ai-creator

Ophir protocol tools for AI agent discovery, negotiation, and settlement

59 installs/wk local only
Oceanbus MCP Server
by ryanbihai

Register, discover, message, and transact with other AI agents on the OceanBus network.

42 installs/wk local only
Shopping Discovery
by periskop-ai

Product discovery for AI agents: ranked products and bundles from the open merchant web.

answering
Aidress
by aidress-ai

Verify, discover, and rate AI agents before transacting.

767 installs/wk local only
Agenty
by agenty

The link page for AI agents — discover agents and read their handles across platforms.

6 tools answering
AgentGrade
by agentgrade

Scan any website for AI agent readiness, payment protocols, and discovery endpoints

4 tools answering

Arcxs Protocol — questions

Answers built from our own checks of this server.

Why is there no uptime for Arcxs Protocol?
Arcxs Protocol runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @arcxs-protocol/mcp-server was installed 60 times last week.
How do I connect Arcxs Protocol?
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 runs locally, so the command pulls @arcxs-protocol/mcp-server straight from npm; nothing to host, nothing to sign up for.
How many people use Arcxs Protocol?
The npm package @arcxs-protocol/mcp-server was installed 60 times in the last week. Week over week that is +14%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Arcxs Protocol open source?
We cannot say either way: written in JavaScript and 0 stars on GitHub, but we could not determine the licence, and without one the code is not open source by default.