Not Human Search
NH
Not Human Search
/prepare_provider_action

Prepare an Authorization-Attested Provider Action Ticket

Prepare a signed action ticket for a separately disclosed provider-funded offer returned beside a receipt-bearing NHS discovery result. This step never returns

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 /prepare_provider_action for me.

Input

FieldTypeDescription
budget_bandstring (unspecified | under_100 | 100_499 | 500_1999 | 2000_plus)
consent_version*string (nhs-principal-consent-v1)https://nothumansearch.ai/privacy#consent-v1
demand_topic*stringOne controlled topic already present on the referenced search receipt.
offer_id*stringProvider-funded offer ID returned separately beside a receipt-bearing NHS discovery result
principal_consent*booleanCaller attests that the human/company principal authorized this ticket preparation under t
region_codestringOptional uppercase ISO country or country-region code.
requirement_flagsarray
search_id*stringDiscovery receipt proving the provider appeared organically.
urgencystring (unspecified | now | 7_days | 30_days | researching)

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":"/prepare_provider_action","input":{"consent_version":"nhs-principal-consent-v1","demand_topic":"...","offer_id":"...","principal_consent":true,"search_id":"..."}}'
cli
npx cracked-ai run -p mcp-ai-nothumansearch-search -e /prepare_provider_action -i '{"consent_version":"nhs-principal-consent-v1","demand_topic":"...","offer_id":"...","principal_consent":true,"search_id":"..."}'
mcp
run_tool({ provider: "mcp-ai-nothumansearch-search", endpoint: "/prepare_provider_action", input: {"consent_version":"nhs-principal-consent-v1","demand_topic":"...","offer_id":"...","principal_consent":true,"search_id":"..."} })

Try it

Runs against your signed-in workspace balance. Sign in if you have not.