# claw-net

AI agent orchestration — 12,000+ API endpoints, crypto data skills, Manifest verification, Attestation proofs. Use with API key credits or call x402 endpoints directly with a wallet.

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add xmint/claw-net

# Browse available tools
npx -y @smithery/cli@latest tool list xmint/claw-net

# Get full schema for a tool
npx -y @smithery/cli@latest tool get xmint/claw-net list-skills

# Call a tool
npx -y @smithery/cli@latest tool call xmint/claw-net list-skills '{}'
```

## Direct MCP Connection

Endpoint: `https://claw-net--xmint.run.tools`

**Required config:**
- `CLAWNET_API_KEY` (header) — API key from claw-net.org/dashboard (starts with cn-). Free to start.

## Tools (6)

- `list-skills` — Browse the ClawNet skill marketplace. Returns public skills with IDs, descriptions, and credit costs.
- `get-skill` — Get full details about a ClawNet skill including input variables, pricing, and usage examples.
- `invoke-skill` — Execute a ClawNet skill with the provided variables. Returns AI-generated analysis. Requires CLAWNET_API_KEY env var. (…
- `search-registry` — Search ClawNet's API endpoint registry (12,000+ endpoints across 500+ providers). Find the right API for any task.
- `orchestrate` — Run a free-form query through ClawNet's AI orchestration engine. Automatically selects APIs, executes multi-step workfl…
- `get-credits` — Check your ClawNet credit balance. Requires CLAWNET_API_KEY.

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get xmint/claw-net <tool-name>
```
