pdl_company_enrich
Pack: peopledatalabs · Endpoint: https://gateway.pipeworx.io/peopledatalabs/mcp
Enrich a company from its name or domain using People Data Labs. Returns size, employee count, industry, founding year, location, LinkedIn, and website. Provide a name and/or website. Example: pdl_company_enrich({ website: “peopledatalabs.com”, _apiKey: “your-key” })
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
name | string | no | Company name, e.g. “People Data Labs” |
website | string | no | Company website or domain, e.g. “peopledatalabs.com” |
_apiKey | string | yes | Your People Data Labs API key (peopledatalabs.com; free tier ~100/mo). |
Example call
curl -X POST https://gateway.pipeworx.io/peopledatalabs/mcp \
-H 'Content-Type: application/json' \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"pdl_company_enrich","arguments":{}}}'
Connect
Add this to your MCP client config, or use one-click install buttons:
{
"mcpServers": {
"peopledatalabs": {
"url": "https://gateway.pipeworx.io/peopledatalabs/mcp"
}
}
}
See Getting Started for client-specific install steps.