# FavCRM AI Manager CRM Starter — US$49/month

Welcome the AI era. FavCRM is an AI Manager CRM for service businesses: one
workspace for bookings, customers, payments, WhatsApp, campaigns, approval gates,
and AI-agent operations. MCP, CLI, and REST API access let agents and developers
operate the same records your team uses.

- **Price:** US$49 / month. Plus Meta conversation fees — pass-through, zero markup.
- **No lock-in. No credit card to start.**
- Built on the official WhatsApp Business API, Stripe payments, and the Model
  Context Protocol (MCP).

## What the AI agent does

- **Answers WhatsApp 24/7** — replies to enquiries in seconds, in your
  customers' language, even at 1am.
- **Books without you** — reads intent, checks live availability, confirms the
  slot, blocks double-bookings.
- **Builds your CRM automatically** — every conversation becomes a contact
  record: history, tags, spend, preferences.
- **Chases the follow-up** — reminders, re-booking nudges and win-back messages
  go out on schedule.

## Sign up with your AI agent

Connect FavCRM to the tool you already use, then say "sign me up." Your agent
runs two MCP calls — `register_organisation_request` then
`register_organisation_verify` — you paste the 6-digit code emailed to you,
and a `fav_mcp_` API key is issued. This creates a free workspace; Starter
(US$49/mo) is the in-product upgrade.

No config? Once your agent can reach the MCP endpoint, just paste it this prompt:

> Sign me up for FavCRM — <your business>, <type>, <city>. Use the MCP server at https://api.favcrm.io/mcp.

**Works with any AI agent.** Claude, Cursor, ChatGPT, OpenAI Codex, VS Code,
Windsurf, Gemini CLI, Cline, Zed — and any other MCP client. No vendor lock-in.

### Cursor — `~/.cursor/mcp.json`

```json
{
  "mcpServers": {
    "favcrm": {
      "url": "https://api.favcrm.io/mcp"
    }
  }
}
```

### Claude Code

```
claude mcp add --transport http favcrm https://api.favcrm.io/mcp
```

### favcrm CLI

```
cargo install --git https://github.com/favcrm/cli
favcrm signup request --email you@studio.com --organisation-name "Your Studio"
favcrm signup verify --request-id <id> --code 382915
```

### cURL

```
curl -s https://api.favcrm.io/mcp \
  -H 'content-type: application/json' \
  -d '{"jsonrpc":"2.0","id":1,"method":"tools/call",
    "params":{"name":"register_organisation_request",
      "arguments":{"email":"you@studio.com","organisationName":"Your Studio"}}}'
```

### Or sign up with a form

Web form: https://app.favcrm.io/register?planCode=ai_crm_agentic

## What's included (US$49/month)

- AI Manager CRM that replies, books & follows up
- WhatsApp Business API — 1 verified number
- 24/7 automated customer replies
- Booking module — unlimited bookings + self-serve page
- MCP-ready storefront — customers' AI agents can browse & buy
- CRM — customer records, tags, notes, and activity history
- Stripe online payments — no markup
- Production workspace · 3 staff seats
- 1M AI credits / month + top-up as you grow

## FAQ

**What is an AI Manager CRM?** A CRM where AI agents can draft replies, book
appointments, update customer records, prepare payment links, and queue
follow-ups with approval gates for sensitive work.

**Is FavCRM a headless CRM?** Yes — the data and business logic are decoupled
from any fixed UI and exposed over an MCP server, a CLI and a REST API. The AI
agent is the default operator of that headless backend; you can also drive it
from your own front-end.

**Is this the official WhatsApp Business API?** Yes — Meta's official API,
green-tick eligible and broadcast-ready. Not an unofficial automation bridge.

**What does US$49 cover?** The Starter platform fee: AI Manager CRM, booking
module, approval queue, 3 staff seats, 1M AI credits, and one verified WhatsApp
number setup path. Meta's per-conversation fees are billed at Meta's standard
rates with no markup from FavCRM.

**Can my AI agent sign me up?** Yes — see "Sign up with your AI agent" above.
Either an MCP client or the favcrm CLI; it creates a free workspace.

**Which AI agents does this work with?** Any MCP-compatible client — Claude,
Cursor, ChatGPT, OpenAI Codex, VS Code, Windsurf, Gemini CLI, Cline, Zed and
more — plus the favcrm CLI. MCP is an open protocol: no vendor lock-in.

---

Sign up: https://favcrm.io/campaigns/agentic-crm
