# registry

## Quick Start

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

# Browse available tools
npx -y @smithery/cli@latest tool list mote/registry

# Get full schema for a tool
npx -y @smithery/cli@latest tool get mote/registry search_merchants

# Call a tool
npx -y @smithery/cli@latest tool call mote/registry search_merchants '{}'
```

## Direct MCP Connection

Endpoint: `https://registry--mote.run.tools`

## Tools (6)

- `search_merchants` — Search the MOTE merchant registry for businesses. Filter by text query, category, and location. Returns matching mercha…
- `get_merchant` — Get the full profile for a specific merchant by ID or slug. Returns all details including description, pricing, deliver…
- `list_categories` — List all business categories in the MOTE registry with merchant counts.
- `get_merchant_products` — Get all products and services offered by a specific merchant. Returns product names, descriptions, prices, and categori…
- `search` — ChatGPT-compatible search. Returns merchant IDs matching a query. Use fetch tool to get full details.
- `fetch` — ChatGPT-compatible fetch. Returns full merchant record by ID.

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