# peopledatalabs MCP server

Enrich and search people and companies, resolve identities, and enrich IP addresses.

## Links
- Registry page: https://www.getdrio.com/mcp/io-usefulapi-peopledatalabs
- Repository: https://github.com/m190/usefulapi-mcp

## Install
- Endpoint: https://peopledatalabs.usefulapi.io/mcp
- Auth: Not captured

## Setup notes
- Remote endpoint: https://peopledatalabs.usefulapi.io/mcp

## Tools
- pdl_person_enrich (Enrich a person) - Find the single best-matching person profile for a set of identifying attributes (name, email, phone, profile URL, company, etc.). Returns one record plus a likelihood score (1-10), or a 404 'no match' body. Use uniquely-identifying inputs for best results. API: GET /person/enrich. Endpoint: https://peopledatalabs.usefulapi.io/mcp
- pdl_person_identify (Identify a person) - Given broad, possibly-ambiguous attributes about a person, return up to 20 strongly-related profiles ranked by match score. Sits between enrich (1:1) and search (open-ended) — ideal when you can't uniquely resolve someone. API: GET /person/identify. Endpoint: https://peopledatalabs.usefulapi.io/mcp
- pdl_person_search (Search people) - Search the full PDL Person Dataset with an Elasticsearch query object OR a SQL string over the Person Schema (e.g. everyone with job_title_role='engineering' at a company). Returns matching profiles sorted by completeness; paginate with scroll_token. Each returned record costs 1 credit. API: POST /person/search. Endpoint: https://peopledatalabs.usefulapi.io/mcp
- pdl_company_enrich (Enrich a company) - Find the single best-matching company record. Requires a non-ambiguous input — name OR website OR ticker OR profile (website/ticker/profile resolve more reliably than name). Returns firmographics (industry, size, location, etc.) or a 404 'no match' body. API: GET /company/enrich. Endpoint: https://peopledatalabs.usefulapi.io/mcp
- pdl_company_search (Search companies) - Search the full PDL Company Dataset with an Elasticsearch query object OR a SQL string over the Company Schema (e.g. all SaaS companies with 50-200 employees in the US). Paginate with scroll_token. Each returned record costs 1 credit. API: POST /company/search. Endpoint: https://peopledatalabs.usefulapi.io/mcp
- pdl_ip_enrich (Enrich an IP address) - Enrich an IP address with its location, company, and (optionally) associated person data via a 1:1 match against PDL's IP dataset. API: GET /ip/enrich. Endpoint: https://peopledatalabs.usefulapi.io/mcp
- pdl_autocomplete (Autocomplete search values) - Get suggested values for a search field along with the number of available records for each — useful for building valid Person/Company Search queries. Free on all plans. API: GET /autocomplete. Endpoint: https://peopledatalabs.usefulapi.io/mcp
- pdl_job_posting_search (Search job postings) - Search PDL's Job Posting Dataset (millions of active & historical postings sourced from company career pages) with an Elasticsearch query object OR a SQL string. Beta — may require plan access (HTTP 403 if not enabled). Each returned posting costs 1 credit. API: POST /job_posting/search. Endpoint: https://peopledatalabs.usefulapi.io/mcp

## Resources
Not captured

## Prompts
Not captured

## Metadata
- Owner: io.usefulapi
- Version: 1.0.1
- Runtime: Streamable Http
- Transports: HTTP
- License: Not captured
- Language: Not captured
- Stars: Not captured
- Updated: Jul 17, 2026
- Source: https://registry.modelcontextprotocol.io
