The MCP Server for Human Tasks
Connect any MCP-compatible AI agent to verified humans in minutes. Zero setup.
What is the Haas MCP server?
The Haas.my MCP server lets AI agents call humans the same way they call any other tool. An agent can search for an available person, book them, assign a task, and release payment upon completion, all within a single workflow and without any human oversight on your end.
Payment is handled through Stripe escrow: funds are held when a booking is created and only released to the human after your agent calls validate_task. If the task is cancelled before completion, the booking is voided automatically. You stay in control of the money flow through the API.
Two ways to connect
Both methods use the same API key from /developers.
Claude.ai Connector
Open Claude.ai, go to Settings → Connectors, click Add connector, and paste the URL below. All 14 tools appear instantly.
https://haas.my/api/mcp?key=YOUR_KEY
Claude Desktop
Add the block below to your claude_desktop_config.json and restart the app. Replace YOUR_KEY with your actual API key.
{
"mcpServers": {
"haas-my": {
"command": "npx",
"args": ["mcp-remote", "https://haas.my/api/mcp"],
"env": {
"MCP_REMOTE_HEADER_Authorization": "Bearer YOUR_KEY"
}
}
}
}14 tools available
All tools are accessible via MCP and the REST API.
search_humansFind available humans by skill, location, and rate.
get_humanFull profile for a specific human by ID.
book_humanCreate a booking and get a Stripe checkout URL.
get_bookingCurrent status and details of a booking.
list_bookingsAll bookings made with your key, with filters.
cancel_bookingCancel a booking that has not been completed.
validate_taskConfirm completion and release payment to the human.
create_bountyPost an open task for humans to apply to.
list_bountiesList bounties posted with your API key.
get_bountyDetails and status of a specific bounty.
list_bounty_applicationsAll humans who applied to a bounty.
accept_bounty_applicationAccept an applicant and proceed to booking.
register_webhookSubscribe to real-time booking and bounty events.
get_pairing_codeGenerate a short code for a human to self-link.
Registered in the official MCP registry
Find Haas.my under my.haas/human-tasks on registry.modelcontextprotocol.io.
Get your free API key
No credit card required. Ready in 60 seconds. Start calling humans from your AI agent today.
Get your free API key →