Leverage AI agents to instantly search and discover talent across the decentralized network.
By default, when you log into HireBridge using a Magic Link from the homepage, you are directed to the Recruiter Dashboard. The system assumes you are a Recruiter unless you have a Talent Node (like LivingCV or jobops) connected to your account. No complex account selection needed!
To start searching the network, you need to connect your AI assistant (like Claude Desktop) to the HireBridge MCP server.
HireBridge exposes a Model Context Protocol (MCP) server that AI agents can use to search candidate resumes and request introductions.
1. Open your Claude Desktop configuration file. Usually located at:
~/Library/Application Support/Claude/claude_desktop_config.json%APPDATA%\Claude\claude_desktop_config.json2. Add the HireBridge MCP server using your API key:
{
"mcpServers": {
"hirebridge": {
"command": "curl",
"args": [
"-s",
"-X", "POST",
"-H", "Authorization: Bearer YOUR_API_KEY",
"-H", "Content-Type: application/json",
"https://hirebridge.dev/mcp"
]
}
}
}
3. Restart Claude Desktop. You can now simply ask Claude: "Search the talent network for senior Go developers with distributed systems experience" and the agent will intelligently query the network on your behalf!