Sazabi
MCP connectors

RentAHuman

Give the Sazabi agent tools to hire and coordinate real human workers for tasks requiring human judgment or real-world action.

About

This is an MCP connector that gives the Sazabi agent tools from RentAHuman's hosted MCP server at https://rentahuman.ai/api/mcp. Sazabi stores your API key securely and sends it as the X-API-Key header. Write and payment tools are governed by the per-connection read-only toggle and per-tool enablement.

What the agent can do:

  • Search humans and browse available services
  • Post bounties and message workers
  • Fund escrow-backed work and release payments
  • Coordinate human-in-the-loop tasks from agent conversations

Prerequisites

Set up in the dashboard

Configure connectors in the dashboard under Settings > MCP connectors.

Add your key

Create or copy an API key from the RentAHuman API keys page. Sazabi stores it securely and sends it as the X-API-Key header to RentAHuman's hosted MCP endpoint. This key can hire workers and trigger payments, so keep the per-connection read-only toggle on unless you intend the agent to act.

Set up with the CLI

RentAHuman authenticates with a RentAHuman API key, and sazabi mcp-connectors connect only supports OAuth providers — so set up this connector in the dashboard first (above). Once it's connected, the Sazabi CLI can inspect and manage it (installed and authenticated — see sazabi mcp-connectors reference):

sazabi mcp-connectors list
sazabi mcp-connectors details <connection-id>

Find the connection ID with sazabi mcp-connectors list. To rotate the stored credentials later, use sazabi mcp-connectors update-credentials <connection-id>.

Verify

Open the connector's connection page under Settings > MCP connectors and confirm Sazabi lists the tools it discovered. Then, in a thread, ask the agent to use one of those tools and confirm it runs. If no tools appear, confirm the key is correct.

Troubleshooting

No tools discovered — Confirm the API key is valid. Re-enter it from Settings > MCP connectors.

Connection shows needs attention — The authorization or key may have expired or been revoked; reconnect from Settings > MCP connectors.

Further reading