D
DeepSearch
/search_people
Search people
Resolve one identifier - a name, phone number, email address, or username - to a ranked list of real, distinct people, each with a confidence score. Prefer this
liveunknown~5s typical
mcpdeepsearch
$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-app-deepsearch-deepsearch /search_people for me.
Input
| Field | Type | Description |
|---|---|---|
| query* | string | Name, phone number, email address, or username to look up. |
| type | string (name | phone | email | username) | How to interpret the query. default "name" |
| platforms | array | Optional: for a username search, restrict discovery to these platforms (e.g. instagram, x, |
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-app-deepsearch-deepsearch","endpoint":"/search_people","input":{"query":"...","type":"name"}}'cli
npx cracked-ai run -p mcp-app-deepsearch-deepsearch -e /search_people -i '{"query":"...","type":"name"}'mcp
run_tool({ provider: "mcp-app-deepsearch-deepsearch", endpoint: "/search_people", input: {"query":"...","type":"name"} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.