People Data Labs
Access person, company, school, location, job title, and skill data using the People Data Labs API.
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.
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
Setup
- Clone this repository
- Install dependencies:
npm install - Build the project:
npm run build - Configure your People Data Labs API key using one of the provided configuration scripts
Configuration
Automatic Configuration
This project includes scripts to automatically configure the MCP server for both Claude Desktop and VS Code:
For Claude Desktop:
npm run config:claude
For VS Code:
npm run config:vscode
Both scripts will:
- Check if the configuration file exists and create it if needed
- Prompt you for your People Data Labs API key
- Add the MCP server configuration to the appropriate file
- Provide instructions for next steps
Manual Configuration
If you prefer to configure the MCP server manually, you need to add it to your MCP settings file. The location of this file depends on your environment:
- For VS Code:
%APPDATA%\Code\User\globalStorage\rooveterinaryinc.roo-cline\settings\mcp_settings.json - For Claude Desktop:
%APPDATA%\Claude\claude_desktop_config.json
Add the following configuration to the mcpServers object in your MCP settings file:
{
"mcpServers": {
"peopledatalabs": {
"command": "node",
"args": ["path/to/peopledatalabs-mcp/build/index.js"],
"env": {
"PDL_API_KEY": "your-api-key-here"
}
}
}
}
Replace:
path/to/peopledatalabs-mcp/build/index.jswith the actual path to the built index.js fileyour-api-key-herewith your actual People Data Labs API key
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 personphone(string, optional): Phone number of the personname(string, optional): Full name of the personprofile(array of strings, optional): Social media profile URLs of the personlocation(string, optional): Location of the person (city, state, country)company(string, optional): Company name where the person workstitle(string, optional): Job title of the personmin_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 peoplesize(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 companywebsite(string, optional): Website of the companyprofile(array of strings, optional): Social media profile URLs of the companyticker(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 companiessize(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 schoolssize(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 locationssize(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 titlessize(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 skillssize(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 autocompletesize(number, optional): Number of results to return (max 100)
Example Usage
Person API Examples
<use_mcp_tool>
<server_name>peopledatalabs</server_name>
<tool_name>enrich_person</tool_name>
<arguments>
{
"email": "[email protected]"
}
</arguments>
</use_mcp_tool>
<use_mcp_tool>
<server_name>peopledatalabs</server_name>
<tool_name>search_people</tool_name>
<arguments>
{
"query": "SELECT * FROM person WHERE location='San Francisco' AND job_title='Software Engineer'",
"size": 5
}
</arguments>
</use_mcp_tool>
Company API Examples
<use_mcp_tool>
<server_name>peopledatalabs</server_name>
<tool_name>enrich_company</tool_name>
<arguments>
{
"name": "Apple Inc."
}
</arguments>
</use_mcp_tool>
<use_mcp_tool>
<server_name>peopledatalabs</server_name>
<tool_name>search_companies</tool_name>
<arguments>
{
"query": "SELECT * FROM company WHERE location='New York' AND industry='Finance'",
"size": 5
}
</arguments>
</use_mcp_tool>
Autocomplete Example
<use_mcp_tool>
<server_name>peopledatalabs</server_name>
<tool_name>autocomplete</tool_name>
<arguments>
{
"field": "company",
"text": "Goog"
}
</arguments>
</use_mcp_tool>
License
Apache 2.0
Verwandte Server
MCP RAG
A managed Retrieval-Augmented Generation (RAG) server using MCP, integrated with knowledge bases and OpenSearch.
ContextWire
Free search API for AI agents — 105 engines, 22 profiles, 94.3% SimpleQA accuracy, MCP server with 5 tools
Supavec
Fetch relevant embeddings and content from Supavec for AI assistants.
Krep MCP Server
A high-performance string search server powered by the krep binary.
Bocha
A search engine for AI applications, providing world knowledge from web pages and various content sources like weather, news, and images.
NCBI Literature Search
Search NCBI databases, including PubMed, for scientific literature. Tailored for researchers in life sciences, evolutionary biology, and computational biology.
MCP Web Search Tool
A server for real-time web search using pluggable providers, powered by the Brave Search API.
中指房产估值MCP
MCP服务器,提供房产小区评级和评估功能
mcp-seo-audit
SEO audit and Google Search Console MCP server with 23 tools. Search analytics, URL inspection, Indexing API, Core Web Vitals (CrUX), striking distance keywords, keyword cannibalization detection, branded query analysis, and automated site audits.
Pollinations Think
Strategic thinking and real-time web search using the Pollinations AI API with DeepSeek and SearchGPT models.