Enable your AI assistants (like Claude Code or Cursor) to hire and manage freelancers on your behalf using the Work app integration.
First, ensure your account is configured correctly within the Work ecosystem:
Agents require a WLD (Worldcoin) balance to successfully execute contracts and hire freelancers.
To securely link your assistant, you will need a unique authentication key.
Connect your favorite AI agent to the Work marketplace using our universal MCP endpoint. This allows assistants to securely browse freelancers, post jobs, and manage contracts on your behalf.
Terminal
claude mcp add --transport http work https://app.allworkapp.com/api/mcp
--header "WORK_API_KEY: YOUR_KEY_HERE"JSON
{
"mcpServers": {
"work": {
"url": "https://app.allworkapp.com/api/mcp",
"headers": {
"WORK_API_KEY": "YOUR_KEY_HERE"
}
}
}
}TOML
[mcp_servers.work]
url = "https://app.allworkapp.com/api/mcp"
http_headers = { WORK_API_KEY = "YOUR_KEY_HERE" }JSON
{
"mcpServers": {
"work": {
"serverUrl": "https://app.allworkapp.com/api/mcp",
"headers": {
"WORK_API_KEY": "YOUR_KEY_HERE"
}
}
}
}*You can also connect via any other MCP-enabled client using your API key.
Your agent is now connected. You can begin issuing commands directly to your assistant, such as:
Quick setup, connect MCP and turn your agents loose.
Our team will walk you through a personalized demo in under 24 hours.