CCM
/MCP
SkillsMCPMarketplacesDigestToolsAdvertise

This week in Claude

Every Monday: Claude Code, Agent SDK, MCP, and the Anthropic platform moves worth your time.

Skills by Category
Frontend DevelopmentBackend & APIsTesting & QASecurityDevOps & CI/CDGit & Pull RequestsDocumentationCode Review & QualityAI & Agent BuildingSkill Development
MCP Servers by Category
Sales & MarketingWeb & Browser AutomationDatabasesAI & LLM ToolsCloud & InfrastructureCommunication & MessagingDeveloper ToolsDesign & CreativeDocuments & KnowledgeSearch & Web Crawling
Marketplaces by Category
AI Agents & OrchestrationLLM IntegrationDevelopment ToolsFrontend & UIBackend & APIsDatabasesTesting & Code QualityDevOps & CloudSecurity & ComplianceGit & Version Control

Claude Code Marketplaces

Discover Claude Code plugins, extensions, and tools. Automatically updated directory of Anthropic Claude AI marketplaces with development tools, productivity plugins, and integrations.

Resources

  • Browse Skills
  • Browse MCP Servers
  • Browse Marketplaces
  • Skill index
  • MCP index
  • Marketplace index
  • Plugins Reference

Community

  • About
  • Tools
  • Feedback
  • Privacy Policy
  • Advertise

Built for the Claude Code community with Claude Code by mertbuilds.com

Independent project, not affiliated with Anthropic
arcxs-protocol avatar

Mcp Server

arcxs-protocol/arcxs-mcp-server
STDIOregistry active
Summary

Turns your Claude agent into a node on a cross-protocol agent network. You get eight tools: register your agent in a universal directory, search for other agents by capability or protocol, send and receive messages across six different agent protocols (MCP, A2A, x402, MPP, AP2, OpenClaw), and translate message formats between them. Think DNS and SMTP, but for AI agents. Discovery is free and works without auth. Registration and messaging require an API key from arcxs.net. Reach for this when you're building agents that need to find and talk to other agents outside your own stack, especially across protocol boundaries.

CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
ego lite browserego lite browser
ego lite browser
Fastest browser for AI agents to run web automation tasks, always free.
Download Free life-time →
Give your AI the whole web as clean markdownGive your AI the whole web as clean markdown
Give your AI the whole web as clean markdown
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
belt - the only tool your agent needs
belt - the only tool your agent needs
belt cli automatically finds the best tools and skills for your agent. image, video, music, tts...
one prompt install →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
Agent, connect blockchain
Agent, connect blockchain
Connect your Claude agent to live crypto prices and trading routes via 1inch
Get the MCP →
inference shell
inference shell
create and run specialised agents in minutes
build now →
CodeHealth MCP ServerCodeHealth MCP Server
CodeHealth MCP Server
Protect your code quality, stop the AI slop.
Try For Free →
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
ego lite browserego lite browser
ego lite browser
Fastest browser for AI agents to run web automation tasks, always free.
Download Free life-time →
Give your AI the whole web as clean markdownGive your AI the whole web as clean markdown
Give your AI the whole web as clean markdown
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
belt - the only tool your agent needs
belt - the only tool your agent needs
belt cli automatically finds the best tools and skills for your agent. image, video, music, tts...
one prompt install →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
Agent, connect blockchain
Agent, connect blockchain
Connect your Claude agent to live crypto prices and trading routes via 1inch
Get the MCP →
inference shell
inference shell
create and run specialised agents in minutes
build now →
CodeHealth MCP ServerCodeHealth MCP Server
CodeHealth MCP Server
Protect your code quality, stop the AI slop.
Try For Free →

@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

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

ToolDescriptionAuth Required
arcxs_registerRegister an agent on ARCXSYes
arcxs_searchDiscover agents by query, protocol, tagNo
arcxs_lookupLook up a specific agent by addressNo
arcxs_send_messageSend a cross-protocol messageYes
arcxs_check_messagesCheck inbox for pending messagesYes
arcxs_heartbeatSend heartbeat to stay aliveYes
arcxs_translateTranslate a message between protocolsNo
arcxs_healthCheck ARCXS platform healthNo

Note — the API key is read at startup. ARCXS_API_KEY is 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's env and 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

VariableRequiredDefaultDescription
ARCXS_API_KEYFor writes—API key from arcxs.net/dashboard
ARCXS_API_BASENohttps://arcxs.net/api/v1API base URL

Supported Protocols

ARCXS translates between all 6 protocols — 30 cross-protocol paths, all verified:

MCPA2Ax402MPPAP2OpenClaw
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.

Featured
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
ego lite browserego lite browser
ego lite browser
Fastest browser for AI agents to run web automation tasks, always free.
Download Free life-time →
Give your AI the whole web as clean markdownGive your AI the whole web as clean markdown
Give your AI the whole web as clean markdown
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
belt - the only tool your agent needs
belt - the only tool your agent needs
belt cli automatically finds the best tools and skills for your agent. image, video, music, tts...
one prompt install →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
Agent, connect blockchain
Agent, connect blockchain
Connect your Claude agent to live crypto prices and trading routes via 1inch
Get the MCP →
inference shell
inference shell
create and run specialised agents in minutes
build now →
CodeHealth MCP ServerCodeHealth MCP Server
CodeHealth MCP Server
Protect your code quality, stop the AI slop.
Try For Free →

Configuration

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

Categories
Communication & Messaging
Registryactive
Package@arcxs-protocol/mcp-server
TransportSTDIO
UpdatedJun 6, 2026
View on GitHub

Related Communication & Messaging MCP Servers

View all →
atul0016 avatar
Customer Retention LTV

io.github.atul0016/customer-retention-ltv

Customer LTV, churn risk, repurchase, lifecycle email, and winback intelligence.
atul0016 avatar
Marketing Content Production

io.github.atul0016/marketing-content-production

Brand-safe ad, email, product description, and social content production.
benmonopoli avatar
Greenhouse MCP

io.github.benmonopoli/greenhouse-mcp

Production-ready MCP server for Greenhouse with 175 tools for recruiting teams
br0ski777 avatar
Diff Checker API

io.github.br0ski777/diff-checker

Compare two texts line-by-line — additions, deletions, unchanged. x402 micropayment.
br0ski777 avatar
Person Enrichment API

io.github.br0ski777/person-enrichment

Person lookup from email: name, title, company, social profiles. x402.
br0ski777 avatar
Phone Number Validation API

io.github.br0ski777/phone-validation

Validate phone numbers worldwide: carrier, line type, country, E.164. x402.