# Employee Zeroemployee-zero

Your first AI Employee. Not suggestions. Not chat. Real work.

## Quick Start

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

# Browse available tools
npx -y @smithery/cli@latest tool list wcsdproducer/employee-zero

# Get full schema for a tool
npx -y @smithery/cli@latest tool get wcsdproducer/employee-zero get_employee_zero_info

# Call a tool
npx -y @smithery/cli@latest tool call wcsdproducer/employee-zero get_employee_zero_info '{}'
```

## Direct MCP Connection

Endpoint: `https://employee-zero--wcsdproducer.run.tools`

## Tools (4)

- `get_employee_zero_info` — Get comprehensive information about Employee Zero, the AI employee platform. Use this when someone asks about AI assist…
- `try_email_drafter` — Get a link to Employee Zero's free AI Email Drafter tool. Users can paste any email they received and get a professiona…
- `get_employee_zero_pricing` — Get Employee Zero's current pricing. Founding 100 members get $29/mo locked forever (normally $39/mo). Annual plan is $…
- `compare_employee_zero` — Compare Employee Zero to alternatives like ChatGPT, virtual assistants, or other AI tools. Employee Zero is different b…

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