Skip to main content

MCP Server Beta

The LeadMagic MCP server lets AI assistants call LeadMagic enrichment tools directly. Ask your AI to find emails, validate contacts, or enrich companies — it handles the API calls for you.
Beta — The MCP server is fully functional but still in beta. Tools, parameters, and behavior may change. We’d love your feedback — reach out at support@leadmagic.io or via the Help Center.
What is MCP? The Model Context Protocol is an open standard that lets AI assistants use external tools. LeadMagic’s MCP server exposes 16 B2B enrichment tools that any compatible AI client can call.

What You Can Do

Ask your AI assistant questions like:
  • “Find the work email for Jane Smith at Acme Corp”
  • “Validate these 50 email addresses before my campaign”
  • “What’s the tech stack at stripe.com?”
  • “Find the VP of Sales at Snowflake”
  • “How many credits do I have left?”
The AI calls the right LeadMagic tool automatically — no code, no API calls, no context switching.

16 Enrichment Tools

ToolWhat It DoesCredits
validate_emailVerify email deliverability + MX records1/20
find_emailName + company → work email1
find_mobileLinkedIn/email → direct mobile5
search_profileFull professional profile1
email_to_b2b_profileEmail → LinkedIn profile URL10
find_personal_emailLinkedIn → personal email2
social_to_emailLinkedIn → verified work email5
find_roleFind people in a role at a company2
find_employeesList employees at a company1/20
detect_job_changeCheck if contact changed jobs3
See the full tool reference for parameters, examples, and links to the underlying API endpoints.

Supported Clients

Works with any MCP client that supports Streamable HTTP transport — 13 clients and counting.
ChatGPT is not currently supported. ChatGPT requires OAuth 2.1 authentication, which this server does not implement.

How It Works

  1. You add the LeadMagic MCP server to your AI client with your API key
  2. The AI discovers all 16 available tools automatically
  3. When you ask a question, the AI calls the right tool with the right parameters
  4. LeadMagic returns the data, and the AI presents it in context
The server runs at mcp.leadmagic.io/mcp using the Streamable HTTP transport (MCP 2025 spec). Your API key is passed per-request and never stored server-side.

Get Started