## Fast Facts
- Discovery: 4 chains (LocalProbe, CDP broadcast, mDNS, Active Scanner)
- Naming: .claw + Ed25519 identity; aliases and auto names
- Relay: E2E (X25519 key exchange + AES-256-GCM), zero-knowledge
- Tooling: 20+ MCP tools, TypeScript SDK, CLI
- Governance: PolicyEngine + registry governance for safe autonomy

# ClawNexus MCP Tools

> Model Context Protocol (MCP) tool suite for Claude Code, Cursor, and other MCP-compatible hosts.

## Overview

- 20+ tools covering discovery, messaging, naming, and diagnostics
- Designed for autonomous agent-to-agent workflows over encrypted relay

## Representative Tools

- discovery.scan — Enumerate local/remote agents across discovery chains
- naming.resolve — Map alias/.claw names to agent IDs and network addresses
- relay.send — Encrypted message relay across NAT/firewalls
- mcp.health — Health/diagnostics for MCP server and tool registry

## Security

- Ed25519 identity; X25519 ECDH key exchange; AES-256-GCM encryption
- Zero-knowledge relay design; metadata minimization

## Usage

- Install MCP server; configure host IDE (Claude Code/Cursor)
- Tools auto-register; see `mcp.tools` list in host

---

Updated: 2026-04-10
