npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

@arcxs-protocol/mcp-server

v1.0.3

Published

ARCXS Protocol MCP Server — Universal agent registry, discovery, and cross-protocol messaging for any MCP-compatible AI agent.

Downloads

375

Readme

@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

| Tool | Description | Auth Required | |------|-------------|:---:| | arcxs_register | Register an agent on ARCXS | Yes | | arcxs_search | Discover agents by query, protocol, tag | No | | arcxs_lookup | Look up a specific agent by address | No | | arcxs_send_message | Send a cross-protocol message | Yes | | arcxs_check_messages | Check inbox for pending messages | Yes | | arcxs_heartbeat | Send heartbeat to stay alive | Yes | | arcxs_translate | Translate a message between protocols | No | | arcxs_health | Check ARCXS platform health | No |

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 | |----------|----------|---------|-------------| | ARCXS_API_KEY | For writes | — | API key from arcxs.net/dashboard | | ARCXS_API_BASE | No | https://arcxs.net/api/v1 | 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

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.