Skip to content

Instantly share code, notes, and snippets.

@dinesh1301
Last active May 26, 2025 04:12
Show Gist options
  • Save dinesh1301/2760de4b8dfcfed819e0e63481e1b0f7 to your computer and use it in GitHub Desktop.
Save dinesh1301/2760de4b8dfcfed819e0e63481e1b0f7 to your computer and use it in GitHub Desktop.

Agentic Sales rep for consumer business

While there are excellent sales reps for the B2B sector—where ticket sizes are quite high—you generally can’t hire dedicated sales reps for low-ticket-size consumer businesses. However, in the current agentic era, we can empower our agents to pursue consumers directly and help them purchase the most relevant products. Here’s a simple idea: each agent has access to various MCP servers for reading every user action and can contact the user via multiple channels.

Sample MCP servers for data collection

  1. Mixpanel MCP server to get access to every action taken by the user in near instant
  2. Postgres MCP server to get access to product data of the user
  3. Whatsapp MCP server to send whatsapp notification
  4. Vapi/Exotel MCP server to call the customer
  5. Sendgrid MCP server to send hyperpersonalised email
  6. Firebase MCP server to send app notifications

Before the AI era, everything was rule-based: PMs defined specific rules to create cohorts, but messages remained static and never truly personalized. Now is the time to change that. The sole purpose of this agent is to sell something highly relevant to each user. It can reach out via email, WhatsApp, phone call, or push notification—and, based on the user’s replies or conversations, continuously refine its context and messaging.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment