# dock-ai

Discover whether a business domain has a ready-to-use connector so you can shop, book, or interact directly. Check availability across providers and understand what you can do. Skip manual searching …

## Quick Start

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

# Browse available tools
npx -y @smithery/cli@latest tool list dockai/dock-ai

# Get full schema for a tool
npx -y @smithery/cli@latest tool get dockai/dock-ai resolve_domain

# Call a tool
npx -y @smithery/cli@latest tool call dockai/dock-ai resolve_domain '{}'
```

## Direct MCP Connection

Endpoint: `https://dock-ai--dockai.run.tools`

## Tools (1)

- `resolve_domain` — Check if an MCP connector exists for a business domain.

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

## Resources

- `docs://getting-started` — Getting started guide for Dock AI.
- `docs://supported-providers` — List of supported MCP providers.

## Prompts (2)

- `discover_business` (business_name) — Help discover MCP connectors for a business by name.
- `setup_connector` — Guide for setting up MCP connectors in AI assistants.
