1
0 Comments

Introducing - Gavi WhatsApp Automations

Hey IH πŸ‘‹

I just launched Gavi WhatsApp Automations β€” a platform to make WhatsApp messaging actually usable for developers and AI coding tools.

The problem

Every existing WhatsApp API provider I tried was one of these:

  • Enterprise-only with 3-week sales cycles for a $50/mo use case

  • 10–50% markup on Meta's already-priced per-message charges

  • Terrible DX β€” no MCP, no SDK, no examples, XML-based APIs

I kept thinking: I just want to type "send a WhatsApp to my friend saying the deploy is done" in Cursor and have it work.

So I built it.

What I built

  • MCP server (npx @gaviwhatsapp/mcp) β€” works in Cursor, Claude Code, Codex. Just ask in natural language.

  • REST API β€” 7 endpoints (send, template, media, broadcast, history, templates, webhooks)

  • TypeScript & Python SDKs β€” published to npm and PyPI

  • Visual flow builder β€” for non-devs who want forms/conversation flows without code

  • Webhooks β€” HMAC-SHA256 signed events (message.received, delivered, read, failed)

Runs on the official WhatsApp Business Cloud API β€” same infra as "real" WhatsApp Business. Meta bills you directly for messages (no middleman markup).

Pricing

  • $9.99/mo β€” API access, MCP server, SDKs, webhooks

  • $24.99/mo β€” Everything + visual flow builder + broadcast UI

No per-message fees from me. You pay Meta's rates directly to your WABA.

What I learned building this

  1. MCP is insanely powerful for distribution. I published to the official MCP Registry and 3+ directory sites. Every AI coding tool now has a path to discover my product.

  1. Pricing is a positioning tool. $9.99 feels "indie" and trustworthy. $49 would have positioned me against the enterprise guys β€” and I'd lose.

  1. Skills files (SKILL.md, CLAUDE.md, CODEX.md) are the new README. AI agents read these. I shipped them day one.

  1. Building 3 SDKs (TS, Python, REST) doubles your addressable market. It's not 2x work when you have good code gen / a clean core API.

Links


Would love feedback on:

  1. Is $9.99 the right entry price, or should I split into a free tier + $9.99?

  1. What integrations would unlock WhatsApp for your side project?

  1. Any GTM channels I'm missing?

Thanks for reading πŸ™

posted toAvatar for product Gavi Whatsapp Automations
Gavi Whatsapp Automations