NH
Not Human Search
/handoff_provider_action
Continue Through an NHS-Observed Provider Handoff
Present the exact ticket bearer returned by prepare_provider_action. NHS records one privacy-safe handoff receipt, then returns the attributed provider action U
liveverifiedunknown~5s typical
mcpprobednothumansearch
$0.0020
per call
plus $0.001 platform fee per run
Open MCP server; Cracked bills routing only
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run mcp-ai-nothumansearch-search /handoff_provider_action for me.
Input
| Field | Type | Description |
|---|---|---|
| attribution_token* | string | Exact bearer returned by prepare_provider_action; NHS does not store the raw token. |
| controlled_intent_disclosure_consent_version | string (nhs-provider-controlled-intent-disclosure-consent-v1) | https://nothumansearch.ai/privacy#controlled-intent-disclosure-consent-v1; required only w |
| handoff_consent_version* | string (nhs-provider-handoff-consent-v1) | https://nothumansearch.ai/privacy#handoff-consent-v1 |
| principal_controlled_intent_disclosure_consent | boolean | Optional separate authorization for the exact DNS-verified provider to resolve the bounded |
| principal_handoff_consent* | boolean | Caller attests the principal authorized the separate observed handoff under the exact publ |
| ticket_id* | string | Action ticket ID returned by prepare_provider_action. |
Call it
curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
-H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
-d '{"provider":"mcp-ai-nothumansearch-search","endpoint":"/handoff_provider_action","input":{"attribution_token":"...","handoff_consent_version":"nhs-provider-handoff-consent-v1","principal_handoff_consent":true,"ticket_id":"..."}}'cli
npx cracked-ai run -p mcp-ai-nothumansearch-search -e /handoff_provider_action -i '{"attribution_token":"...","handoff_consent_version":"nhs-provider-handoff-consent-v1","principal_handoff_consent":true,"ticket_id":"..."}'mcp
run_tool({ provider: "mcp-ai-nothumansearch-search", endpoint: "/handoff_provider_action", input: {"attribution_token":"...","handoff_consent_version":"nhs-provider-handoff-consent-v1","principal_handoff_consent":true,"ticket_id":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.