cobalt
C
cobalt
/check_inbox

check inbox

Read mail delivered to an inbox from create_inbox — e.g. to pull a verification code or confirmation link out of a signup email. Returns newest-first. Mail usua

liveunknown~5s typical
mcpcobalt
$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-cobaltcapture-cobalt /check_inbox for me.

Input

FieldTypeDescription
address*stringThe inbox address from create_inbox.
formatstring (text | html)"text" (default) flattens each message to readable text — right for pulling a code or link
inbox_token*stringThe inbox_token from create_inbox (authorizes reading).

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-cobaltcapture-cobalt","endpoint":"/check_inbox","input":{"address":"...","inbox_token":"..."}}'
cli
npx cracked-ai run -p mcp-com-cobaltcapture-cobalt -e /check_inbox -i '{"address":"...","inbox_token":"..."}'
mcp
run_tool({ provider: "mcp-com-cobaltcapture-cobalt", endpoint: "/check_inbox", input: {"address":"...","inbox_token":"..."} })

Try it

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