Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx agentmods add rules/leadmagic/smartlead-mcp-server/project-overviewgit clone --depth 1 https://github.com/LeadMagic/smartlead-mcp-serverWhat it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.00012 | $0.01783 |
| Opus 5 | $0.00006 | $0.00892 |
| Sonnet 5 | $0.00002 | $0.00357 |
| Haiku 4.5 | $0.00001 | $0.00178 |
Grade A, and why
SmartLead MCP Server Project Overview scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 2d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 183 lines — stays where its author put it; the contents beside it link to each section on GitHub.
🚀 SmartLead MCP Server - Project Overview & Navigation
Quick Start: This is your complete guide to the SmartLead MCP Server codebase. Use this to understand the project structure, find files quickly, and navigate the architecture.
🎯 What is This Project?
The SmartLead MCP Server is a comprehensive Model Context Protocol (MCP) server that provides complete access to SmartLead's cold email automation platform through AI coding assistants like Claude, Cursor, Windsurf, and Continue.dev.
🔥 Key Stats
- 116+ MCP Tools covering the complete SmartLead API
- 9 API Modules for different functionality areas
- TypeScript-first with comprehensive type safety
- Production-ready with proper error handling
- Cross-platform (macOS, Linux, Windows)
🏗️ Architecture Overview
🚪 Entry Points (Start Here)
📁 Root Entry Points
├── 🎯 src/index.ts → Main CLI entry point (server/installer router)
├── 🖥️ src/server.ts → MCP server implementation (registers all tools)
└── 🎨 src/installer.tsx → Beautiful React Ink installer with purple gradients
🧠 Core Components
📁 Core System
├── 🔌 src/client/index.ts → Modern SmartLead API client (aggregates all modules)
├── 🛠️ src/client/base.ts → Base HTTP client (retry logic, error handling)
└── 📋 src/types.ts → Global TypeScript types & Zod validation schemas
📂 Directory Structure Map
🔧 API Modules (src/modules/)
Each module handles a specific SmartLead API category
📁 src/modules/
├── 🎯 campaigns/client.ts → Campaign management & automation
├── 👥 leads/client.ts → Lead & prospect management
├── 📧 email-accounts/client.ts → Email account management & warmup
├── 📊 analytics/client.ts → Analytics & reporting data
├── 📈 statistics/client.ts → Statistics & performance metrics
├── 🚀 smart-delivery/client.ts → Deliverability optimization & spam testing
├── 🤖 smart-senders/client.ts → Domain & sender reputation management
├── 🔗 webhooks/client.ts → Webhook management & automation
└── 👤 client-management/client.ts → Team & client management
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 2d ago First seen · 183 lines · 12 tokens per session scan A 5a06766620be
SmartLead MCP Server Project Overview is a cursor rule published in the GitHub repository LeadMagic/smartlead-mcp-server (21 stars, last pushed 1y ago), licensed MIT. It adds 12 tokens to every session and 1,783 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other cursor rules, from other repositories
bmad-orchestrator
This rule is triggered when the user types @bmad-orchestrator and activates the BMad Master Orchestrator agent persona.
analyst
This rule is triggered when the user types @analyst and activates the Business Analyst agent persona.
architect
This rule is triggered when the user types @architect and activates the Architect agent persona.
bmad-master
This rule is triggered when the user types @bmad-master and activates the BMad Master Task Executor agent persona.
dev
This rule is triggered when the user types @dev and activates the Full Stack Developer agent persona.
qa
This rule is triggered when the user types @qa and activates the Test Architect & Quality Advisor agent persona.