Skip to main content

linkedin_to_hashed_emails

Look up all known hashed email addresses (MD5) for a LinkedIn profile.

Updated this week

Parameters

Field

Type

Required

Description

params.name

string

βœ“

Must be "linkedin_to_hashed_emails"

params.arguments.linkedin_slug

string

βœ“

LinkedIn slug (e.g. janedoe) or full profile URL

Request

curl --request POST \
--url https://app.moltsets.com/mcp/ \
--header 'Authorization: Bearer YOUR_API_KEY' \
--header 'Content-Type: application/json' \
--data '{
"jsonrpc": "2.0",
"method": "tools/call",
"params": {
"name": "linkedin_to_hashed_emails",
"arguments": {
"linkedin_slug": "john-smith-123"
}
}
}'

Response

{
"jsonrpc": "2.0",
"result": {
"linkedin_slug": "adam-robinson",
"hems": ["5d41402abc4b2a76b9719d911017c592"]
}
}
Did this answer your question?