# onyx-mcp

## Quick Start

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

# Browse available tools
npx -y @smithery/cli@latest tool list dimitrilaouanis/onyx-mcp

# Get full schema for a tool
npx -y @smithery/cli@latest tool get dimitrilaouanis/onyx-mcp onyx_sms_verify

# Call a tool
npx -y @smithery/cli@latest tool call dimitrilaouanis/onyx-mcp onyx_sms_verify '{}'
```

## Direct MCP Connection

Endpoint: `https://onyx-mcp--dimitrilaouanis.run.tools`

## Tools (2)

- `onyx_sms_verify` — Receive an SMS OTP on a physical phone with a real carrier SIM. No VoIP, no virtual numbers. Demo mode returns syntheti…
- `onyx_solve_captcha` — Solve an image-based text captcha. OCR via ddddocr (~30ms, 70-90% accuracy on standard web captchas). (price: $0.003 US…

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get dimitrilaouanis/onyx-mcp <tool-name>
```
