Handle It docs

MCP connector

Connect Handle It to Claude (MCP)

Handle It runs a remote MCP server (streamable HTTP) so Claude can book, order,

and get things done through the same tools any agent uses.

Add the connector

In Claude (Settings → Connectors → Add custom connector):

  • Name: Handle It
  • URL: https://mcp.gethandleit.com/mcp
  • Authentication: the server reads your API key from the Authorization: Bearer

header, and also accepts it as a ?key= query parameter for clients that cannot

set headers:

- Header clients: add Authorization: Bearer hk_test_...

- URL-only clients: use https://mcp.gethandleit.com/mcp?key=hk_test_...

Use an hk_test_... key to run entirely in the sandbox (zero risk), or an

hk_live_... key to reach real AI-Ready businesses.

Tools Claude will see

create_task, get_task, wait_for_task, respond_to_task, cancel_task,

find_businesses, get_capabilities. Every result includes a summary string

Claude can read aloud.

Three prompts to try

1. Discover: "Use Handle It to find AI-Ready delivery businesses in JLT."

2. Order end to end: "Order 2 karak and a samosa to Cluster T JLT with Handle It.

Wait for it, accept the quote, and tell me when it's delivered with the evidence."

3. Book + handle a decision: "Book a table for 3 tonight at 9pm. If they ask for

a deposit, accept it, and confirm the booking with their exact words."

Claude will call create_task, then wait_for_task, answer any action_required

with respond_to_task, and report the evidence-backed outcome.