What is the Lead Enrichment API MCP server?
Curated EU AI/Sec/DevTools/Fintech B2B leads, Claude-scored. MCP+x402. Free 250/mo.
How to install Lead Enrichment API
Copy-paste configuration for popular MCP clients.
transport: http
Config generated by PluginBench — verify against the source before use.Environment / auth
X-API-KeyLead Enrichment API key (starts with lea_). Register free at /v1/auth/register — 250 leads/month, no credit card.
Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"lead-enrichment": {
"url": "https://leads.compuute.se/mcp/"
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"lead-enrichment": {
"serverUrl": "https://leads.compuute.se/mcp/"
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"lead-enrichment": {
"type": "http",
"url": "https://leads.compuute.se/mcp/"
}
}
}Claude Desktop
Claude Desktop connects to remote servers via the mcp-remote bridge.
{
"mcpServers": {
"lead-enrichment": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://leads.compuute.se/mcp/"
]
}
}
}Claude Code
claude mcp add --transport http lead-enrichment https://leads.compuute.se/mcp/Related MCP servers
Scan any public GitHub MCP-server repo for security issues. 37 MCP-specific L1 rules, 8 languages.
0
View repository →Python
MIT