pdl_person_enrich
ActiveTool of Peopledatalabs
Enrich a person from their email / LinkedIn / name+company / phone using People Data Labs. Returns job title, company, emails, phone numbers, location, and skills. Provide at least one identifier. Example: pdl_person_enrich({ email: "sean@peopledatalabs.com", _apiKey: "your-key" })
Parameters schema
{
"type": "object",
"required": [
"_apiKey"
],
"properties": {
"name": {
"type": "string",
"description": "Full name of the person, e.g. \"Sean Thorne\" (best combined with `company`)"
},
"email": {
"type": "string",
"description": "Email address of the person, e.g. \"sean@peopledatalabs.com\""
},
"phone": {
"type": "string",
"description": "Phone number of the person, e.g. \"+14155551234\""
},
"_apiKey": {
"type": "string",
"description": "Your People Data Labs API key (peopledatalabs.com; free tier ~100/mo)."
},
"company": {
"type": "string",
"description": "Company name or domain the person works at, e.g. \"People Data Labs\" or \"peopledatalabs.com\""
},
"profile": {
"type": "string",
"description": "LinkedIn profile URL, e.g. \"https://www.linkedin.com/in/seanthorne\""
},
"min_likelihood": {
"type": "number",
"description": "Minimum match likelihood, integer 1-10. PDL only returns a person if confidence meets this floor."
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
Peopledatalabs
https://github.com/pipeworx-io/mcp-peopledatalabs
1/7 registries