netcafe-docs
N
netcafe-docs
/deep_research

Run an autonomous research agent

Start an autonomous web research task. The agent plans sub-questions, searches the web, reads the sources and writes a report with citations — this is real rese

liveverifiedunknown~5s typical
mcpprobednetcafe-docs
$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-com-ainetcafe-netcafe-docs /deep_research for me.

Input

FieldTypeDescription
topic*stringThe research question. Phrase it as a question, not a keyword.
depthstring (quick | standard)quick = outline only (~1 min); standard = full cited report (~3 min). Default standard.

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-com-ainetcafe-netcafe-docs","endpoint":"/deep_research","input":{"topic":"..."}}'
cli
npx cracked-ai run -p mcp-com-ainetcafe-netcafe-docs -e /deep_research -i '{"topic":"..."}'
mcp
run_tool({ provider: "mcp-com-ainetcafe-netcafe-docs", endpoint: "/deep_research", input: {"topic":"..."} })

Try it

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