coresignal_employee
Pack: coresignal · Endpoint: https://gateway.pipeworx.io/coresignal/mcp
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
| Name | Type | Required | Description |
|---|---|---|---|
name | string | yes | Full name of the person, e.g. “Patrick Collison”. |
company | string | no | Optional company name to disambiguate, e.g. “Stripe”. |
_apiKey | string | yes | Coresignal API key (BYO). Sign up + start a trial at coresignal.com. |
Example call
curl -X POST https://gateway.pipeworx.io/coresignal/mcp \
-H 'Content-Type: application/json' \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"coresignal_employee","arguments":{}}}'
Connect
Add this to your MCP client config, or use one-click install buttons:
{
"mcpServers": {
"coresignal": {
"url": "https://gateway.pipeworx.io/coresignal/mcp"
}
}
}
See Getting Started for client-specific install steps.