From GTM Skills
Configures LeadMagic MCP for AI agents — tool discovery, permission scoping, safe enrichment workflows, and agent handoff patterns.
How this skill is triggered — by the user, by Claude, or both
Slash command
/gtm-skills:leadmagic-mcpThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
LeadMagic MCP gives agents access to enrichment and GTM data tools inside the agent workflow. The value is speed: the agent can research, enrich, validate, and summarize without asking the user to switch tools. The risk is uncontrolled tool use.
LeadMagic MCP gives agents access to enrichment and GTM data tools inside the agent workflow. The value is speed: the agent can research, enrich, validate, and summarize without asking the user to switch tools. The risk is uncontrolled tool use.
This skill configures LeadMagic MCP as a blackbox GTM toolset. It describes safe usage patterns and outputs, not internal implementation.
Use this skill when the user asks to "set up LeadMagic MCP", "connect LeadMagic to Claude", "connect LeadMagic to Jesse", "give my agent enrichment tools", "use LeadMagic inside my AI agent", "configure LeadMagic tools via MCP", "build an agent workflow with enrichment", or "research accounts with LeadMagic MCP".
Use mcp-setup first if the user has not defined the broader MCP architecture.
MCP standardizes tool discovery and invocation. Good MCP design depends on narrow tool descriptions, predictable input schemas, and clear output formats.
Agents use tools best when each tool has a specific job, the agent has a verification step, and side-effecting operations require confirmation.
In GTM workflows, agents should use tools to gather and verify data, then produce drafts or recommendations. External actions like sending email or mutating CRM should stay gated.
LeadMagic MCP can support workflows around email finding, email validation, company enrichment, people/contact search, job-change detection, technographic research, funding/company signal lookup, and account intelligence.
Treat each tool category as a capability with its own quality check. For example: found emails must still carry a status before outbound use.
| Agent Job | Needed Tool Category | External Side Effect? |
|---|---|---|
| Research target account | Company enrichment | No |
| Find contacts | People/contact search | No |
| Validate found emails | Email validation | No |
| Build account brief | Company + people data | No |
| Push to CRM | Integration tool | Yes — require confirmation |
| Enroll sequence | Sequencer tool | Yes — require confirmation |
Use the client-supported MCP config format. API keys should come from environment variables or the client's secret store, never from committed config files.
Document server name, environment variables required, tool categories enabled, disabled tools, and confirmation gates.
Test at least three workflows: single account brief, contact enrichment for one account, and job-change signal summary. Each test should confirm the agent selected the right tool and interpreted the result correctly.
# LeadMagic MCP Setup
## MCP Client
- Client:
- Server name:
- Required env vars:
## Enabled Tool Categories
| Category | Use Case | Guardrail |
|---|---|---|
## Agent Rules
- Lookup rules:
- Verification rules:
- Confirmation gates:
## Test Workflows
| Workflow | Expected Tool Category | Expected Output |
|---|---|---|
Before delivering, verify:
references/framework-notes.md — MCP tool boundaries, Pat data-before-action, n8n MCP-01 handofftemplates/output-template.md — MCP client config + agent rules deliverablescripts/check-output.py — local checklist validator for required sections
This skill includes lightweight artifacts the agent can load on demand:references/agent-tool-guardrails.md — confirmation gates, batch discipline, test matrix../../tools/n8n-toolkit/references/mcp-patterns.md — approved batch jobs via n8n../../outbound/cold-email-copywriting/references/pat-spielmann-outbound-copy.md — verify status in agent outputs (Pat Spielmann)../../../../references/gtm-experts-outbound-index.md — expert router
Use the artifacts when the user asks for an implementation-ready deliverable, a repeatable workflow, or a quality check rather than generic advice.mcp-setup — broader MCP architecture and permission designai-sdr-setup — guardrails, pilot scope, and human handoff for agent workflowsleadmagic-integrations — non-MCP integration pathsnpx claudepluginhub leadmagic/gtm-skills --plugin gtm-skillsProvides API reference, CLI workflows, MCP server setup, enrichment waterfalls, bulk processing, job change detection, and integration patterns for LeadMagic platform.
Automates Leadfeeder tasks via Rube MCP (Composio). Discovers and executes Leadfeeder operations using dynamic tool schemas.
Designs revenue operations systems, lead lifecycle management, and marketing-to-sales handoff processes. Covers stage definitions, scoring, routing, and CRM automation.