
LinkedIn Profile Finder - Email to LinkedIn URL Lookup
Turn an email address into the person's public LinkedIn profile, with a confidence score on every match. Paste one email or a list and get back clean LinkedIn URLs for your CRM, sales, or recruiting pipeline. No LinkedIn login or cookies. Pay only for confident matches.
Server URL
https://mcp.apify.com/?tools=anshumanatrey/linkedin-harvester
Registry name io.github.AnshumanAtrey/linkedin-harvester. Streamable HTTP. Authenticate by signing in with Apify, or with an Authorization: Bearer header carrying your Apify API token.
Connect
Claude (web or desktop)
Settings, Connectors, Add custom connector. Paste the server URL above and sign in with Apify.
Claude Code
claude mcp add --transport http linkedin-harvester "https://mcp.apify.com/?tools=anshumanatrey/linkedin-harvester" --header "Authorization: Bearer YOUR_APIFY_TOKEN"
Cursor
Add to ~/.cursor/mcp.json:
{
"mcpServers": {
"linkedin-harvester": {
"url": "https://mcp.apify.com/?tools=anshumanatrey/linkedin-harvester",
"headers": {
"Authorization": "Bearer YOUR_APIFY_TOKEN"
}
}
}
}VS Code
Add to .vscode/mcp.json (VS Code asks for the token once):
{
"servers": {
"linkedin-harvester": {
"type": "http",
"url": "https://mcp.apify.com/?tools=anshumanatrey/linkedin-harvester",
"headers": {
"Authorization": "Bearer ${input:apify-token}"
}
}
},
"inputs": [
{
"type": "promptString",
"id": "apify-token",
"description": "Apify API token",
"password": true
}
]
}Pricing
Charged per event through your Apify account. Free Apify accounts include monthly credit.
| Confident match | $0.02 |
| Run start | $0.01 |
| Email checked | $0.005 |