mcp-server
Verified Safeby leadfuze
Overview
Enable AI agents to enrich contacts and companies with verified business data like emails, phone numbers, and job titles for sales prospecting.
Installation
LEADFUZE_API_KEY=lfz_your_api_key_here node dist/index.js --http --port 3000Environment Variables
- LEADFUZE_API_KEY
Security Notes
The server handles API keys via environment variables or Authorization headers, which is standard and secure for its purpose. CORS is properly configured to restrict access to allowed origins (e.g., Claude.ai, localhost). No `eval` or direct file system access beyond module loading. Sessions are managed to ensure per-user API key isolation. Error handling in the client provides user-friendly messages, though the raw API error text could be verbose if the upstream LeadFuze API were to return sensitive data in an error payload (this is not a direct vulnerability of this server's code, but a general consideration for API proxies).
Similar Servers
mcp-omnisearch
Provides a unified interface for various search, AI response, content processing, and enhancement tools via Model Context Protocol (MCP).
mcp-server
A Model Context Protocol (MCP) server that integrates with SerpApi to provide comprehensive search engine results and data extraction to an LLM.
clay-mcp
Integrates AI assistants with the Clay relationship management platform, allowing natural language queries for contact, interaction, group, note, and event management.
lemonado-mcp-server
Enables AI agents to query and analyze data from various marketing, payment, and productivity platforms using SQL via the Model Context Protocol (MCP).