Catalog
io.github.ARCXS-Protocol/mcp-server
Officialby ARCXS-Protocol · JavaScript
The DNS/SMTP for AI agents: cross-protocol discovery, messaging and transactions. No middleman fees.
Cross-protocol discovery and messaging infrastructure for AI agents without intermediaries.
README not available yet.
Install
Configuration
Environment variables
ARCXS_API_KEYAPI 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_URLBase URL for the ARCXS API. Defaults to https://arcxs.net
claude_desktop_config.json
{
"mcpServers": {
"mcp-server": {
"command": "npx",
"args": [
"-y",
"@arcxs-protocol/mcp-server@1.0.3"
],
"env": {
"ARCXS_API_KEY": "<YOUR_ARCXS_API_KEY>",
"ARCXS_BASE_URL": "<YOUR_ARCXS_BASE_URL>"
}
}
}
}