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

NameTypeRequiredDescription
namestringnoCompany name, e.g. “People Data Labs”
websitestringnoCompany website or domain, e.g. “peopledatalabs.com”
_apiKeystringyesYour 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.

Regenerated from source · build July 2, 2026