MCP Server
MCP Server
The HumanConnection MCP server exposes all platform tools through the Model Context Protocol via Streamable HTTP. This is the fastest way to give your AI agent access to people search and the full meeting lifecycle.
Endpoint
The server supports the MCP Streamable HTTP transport — POST for requests, GET for SSE streaming, DELETE to close sessions.
Configuration
Claude Desktop
Add to ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows):
Cursor
Add to .cursor/mcp.json in your project root:
Windsurf
Add to ~/.codeium/windsurf/mcp_config.json:
Available tools
search_humans (Live)
Search for a person by name (with optional company/location context) or find people by location and title filters. Returns social profiles, bio, location, email, and confidence.
Person lookup mode:
People search mode:
Validation: provide either name OR (location + title_filters), not both.
Returns: Array of Human objects with name, email?, company_domain?, bio, location, profiles, and confidence.
search_interests (Live)
Search a person’s recent social activity for personal interests, hobbies, and conversation starters.
Parameters:
Returns: { signals: [{ source: "linkedin"|"x"|"instagram"|"web", signal: string }] }
search_events (Live)
Search for relevant events nearby where meetings can take place.
Parameters:
search_places (Live)
Search for restaurants, cafes, golf, tennis/padel, galleries, museums, stadiums, bars.
Parameters:
search_tickets (Live)
Find where to buy tickets for events across ticketing platforms.
Parameters:
book_ticket (Live)
Register for an event on behalf of someone via browser automation (Luma, Meetup, Eventbrite).
Parameters:
send_meeting_invite (Planned)
Send Google Calendar invite to all participants via gcalcli. The invite is the booking.
Parameters:
send_meeting_report (Planned)
Submit a report after a meeting has taken place.
Parameters:
send_meeting_payment (Planned)
Create a reward payment for a human who completed a meeting.
Parameters:
REST API
All tools are also available as REST endpoints at api.humanconnection.sh:
Example:
Tool annotations
Each tool includes MCP annotations that help agents understand tool behavior: