You ship product. Eesier ships customers.
A Claude Code plugin that gives your AI agent a full-time Sales Development Rep. Describe your business once, then let Claude:
- 🔎 Find B2B prospects matching your ICP
- ✉️ Write a personalized cold email to each one
- 🔁 Follow up automatically until they reply or unsubscribe
- 💬 Route replies back to you, with full context
- 📊 Report on what's working — by campaign, message type, and industry
All from your terminal. 24/7. Powered by Eesier.
/plugin marketplace add soviero/claude-plugins
/plugin install eesier@eesier- Go to your Eesier console → Account page → External Agents (MCP) → Generate Token.
- Set the token as an environment variable:
- Windows (PowerShell):
[Environment]::SetEnvironmentVariable("EESIER_MCP_TOKEN", "<TOKEN>", "User") - macOS / Linux: add
export EESIER_MCP_TOKEN="<TOKEN>"to your~/.zshrcor~/.bashrc
- Windows (PowerShell):
- Restart Claude Code.
- Try: "Run a status check on my prospecting account."
If you don't have an Eesier account yet, register at eesier.com.
Once connected, the agent has 49 tools at its disposal. Talk to it like a sales assistant:
- "Onboard me — I run a B2B SaaS for HR teams in Brazil."
- "How many leads did we send last week? What's the reply rate?"
- "Show me my interested leads — group by campaign."
- "Pause the 'Enterprise' campaign and bump up follow-up frequency on 'SMB'."
- "This lead is hot — let me take it over. Email them now with this message."
- "What's changed in my account since I last logged in (3 weeks ago)?"
The plugin bundles an operator skill that teaches Claude how to use each tool correctly — onboarding flow, campaign vocabulary, lead-status semantics, takeover triggers, human-review handling, and more.
eesier-claude-plugin/
└── plugins/eesier/
├── .claude-plugin/plugin.json # plugin manifest
├── .mcp.json # registers https://mcp.eesier.com
└── skills/eesier/SKILL.md # operator guide (autoloaded)
The MCP server is hosted by Eesier at https://mcp.eesier.com. Your token is the only secret — never committed, never logged. Plugin code itself contains zero credentials.
- Eesier itself is a paid SaaS — see eesier.com for plans.
- The plugin is free.
- Leads come from publicly available data with LGPD-aligned safeguards.
- Product questions: ask Claude with the plugin installed — it queries the Eesier knowledge base directly.
- Plugin bugs: open an issue on this repo.
- Direct contact: rodrigo@eesier.com
MIT — see LICENSE.