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/mcp-toolsgit 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.00000 | $0.04812 |
| Opus 5 | $0.00000 | $0.02406 |
| Sonnet 5 | $0.00000 | $0.00962 |
| Haiku 4.5 | $0.00000 | $0.00481 |
Grade A, and why
mcp-tools 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 โ 536 lines โ stays where its author put it; the contents beside it link to each section on GitHub.
name: SmartLead MCP Tools Reference description: Complete reference guide for all 116+ MCP tools organized by category author: LeadMagic Team version: 1.0.0
๐ ๏ธ SmartLead MCP Tools - Complete Implementation Guide
Tool Master Reference: Your comprehensive guide to all 116+ MCP tools in the SmartLead server. Find tools by category, understand implementation patterns, and master the complete SmartLead automation toolkit.
๐ฏ Quick Tool Finder
๐ฅ Most Used Tools
- Campaign Management:
smartlead_create_campaign,smartlead_list_campaigns - Lead Management:
smartlead_add_leads_to_campaign,smartlead_list_leads_by_campaign - Analytics:
smartlead_get_analytics_overall_stats_v2,smartlead_fetch_campaign_statistics - Email Accounts:
smartlead_create_email_account,smartlead_fetch_all_email_accounts
๐ Tool Categories Overview
- ๐ฏ Campaign Tools: 14 tools for campaign management
- ๐ฅ Lead Tools: 17 tools for prospect management
- ๐ง Email Account Tools: 15 tools for account management
- ๐ Analytics Tools: 18 tools for reporting
- ๐ Statistics Tools: 18 tools for metrics
- ๐ Smart Delivery Tools: 11 tools for deliverability
- ๐ค Smart Senders Tools: 12 tools for domain management
- ๐ Webhook Tools: 9 tools for automation
- ๐ค Client Management Tools: 8 tools for team management
๐ ๏ธ Tool Categories Reference
๐ฏ Campaign Tools (src/tools/campaigns.ts)
14 tools for complete campaign lifecycle management
๐ Core Campaign Operations
// Create and manage campaigns
smartlead_create_campaign // Create new email campaigns
smartlead_update_campaign_schedule // Modify sending schedules
smartlead_get_campaigns_with_analytics // Get campaigns with performance data
smartlead_list_campaigns // List all campaigns with filtering
smartlead_get_campaign_by_id // Fetch specific campaign details
smartlead_update_campaign_settings // Modify campaign configuration
smartlead_delete_campaign // Remove campaigns
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 ยท 536 lines ยท 0 tokens per session scan A 8e0da366211c
mcp-tools is a cursor rule published in the GitHub repository LeadMagic/smartlead-mcp-server (21 stars, last pushed 1y ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 4,812 tokens. 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.
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.
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.