coresignal_employee
ActiveTool of Coresignal
Find a person's professional profile by name (+company) via Coresignal — returns title, current company, location, LinkedIn URL, work experience and education. LinkedIn-adjacent people data. Example: coresignal_employee({ name: "Patrick Collison", company: "Stripe", _apiKey: "your-key" })
Parameters schema
{
"type": "object",
"required": [
"name",
"_apiKey"
],
"properties": {
"name": {
"type": "string",
"description": "Full name of the person, e.g. \"Patrick Collison\"."
},
"_apiKey": {
"type": "string",
"description": "Coresignal API key (BYO). Sign up + start a trial at coresignal.com."
},
"company": {
"type": "string",
"description": "Optional company name to disambiguate, e.g. \"Stripe\"."
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Coresignal
https://github.com/pipeworx-io/mcp-coresignal
1/7 registries