# Outreach Today MCP

Set up and manage cold outreach email accounts and domains. Build powerful AI sales agents effortlessly. Trusted by 2000+ B2B companies

## Quick Start

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

# Browse available tools
npx -y @smithery/cli@latest tool list OutreachToday/cold-outreach

# Get full schema for a tool
npx -y @smithery/cli@latest tool get OutreachToday/cold-outreach profile

# Call a tool
npx -y @smithery/cli@latest tool call OutreachToday/cold-outreach profile '{}'
```

## Tools (25)

- `profile` — Get the profile for the current user
- `current-user-domains` — Get the domains for the current user
- `check-available-domains` — Check if a domain is available
- `save-domains-choice` — Save the domains choice
- `purchase-dns-hosting` — Purchase DNS hosting
- `change-domains-redirects` — Change the redirects for a domain
- `set-domain-dns-records` — Set the DNS records for a domain
- `replace-restricted-domains` — Replace the restricted domains with the new domains
- `current-user-mailboxes` — Get the mailboxes for the current user
- `save-mailbox-choice` — Save the mailbox choice
- `update-mailboxes` — Update the mailboxes
- `upgrade-subscription` — Upgrade the subscription
- `api-keys` — Get the API keys for the current user
- `workspace-credits` — Get the credits for the workspace
- `workspace-subscription-status` — Get the subscription status for the workspace
- `workspace-invoices` — Get the invoices for the workspace
- `workspace-payment-method` — Get the payment method for the workspace
- `workspace-add-user` — Add a user to the workspace
- `workspace-delete-user` — Delete a user from the workspace
- `workspace-update` — Update a workspace
- `workspace-users` — Get the users for a workspace
- `workspace-create` — Create a workspace
- `health-tests` — Get the health tests for the workspace
- `domains-health` — Get the health of the domains
- `domains-dns-records` — Get the DNS records for the domains

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

---

Source: https://github.com/OutreachToday/mcp
