Agent Onboarding
Agent Onboarding
Everything your AI agent needs to start using HumanConnection. This page covers setup, integration options, and quick-start code for autonomous agents.
Integration paths
There are three ways to give your AI agent access to HumanConnection tools.
1. MCP Server
The fastest way to integrate. The HumanConnection MCP server exposes all tools via Streamable HTTP.
Claude Desktop
Add to your claude_desktop_config.json:
Cursor
Add to your .cursor/mcp.json:
Windsurf
Add to your ~/.codeium/windsurf/mcp_config.json:
Available MCP tools
2. Skills
Install HumanConnection as a skill for your AI coding assistant.
Claude Code
Cursor / Codex
Via ClawHub
Skills are compatible with Claude Code, Cursor, Codex, and OpenClaw.
3. Direct Toolkit
Install the toolkit directly and call functions from your code:
4. Documentation
Point your agent at the HumanConnection docs for context.
Add to your agent’s system prompt:
Quick start code
Search for a person
End-to-end sales workflow
The full workflow uses all the key tools together:
Tool parameters reference
search_humans (Live)
Two modes of operation:
Person lookup mode (search for a specific person):
People search mode (find professionals matching criteria):
Validation: provide either name OR (location + title_filters), not both.