Leadfuze Mcp Server
About
Enrich contacts and companies via email/LinkedIn enrichment and email validation through LeadFuze (API key required).
Details
- Author
- leadfuze
- Downloads
- 327
- Categories
- Cloud Service, Infrastructure, Other
Jump to
- Enrich leads by email address
- Enrich leads by LinkedIn URL
- Validate email addresses
- Uses LeadFuze’s data via hosted API
- Requires LeadFuze API key authentication
- Publicly hosted endpoint at mcp.leadfuze.com
Setting up with Highlight
This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
Leadfuze Mcp ServerCommand (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
From the repository
Configure your MCP client with the hosted endpoint https://mcp.leadfuze.com/mcp and authenticate using an Authorization: Bearer header with your LeadFuze API key (starts with lfz_). Invoke the available tools (enrich by email, enrich by LinkedIn URL, validate email) as defined in the server.
enrich_by_email
Look up detailed person and company information using an email address. Returns verified business data including job title, company details, phone numbers, and social profiles.
enrich_by_linkedin
Look up detailed person and company information using a LinkedIn profile URL. Returns verified business data including email, job title, company details, and phone numbers.
validate_email
Validate an email address to check if it's deliverable, has valid format, and assess its risk level. Returns detailed validation results including deliverability, catch-all status, and mail server information.
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"leadfuze mcp server": {
"leadfuze": {
"url": "https://mcp.leadfuze.com/mcp",
"headers": {
"Authorization": "Bearer lfz_your_api_key_here"
}
}
}
}
}
McpServers
{
"leadfuze": {
"url": "https://mcp.leadfuze.com/mcp",
"headers": {
"Authorization": "Bearer lfz_your_api_key_here"
}
}
}
- Look up contact details by email— Enrich a person’s profile with verified business email, phone, job title, company info, and social links usingemail_enrich.
- Look up contact details by LinkedIn URL— Get verified business email, phone, title, company data, and social profiles from a LinkedIn profile URL vialinkedin_enrich.
- Validate an email address— Check format validity, domain and mail server existence, deliverability, and risk level withemail_validation.
Enable Claude to be your everyday sales prospector. Enrich contacts and companies with verified business data directly from Claude and other MCP-compatible AI agents. Get detailed person and company information including emails, phone numbers, job titles, company details, and social profiles.
- Email Enrichment: Look up detailed person and company data using an email address
- LinkedIn Enrichment: Look up detailed person and company data using a LinkedIn profile URL
- Email Validation: Verify if an email address is deliverable, check format validity, and assess risk level
- Rich Data: Returns verified business emails, phone numbers, job titles, company info, and social profiles
- No Match = No Charge: Enrichment credits are only consumed when a profile match is found
- VisitLeadFuze Consoleto create an account
- Your API key is automatically created on account setup
- Find your API key on the API Keys page (starts withlfz_)
- Configure the MCP server with your API key (see Configuration below)
Just copy/paste the config below with your API key. No installation required.
Connect to the hosted MCP server athttps://mcp.leadfuze.com/mcpand enter your API key when prompted.
Add the following to yourmcp.jsonfile (usually at~/.cursor/mcp.jsonor~/.vscode/mcp.json):
{ "mcpServers": { "leadfuze": { "url": "https://mcp.leadfuze.com/mcp", "headers": { "Authorization": "Bearer lfz_your_api_key_here" } } } }
Add to your Claude Desktop config file (~/Library/Application Support/Claude/claude_desktop_config.jsonon macOS):
{ "mcpServers": { "leadfuze": { "url": "https://mcp.leadfuze.com/mcp", "headers": { "Authorization": "Bearer lfz_your_api_key_here" } } } }
Replacelfz_your_api_key_herewith your actual API key from the LeadFuze console.
Need higher limits? Contact us athelp@leadfuze.co
Example 1: Email Enrichment (Match Found)
User prompt:"Look up the contact information forjane.doe@example-health.com"
- Server searches LeadFuze database by email
- Returns person profile with job title, company, location
- Includes company details (industry, size, revenue)
- Returns social profile links
- One credit consumed for successful match
Found: Jane Doe - Email: jane.doe@example-health.com (Valid) - Title: Medical Assistant at Example Health Inc - Location: Phoenix, AZ - LinkedIn: linkedin.com/in/jane-doe-example Company: Example Health Inc - Industry: Hospitals And Health Care - Size: 1001-5000 employees - Revenue: $250M - $500M
Example 2: LinkedIn Enrichment (Match Found)
User prompt:"Get contact details for linkedin.com/in/johndoe-ceo"
- Server searches LeadFuze database by LinkedIn URL
- Returns person profile with verified business email
- Includes company details and contact information
- Returns additional social profiles if available
- One credit consumed for successful match
Found: John Doe - Email: john.doe@acme-corp.com (Valid) - Title: CEO at Acme Corporation - Location: San Francisco, CA - Phone: +1-555-123-4567 Company: Acme Corporation - Industry: Software Development - Size: 51-200 employees - Revenue: $10M - $50M
Example 3: No Match Found (No Credit Consumed)
User prompt:"Look upcontact@nonexistent-domain-xyz.com"
- Server searches LeadFuze database
- No matching profile found in database
- Returns "no match" response
- No credit consumed- you only pay for successful matches
No match found for: contact@nonexistent-domain-xyz.com No credits were consumed for this lookup. Try searching with a different email or LinkedIn URL.
User prompt:"Validate the emailjohn@stripe.com"
- Server checks if the email format is valid
- Verifies the domain exists and has mail servers
- Tests deliverability via SMTP
- Assesses risk level (low, medium, high)
- One credit consumed for validation
Email: john@stripe.com Status: RISKY Risk Level: medium Validation Details: - Valid Format: Yes - Deliverable: Yes - Host Exists: Yes - Catch-All: Yes - Full Inbox: No Email Info: - Username: john - Domain: stripe.com Credits Used: 1 | Remaining: 99
See our privacy policy:https://www.leadfuze.com/privacy
- Email:help@leadfuze.co
- Documentation:https://www.leadfuze.com/api-docs/
Most users don't need this section- the Configuration section above connects you to LeadFuze's hosted server.
- Enterprise userswho need to run the server on their own infrastructure (security/compliance requirements)
- Developerscontributing to this open-source project
- Offline usagewhere you can't connect to mcp.leadfuze.com
stdio mode(for Claude Desktop, Claude Code, MCP Inspector):
LEADFUZE_API_KEY=lfz_your_key node dist/index.js
LEADFUZE_API_KEY=lfz_your_key npx @modelcontextprotocol/inspector node dist/index.js
LEADFUZE_API_KEY=lfz_your_key node dist/index.js --http --port 3000
- MCP endpoint:http://localhost:3000/mcp
- Health check:http://localhost:3000/health
For production, deploy behind a reverse proxy (nginx) with TLS.
Navigate your Aiven projects and interact with the PostgreSQL®, Apache Kafka®, ClickHouse® and OpenSearch® services
Yunxiao MCP Server provides AI assistants with the ability to interact with the Yunxiao platform.
Get prescriptive CDK advice, explain CDK Nag rules, check suppressions, generate Bedrock Agent schemas, and discover AWS Solutions Constructs patterns.
This AWS Labs Model Context Protocol (MCP) server for CloudTrail enables your AI agents to query AWS account activity for security investigations, compliance auditing, and operational troubleshooting.
Core AWS MCP server providing prompt understanding and server management capabilities.
Analyze CDK projects to identify AWS services used and get pricing information from AWS pricing webpages and API.
Query and analyze your Axiom logs, traces, and all other event data in natural language
Manage and interact with Microsoft Azure services.
Bastion: External Attack Surface Monitoring
Ask your AI assistant about your attack surface: run scans, catch expiring certificates and domains, triage findings, and generate reports.
Agent-ready global image CDN that AI agents can install and operate through MCP.
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.




