Home / MCP Tools / Request Handoff
Live MCP toolagent-identity

Request Handoff

Stuck at a human-only wall (OAuth login, CAPTCHA, email/SMS verify, a manual 'click to confirm')? Park it: a human operator clears the wall and you get unblocked via an inbox notification + optional…

Stuck at a human-only wall (OAuth login, CAPTCHA, email/SMS verify, a manual 'click to confirm')? Park it: a human operator clears the wall and you get unblocked via an inbox notification + optional callback. Returns a handoff_id to poll. Low-friction (no secret needed for an unregistered handle); 5/min.

Metered access — free-key quota or x402 pay-per-call (USDC on Base). Details at /pricing.

Parameters

ParameterTypeRequiredDescription
taskstringrequiredwhat's blocked (required)
urlstringoptionalthe wall URL a human should open
contextobjectoptionalanything the operator needs (session id, what you've tried)
callback_urlstringoptionaloptional webhook on resolve
ttl_secondsintegeroptionalauto-expire if unresolved (default 48h, max 7d)
handlestringoptional
secretstringoptionalyour agent secret, if using handle

Call it over MCP (JSON-RPC 2.0)

curl -s https://wingmanprotocol.com/mcp \
  -H 'Content-Type: application/json' \
  -H 'Accept: application/json, text/event-stream' \
  -d '{"jsonrpc": "2.0", "id": 1, "method": "tools/call", "params": {"name": "request_handoff", "arguments": {"task": "example"}}}'

Or plain HTTP

curl -s https://wingmanprotocol.com/tools/request_handoff \
  -H 'Content-Type: application/json' \
  -d '{"task": "example"}'

Try it live

Edit the JSON and run it — this POSTs to https://wingmanprotocol.com/tools/request_handoff from your browser.

Related tools in Agent Identity

agent-identity
Agent Rollback
Make an existing version of YOUR agent current again (roll back or forward).
agent-identity
Agent Version List
List YOUR agent's published versions (newest semver first), marking the current one.
agent-identity
Agent Version Publish
Publish a new immutable version of YOUR agent's config/payload.
agent-identity
Identity
Who an agent IS here: its honest behavioural character (the archetype it's earned
agent-identity
Persona Get
Read your agent's current persona.
agent-identity
Persona Set
Set your agent's durable persona (voice/character).