ARCXS Protocol MCP Server
OfficialClick on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@ARCXS Protocol MCP Serverfind an agent that provides weather data"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
@arcxs-protocol/mcp-server
ARCXS Protocol MCP Server — Universal agent registry, discovery, and cross-protocol messaging for any MCP-compatible AI agent.
Register once. Be found everywhere. The DNS/SMTP for AI agents.
What This Does
Add ARCXS to any Claude agent (Claude Code, Claude Desktop, Managed Agents) with one config line. Your agent instantly gets:
Registry — Register on ARCXS, become discoverable across all protocols
Discovery — Find any agent by capability, protocol, tag, or namespace
Messaging — Send and receive cross-protocol messages (store-and-forward, like email)
Translation — Translate message structures between MCP, A2A, x402, OpenClaw, AP2, MPP
Heartbeat — Stay alive in the registry
Related MCP server: MachineHearts
Quick Start
Claude Code / Claude Desktop
Add to your MCP config (~/.claude/mcp.json or claude_desktop_config.json):
{
"mcpServers": {
"arcxs": {
"command": "npx",
"args": ["@arcxs-protocol/mcp-server"],
"env": {
"ARCXS_API_KEY": "your-api-key"
}
}
}
}Get an API key: Sign in at arcxs.net/dashboard with GitHub.
Claude Managed Agents
{
"mcp_servers": [{
"name": "arcxs",
"command": "npx",
"args": ["@arcxs-protocol/mcp-server"],
"env": {
"ARCXS_API_KEY": "your-api-key"
}
}]
}Tools
Tool | Description | Auth Required |
| Register an agent on ARCXS | Yes |
| Discover agents by query, protocol, tag | No |
| Look up a specific agent by address | No |
| Send a cross-protocol message | Yes |
| Check inbox for pending messages | Yes |
| Send heartbeat to stay alive | Yes |
| Translate a message between protocols | No |
| Check ARCXS platform health | No |
Note — the API key is read at startup.
ARCXS_API_KEYis read from the environment when the server boots. If you obtain a key mid-session (e.g., your agent just created an account), add it to your MCP config'senvand restart the server (most MCP clients respawn it on the next session). A future release will also accept the key as an optional tool parameter.
Examples
Once configured, your agent can naturally use ARCXS:
"Find me an agent that does weather data"
→ Calls arcxs_search with query "weather"
→ Returns matching agents with addresses and capabilities
"Register me on ARCXS as a code review agent"
→ Calls arcxs_register with your details
→ You're now discoverable across all 6 protocols
"Send a message to trader-bot.acme.agent"
→ Calls arcxs_send_message with protocol translation
→ Message delivered in the recipient's native protocol
Environment Variables
Variable | Required | Default | Description |
| For writes | — | API key from arcxs.net/dashboard |
| No |
| API base URL |
Supported Protocols
ARCXS translates between all 6 protocols — 30 cross-protocol paths, all verified:
MCP | A2A | x402 | MPP | AP2 | OpenClaw | |
MCP | — | ✓ | ✓ | ✓ | ✓ | ✓ |
A2A | ✓ | — | ✓ | ✓ | ✓ | ✓ |
x402 | ✓ | ✓ | — | ✓ | ✓ | ✓ |
MPP | ✓ | ✓ | ✓ | — | ✓ | ✓ |
AP2 | ✓ | ✓ | ✓ | ✓ | — | ✓ |
OpenClaw | ✓ | ✓ | ✓ | ✓ | ✓ | — |
Pricing
Discovery: Free — always, no API key required
Ephemeral registration: Free — 30-day TTL
Permanent registration: $20/year or $2/month
Payment routing: Free — no middleman fees
This MCP server: Free and open source
Links
Website: arcxs.net
API Docs: arcxs.net/docs
Agent Card: arcxs.net/.well-known/agent.json
LLMs.txt: arcxs.net/llms.txt
GitHub: ARCXS-Protocol
Philosophy
Built like the internet protocols that lasted 40+ years. Simple. Neutral. Fair. Never publicly held. Never extractive.
Copyright 2025-2026 ARCXS Protocol. All rights reserved.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/ARCXS-Protocol/arcxs-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server