skills/sales-leadmagic/SKILL.md
LeadMagic platform help — Email Finder (97% accuracy), Email Validation (catch-all detection), Mobile Finder, Profile Search, Personal Email Finder, Company Search (firmographics), Technographics, Company Funding, Employee Finder, Role Finder, Job Change Detector, Jobs Finder, Google/Meta/B2B Ads Search, REST API (19 endpoints), MCP Server (Claude/Cursor/Windsurf), CLI. Use when LeadMagic email lookups returning no results, API calls failing or returning incomplete data, not sure which endpoint to use, MCP server not connecting, credits running out too fast, or wondering how LeadMagic compares to Apollo or Clay. Do NOT use for enrichment strategy across tools (use /sales-enrich), prospect list strategy across tools (use /sales-prospect-list), intent signal strategy across tools (use /sales-intent), or competitive intelligence strategy across tools (use /sales-compete).
npx skillsauth add sales-skills/sales sales-leadmagicInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Help the user with LeadMagic platform questions — from email/mobile finding and company enrichment through ads intelligence, job tracking, API integration, and MCP server setup for AI agents.
If references/learnings.md exists, read it first for accumulated knowledge.
Ask the user:
What area of LeadMagic do you need help with?
What's your role?
What are you trying to accomplish? (describe your specific goal or question)
If the user's request already provides most of this context, skip directly to the relevant step. Lead with your best-effort answer using reasonable assumptions (stated explicitly), then ask only the most critical 1-2 clarifying questions at the end — don't gate your response behind gathering complete context.
If the request maps to a specialized skill, route:
/sales-enrich/sales-prospect-list/sales-intent/sales-compete/sales-deliverability/sales-integrationOtherwise, answer directly using the platform reference below.
| Concept | What it is |
|---------|-----------|
| Credit | Currency for API calls. Different endpoints cost different amounts. You only pay for valid results — not_found results are free. |
| API Key | Authentication token passed as X-API-Key header. Get from Settings > API in your dashboard. |
| MCP Server | Model Context Protocol server that exposes all 19 LeadMagic tools to AI agents (Claude, Cursor, Windsurf, VS Code). |
| CLI | Command-line interface for running LeadMagic lookups from terminal. |
| Endpoint | Path | Credits | What it does |
|----------|------|---------|-------------|
| Email Finder | POST /v1/people/email-finder | 1 | Name + domain → verified work email. 97% accuracy. |
| Email Validation | POST /v1/people/email-validation | 0.25 | Verify email deliverability. Returns valid, invalid, or unknown. Catch-all detection. |
| Mobile Finder | POST /v1/people/mobile-finder | 5 | Find direct dial mobile numbers for decision-makers. |
| Profile Search | POST /v1/people/profile-search | 1 | Enrich from LinkedIn/B2B profile URL — work history, education, skills. 300 req/min rate limit. |
| Email to Profile | POST /v1/people/b2b-profile | 10 | Work email → B2B profile URL and details. |
| Profile to Email | POST /v1/people/b2b-profile-email | 1-2 | B2B profile URL → work email. |
| Personal Email Finder | POST /v1/people/personal-email-finder | 1-2 | Find personal email addresses from B2B profiles. |
| Role Finder | POST /v1/people/role-finder | 1-2 | Find specific roles at a company (e.g., "VP Sales at Acme"). |
| Employee Finder | POST /v1/people/employee-finder | 0.05 | Discover employees at target companies. Low-cost bulk discovery. |
| Job Change Detector | POST /v1/people/job-change | 3 | Track when contacts change jobs. |
| Endpoint | Path | Credits | What it does |
|----------|------|---------|-------------|
| Company Search | POST /v1/companies/company-search | 1-2 | Firmographics by domain, name, or LinkedIn URL — industry, size, revenue, location. |
| Company Funding | POST /v1/companies/company-funding | 4 | Funding rounds, investors, amounts, dates. |
| Technographics | via Company Search | incl. | Tech stack identification — what tools/technologies a company uses. |
| Competitors Search | via Company Search | incl. | Discover competitor companies in the same space. |
| Endpoint | Path | Credits | What it does |
|----------|------|---------|-------------|
| Jobs Finder | POST /v1/jobs/jobs-finder | 1/result | Search job listings across industries. Filter by country, type, keywords. |
| Google Ads Search | POST /v1/ads/google-ads-search | 1/ad | Analyze competitor Google search ads — ad copy, keywords, landing pages. |
| Meta Ads Search | POST /v1/ads/meta-ads-search | 1/ad | Research Facebook/Instagram ads — creative, targeting, engagement. |
| B2B Ads Search | POST /v1/ads/b2b-ads-search | 1/ad | B2B advertising intelligence — display and social campaigns. |
| Endpoint | Path | Credits | What it does |
|----------|------|---------|-------------|
| Get Credits | GET /v1/credits | 0 | Check current credit balance. |
| Job Countries | GET /v1/jobs/countries | 0 | List available countries for job search. |
| Job Types | GET /v1/jobs/job-types | 0 | List available job type filters. |
# Base URL
https://api.leadmagic.io
# Authentication — X-API-Key header
curl -X POST "https://api.leadmagic.io/v1/people/email-finder" \
-H "X-API-Key: your_api_key" \
-H "Content-Type: application/json" \
-d '{"first_name": "Jane", "last_name": "Doe", "company_name": "acme.com"}'
# Check credit balance
curl "https://api.leadmagic.io/v1/credits" \
-H "X-API-Key: your_api_key"
null — no credits chargedLeadMagic provides an official MCP server with 19 tools for AI agents:
# Install
npx leadmagic-mcp
# Or add to Claude Code MCP config
# Settings > MCP Servers > Add:
# Name: leadmagic
# Command: npx leadmagic-mcp
# Env: LEADMAGIC_API_KEY=your_key
Supported clients: Claude Code, Cursor, Windsurf, VS Code, Continue.dev, ChatGPT
| Plan | Price | Credits/mo | Per credit | Rollover | |------|-------|-----------|-----------|----------| | Trial | $0 | 100 | Free | No | | Basic | $59.99/mo | 2,500 | ~$0.024 | No | | Essential | $99.99/mo | 10,000 | ~$0.010 | Yes | | Growth | $179.99/mo | 20,000 | ~$0.009 | Yes | | Advanced | $259.99/mo | 30,000 | ~$0.008 | Yes |
Data platforms: Clay (native), Apollo, ZoomInfo, Databar Outbound tools: Instantly, Smartlead CRM: Salesforce Automation: Zapier, Make, n8n AI agents: Claude (MCP), Cursor (MCP), Windsurf (MCP), VS Code (MCP), ChatGPT CLI: Direct command-line access
When answering, always:
Best-effort from research — review these, especially items about plan-gated features and integration gotchas that may be outdated.
Mobile Finder costs 5x more than Email Finder. At 5 credits per valid mobile number, mobile enrichment burns credits fast. Budget separately — 1,000 mobile lookups = 5,000 credits (assuming 100% hit rate; less in practice since failed lookups are free).
Email to Profile is the most expensive endpoint at 10 credits. Reverse lookups (email → B2B profile) are costly. If you already have LinkedIn URLs, use Profile Search (1 credit) instead.
Basic plan credits don't roll over. Only Essential ($99.99/mo) and above get rollover. If you're on Basic and don't use all 2,500 credits, they expire at month end.
Field naming is inconsistent — mix of snake_case and camelCase. Different endpoints return fields in different conventions. When parsing responses programmatically, don't assume consistent naming. Check the OpenAPI spec or test each endpoint.
Rate limit on Profile Search is 300 req/min. Most endpoints don't document rate limits publicly, but Profile Search is capped at 300 requests per minute. For bulk enrichment, throttle accordingly or use the Employee Finder endpoint for discovery.
references/learnings.md with today's date./sales-enrich — Enrichment strategy across all tools (for choosing providers, comparing approaches)/sales-prospect-list — Building targeted prospect lists (for list strategy beyond LeadMagic)/sales-intent — Buying signals and account prioritization (for signal strategy using Job Change Detector)/sales-compete — Competitive intelligence (for competitive strategy using ads intelligence)/sales-deliverability — Email deliverability (for validation strategy beyond LeadMagic)/sales-integration — Connecting tools with webhooks, Zapier, APIs/sales-clay — Clay platform help (LeadMagic is a native Clay provider for waterfall enrichment)/sales-do — Not sure which skill to use? The router matches any sales objective to the right skill. Install: npx skills add sales-skills/sales --skill sales-doUser says: "I have 2,000 leads with names and company domains. How do I find their work emails with LeadMagic?"
Skill does: Recommends Email Finder endpoint (POST /v1/people/email-finder), shows curl example with first_name + last_name + company_name, calculates credit budget (~2,000 credits max, likely less since failed lookups are free), and suggests Essential plan ($99.99/mo, 10,000 credits) for headroom.
Result: API integration guide with credit budget and plan recommendation.
User says: "I want to use LeadMagic tools directly in Claude Code for prospect research."
Skill does: Walks through MCP server setup — install via npx leadmagic-mcp, configure API key, shows example usage of find_email and search_company tools within Claude. Notes all 19 tools available.
Result: Working MCP setup with usage examples.
User says: "Should I use LeadMagic or Apollo for email finding? We do about 5,000 lookups a month." Skill does: Compares LeadMagic's pay-per-result model (5,000 lookups @ ~$0.01 = ~$50-100/mo on Essential) vs Apollo's subscription model ($49/user/mo with credit limits). Notes LeadMagic's advantage in pay-only-for-found and API-first approach. Recommends LeadMagic for API/automation workflows, Apollo for teams wanting prospecting + outbound in one tool. Result: Clear comparison with cost analysis and recommendation.
Symptom: Email Finder returns null (not_found) for 40%+ of lookups. Cause: Input data quality issues — misspelled names, wrong company domains, people no longer at that company. Solution: Validate company domains first with Company Search. Use LinkedIn URLs with Profile to Email for higher hit rates. For stale lists, run Job Change Detector first to identify who's moved. Combine with other providers (via Clay waterfall) for maximum coverage.
Symptom: Credit balance depleting before the billing cycle ends. Cause: High-cost endpoints (Mobile Finder at 5 credits, Email to Profile at 10 credits) or ad search returning many results (1 credit per ad). Solution: Audit endpoint usage in your dashboard. Favor low-cost endpoints (Email Finder at 1 credit, Employee Finder at 0.05 credits) where possible. Upgrade to Essential+ for credit rollover. Use Email Validation (0.25 credits) to pre-filter before running expensive lookups.
Symptom: LeadMagic tools not appearing in Claude Code or Cursor after MCP setup.
Cause: API key not set in environment, or MCP config syntax error.
Solution: Verify LEADMAGIC_API_KEY is set in your environment or MCP config. Test the API key with curl https://api.leadmagic.io/v1/credits -H "X-API-Key: your_key" — should return your balance. Check MCP config JSON syntax. Restart your editor after config changes.
tools
UpViral platform help — viral referral marketing and list-building platform (by Emarky) for viral sweepstakes, giveaway/reward campaigns, pre-launch waiting lists, and milestone referral programs, with REST API (app.upviral.com/api/v1/), callback-URL webhooks, PHP SDK, fraud detection (IP-based suspicious-referral flagging), A/B testing, smart leaderboards, unlockable incentives, and 30+ native ESP/CRM integrations (Mailchimp, ActiveCampaign, ConvertKit, AWeber, HubSpot, Klaviyo, Intercom) plus Zapier/Make/Pipedream/Integrately/Pabbly. Use when UpViral campaigns aren't tracking referral points correctly, deciding between Starter $79/mo annual (10K leads, 1 brand, NO API) vs Business $119/mo (25K, 2 brands, API + webhooks unlocked) vs Premium $319/mo (100K, 5 brands, dedicated account manager), the API returns errors because you're on the Starter tier where API/webhooks are gated, building an UpViral→CRM or UpViral→data-warehouse pipeline with add_contact / get_leads / get_leads_points / add_points / get_custom_fields / lists methods (uvapikey + uvmethod form-encoded POST), interpreting fraud flags where same-IP referrals get marked suspicious and you must manually activate/delete/blacklist, setting up the Callback URL (webhook) to fire on reward-unlock events, Zapier New Lead / New Reward Unlocked triggers not firing, ClickFunnels/Shopify/funnel-builder integration breaking, the drag-and-drop page builder showing broken widgets or limited customization, the setup feeling long and complicated for your first campaign, or picking UpViral over Viral Loops / KickoffLabs / Vyper / Prefinery / Gleam / KingSumo / ShortStack for a viral campaign. Do NOT use for general newsletter audience growth strategy across all platforms (use /sales-audience-growth), newsletter monetization (use /sales-newsletter), KickoffLabs-specific help (use /sales-kickofflabs), no-code merge-tag newsletter referrals (use /sales-referralkit), SparkLoop paid recommendations (use /sales-sparkloop), or full-stack multi-level Level-1/2/3 referral/affiliate tracking (use /sales-referralhero).
development
ReferralHero platform help — full-stack referral, affiliate, waitlist, contest, and NPS platform with subscriber API, webhooks, Zapier, Mailchimp/Kit/AWeber/Klaviyo/ActiveCampaign/SendLane connectors, coupon codes, multi-level referral tracking (Level 1/2/3), anti-fraud, and 5,000 calls/hour rate limit. Use when ReferralHero campaigns aren't tracking referrals correctly, deciding between PRO $199/mo (10K members, includes API + webhooks) and PREMIUM $399/mo (50K members, adds ReCaptcha + SMS verification), authentication is failing with no_token or X-API-Key header is being ignored, multi-level referral counts (Level 2/3) aren't appearing for downline subscribers, coupon group endpoints return 404 or coupon arrays max out, hitting the 5,000 calls/hour soft limit and getting too_many_calls 429s, the Mailchimp/Kit native integration is double-adding subscribers, webhook payloads aren't firing on confirmation events, importing Stripe customer IDs through transaction tracking, generating reward fulfillment when subscribers cross milestone thresholds (promote/unlock_promoted_reward), comparing ReferralHero against SparkLoop/ReferralKit/Viral Loops/GrowSurf/KickoffLabs for referral marketing, or routing referral data via add_bulk_transactions (500-transaction batch limit). Do NOT use for general newsletter audience growth strategy (use /sales-audience-growth), general newsletter monetization (use /sales-newsletter), no-code newsletter-only referral with merge-tag insertion (use /sales-referralkit), SparkLoop's paid recommendations or partner network (use /sales-sparkloop), or affiliate program strategy across many platforms (use /sales-affiliate-program).
tools
KickoffLabs platform help — viral marketing platform for pre-launch waitlists, bonus-entry giveaways, milestone-reward referral programs, leaderboard giveaways, and email opt-in bribes with REST API v1 + v2, server-side webhooks (in/out), KOL.js JavaScript library, AnyForm script for custom pages, fraud detection (duplicate_ip / bounced / duplidate_email flags), SMS verification add-on, native ESP integrations (Klaviyo, Mailchimp, ActiveCampaign, Brevo), website builders (Webflow, Wix, Squarespace, Weebly), Shopify, Facebook Audiences, Slack, Zapier. Use when KickoffLabs viral campaigns aren't tracking referrals correctly, deciding between Hobby $13/mo annual (500 leads/mo no A/B no reward emails) vs Premium $48/mo (2.5K + A/B + reward emails + tracking pixels) vs Business $99/mo (10K + custom email templates + custom domains + advanced reporting + 3 team) vs Enterprise $202/mo (25K + 5 team + SMS included), API key getting rejected because you embedded it in client-side JavaScript instead of server-side, can't decide whether to use v1 /subscribe vs v2 /tags/:TAG_ID/lead for lead creation, webhook payloads firing with `__fraudulent` flag and you need to interpret the duplicate_ip/bounced/duplidate_email reason codes (yes, duplidate is spelled that way in their docs), AnyForm script not posting to KickoffLabs vs native API endpoint, leaderboard endpoint returning more than 50 leads is not allowed, social_id (kid in share URLs) attribution chain breaking between v1 and v2, contest score vs lead count metrics in the webhook payload are confusing, SMS Verification only available on Premium+ as $50/mo add-on (Enterprise includes), per-month lead cap auto-upgrades at $8 per 1000 overage leads, picking between KickoffLabs and Viral Loops / UpViral / Prefinery / ReferralCandy / Voucherify for viral campaign type fit, or rate limit per tier (10-100 calls/minute) is hitting on bulk imports. Do NOT use for general newsletter audience growth strategy (use /sales-audience-growth), general newsletter monetization (use /sales-newsletter), no-code merge-tag-only newsletter referrals (use /sales-referralkit), SparkLoop paid recommendations + partner network (use /sales-sparkloop), or full-stack referral/affiliate with multi-level Level-1/2/3 tracking (use /sales-referralhero).
development
Routes any sales, marketing, ad, or GTM objective to the right specialized skill and outputs the install command for that skill plus a ready-to-paste prompt packed with the user's context. Asks clarifying questions when the objective is ambiguous, then hands back a copy-paste-runnable next step. Covers prospecting, outbound cadences, deals, proposals, forecasting, deliverability, enrichment, intent, content, coaching, CRO, SEO, launch directories, newsletters, email/SMS/push marketing, chatbots, influencer marketing, social media, employee advocacy, media relations, reviews, data hygiene, B2B advertising, retargeting, affiliate, loyalty, digital products, memberships, webinars, checkout, and platform-specific help. Use when the user has a sales or marketing question and isn't sure which skill to use, or wants a multi-skill sequence with a batch install command. Do NOT use to solve problems directly — this skill only routes.