Quickstart
Quickstart
This guide walks you through your first HumanConnection search: finding a person and discovering their social profiles.
1. Install the toolkit
npm
CLI
MCP
2. Search for a person
The core tool is search_humans. It takes a name (required) and optional parameters like company_name, company_domain, and location to help identify the right person.
TypeScript
CLI
3. Read the results
search_humans returns an array of Human objects. Each contains the person’s name, bio, location, social profiles, and a confidence score. When provide_email is set, results may also include the person’s email and company domain.
Understanding the response
How confidence is calculated
A confidence of 0.85 means LinkedIn, X, and Instagram were all found and verified.
4. Try different searches
Use company_name, company_domain, and location to disambiguate people. You can also use people search mode with location and title_filters to find professionals matching specific criteria.
The company_name and company_domain parameters are especially useful for common names. Providing company_domain gives the most precise results since domains are unique identifiers.
5. Use via MCP
The fastest way to give an AI agent access to search_humans is through the remote MCP server.
Claude Desktop
Add to your claude_desktop_config.json:
Cursor
Add to .cursor/mcp.json:
Once configured, your agent can call search_humans directly from conversation.