
Holehe Email OSINT - Find Registered Accounts
Check if an email is registered on 120+ platforms (Instagram, Twitter, GitHub, Discord, etc.) without alerting the target. Perfect for OSINT investigations, security research, and email verification.
Server URL
https://mcp.apify.com/?tools=anshumanatrey/holehe-email-osint
Registry name io.github.AnshumanAtrey/holehe-email-osint. 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 holehe-email-osint "https://mcp.apify.com/?tools=anshumanatrey/holehe-email-osint" --header "Authorization: Bearer YOUR_APIFY_TOKEN"
Cursor
Add to ~/.cursor/mcp.json:
{
"mcpServers": {
"holehe-email-osint": {
"url": "https://mcp.apify.com/?tools=anshumanatrey/holehe-email-osint",
"headers": {
"Authorization": "Bearer YOUR_APIFY_TOKEN"
}
}
}
}VS Code
Add to .vscode/mcp.json (VS Code asks for the token once):
{
"servers": {
"holehe-email-osint": {
"type": "http",
"url": "https://mcp.apify.com/?tools=anshumanatrey/holehe-email-osint",
"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.
| Email Check Completed | $0.02 |
| Account Found | $0.01 |