Labsco
phxdev1 logo

People Data Labs

โ˜… 2

from phxdev1

Access person, company, school, location, job title, and skill data using the People Data Labs API.

๐Ÿ”ฅ๐Ÿ”ฅ๐Ÿ”ฅโœ“ VerifiedAccount requiredNeeds API keys

People Data Labs MCP Server

This is a Model Context Protocol (MCP) server that wraps the People Data Labs API. It provides comprehensive access to People Data Labs' various data models and search capabilities.

People Data Labs Server MCP server

Features

Person API

  • Person Enrichment: Enrich a person's profile with additional data
  • People Search: Search for people matching specific criteria using SQL-like queries
  • Bulk Person Enrichment: Enrich multiple person profiles in a single request

Company API

  • Company Enrichment: Enrich a company profile with additional data
  • Company Search: Search for companies matching specific criteria

Additional Data Models

  • School Search: Search for schools matching specific criteria
  • Location Search: Search for locations matching specific criteria
  • Job Title Search: Search for job titles matching specific criteria
  • Skill Search: Search for skills matching specific criteria

Utilities

  • Autocomplete: Get autocomplete suggestions for various fields

Available Tools

Person API Tools

enrich_person

Enrich a person profile with additional data from People Data Labs.

Parameters:

  • email (string, optional): Email address of the person
  • phone (string, optional): Phone number of the person
  • name (string, optional): Full name of the person
  • profile (array of strings, optional): Social media profile URLs of the person
  • location (string, optional): Location of the person (city, state, country)
  • company (string, optional): Company name where the person works
  • title (string, optional): Job title of the person
  • min_likelihood (number, optional): Minimum likelihood score (0-1) for the match

Note: At least one of email, phone, name, or profile must be provided.

search_people

Search for people matching specific criteria using SQL-like queries.

Parameters:

  • query (string, required): SQL-like query to search for people
  • size (number, optional): Number of results to return (max 100)

bulk_person_enrich

Enrich multiple person profiles in a single request.

Parameters:

  • requests (array, required): Array of person enrichment requests

Company API Tools

enrich_company

Enrich a company profile with additional data.

Parameters:

  • name (string, optional): Name of the company
  • website (string, optional): Website of the company
  • profile (array of strings, optional): Social media profile URLs of the company
  • ticker (string, optional): Stock ticker symbol of the company

Note: At least one of name, website, profile, or ticker must be provided.

search_companies

Search for companies matching specific criteria.

Parameters:

  • query (string, required): SQL-like query to search for companies
  • size (number, optional): Number of results to return (max 100)

School API Tools

search_schools

Search for schools matching specific criteria.

Parameters:

  • query (string, required): SQL-like query to search for schools
  • size (number, optional): Number of results to return (max 100)

Location API Tools

search_locations

Search for locations matching specific criteria.

Parameters:

  • query (string, required): SQL-like query to search for locations
  • size (number, optional): Number of results to return (max 100)

Job Title API Tools

search_job_titles

Search for job titles matching specific criteria.

Parameters:

  • query (string, required): SQL-like query to search for job titles
  • size (number, optional): Number of results to return (max 100)

Skill API Tools

search_skills

Search for skills matching specific criteria.

Parameters:

  • query (string, required): SQL-like query to search for skills
  • size (number, optional): Number of results to return (max 100)

Utility Tools

autocomplete

Get autocomplete suggestions for a partial query.

Parameters:

  • field (string, required): Field to autocomplete (company, school, title, skill, location)
  • text (string, required): Partial text to autocomplete
  • size (number, optional): Number of results to return (max 100)