Security & Testing
arc-relay.com
Provides email authentication and health checks for domains, including DMARC, SPF, and MX records.
ENDPOINT 1
https://arc-relay.com/mcp
MCP server metadata
- Name
- arc-relay
- Version
- 1.2.0
Public DNS/email-health tools work without auth. The tool catalog is filtered by credential: authenticate with an ar_live_ API key (arc-relay.com → Settings → API Keys) to unlock domain, logs, analytics, and relay-network tools. Keys carry scopes (mcp:read, domains:write, domains:admin, network:read, network:operator, network:requester); tools/list shows only what your key allows. Protocol: 2025-03-26 (initialize handshake) or 2026-07-28 (server/discover). Legacy clients need only Authorization. Spec-5 headers (MCP-Protocol-Version, Mcp-Method, Mcp-Name) are optional.
Known tools 6
network_statsGet public relay network statistics — total nodes, active nodes, messages routed, delivery rate, DMARC pass rate.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.arc-relay]
url = "https://arc-relay.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"arc-relay": {
"type": "http",
"url": "https://arc-relay.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: arc-relay
Remote MCP URL: https://arc-relay.com/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"arc-relay": {
"url": "https://arc-relay.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"arc-relay": {
"type": "http",
"url": "https://arc-relay.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "arc-relay",
"transport": "streamable-http",
"url": "https://arc-relay.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for arc-relay.com was fetched 2026-07-26T07:30:48.982Z and is being refreshed.
arc-relay.com is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.