The most accurate people search API/MCP. Natural language in, high-quality candidates out. Built for ATSs and AI Agents.
Docs: https://platform.pearch.ai/
Paper: https://arxiv.org/abs/2504.02463v1
Server Config
{
"mcpServers": {
"Pearch.ai": {
"command": "uv",
"args": [
"run",
"--with",
"fastmcp",
"fastmcp",
"run",
"your_path/pearch_mcp.py"
],
"env": {
"PEARCH_API_KEY": "your_token"
}
}
}
}