# x402watch

Wash-filtered intelligence layer for x402 — read-only access to category stats, service details, wash analysis aggregate, service search, and 24h trends.

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y smithery mcp add bakyang2/x402watch

# Browse available tools
npx -y smithery tool list bakyang2/x402watch

# Get full schema for a tool
npx -y smithery tool get bakyang2/x402watch x402_get_categories

# Call a tool
npx -y smithery tool call bakyang2/x402watch x402_get_categories '{}'
```

## Direct MCP Connection

Endpoint: `https://x402watch--bakyang2.run.tools`

## Tools (5)

- `x402_get_categories` — List all 33 x402 service categories with aggregate stats: services
- `x402_get_service` — Get the full detail record for one x402 service: name, description,
- `x402_check_wash` — Get the aggregate wash-report dataset: 30-day total active buyers,
- `x402_search_services` — Search the index of 36k+ x402 services with filters. Returns a
- `x402_get_trends` — Get the last-24-hour trends snapshot: new services count vs the

```bash
# Get full input/output schema for a tool
npx -y smithery tool get bakyang2/x402watch <tool-name>
```
