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
| Field | Type | Description |
|---|---|---|
| address* | string | The inbox address from create_inbox. |
| format | string (text | html) | "text" (default) flattens each message to readable text — right for pulling a code or link |
| inbox_token* | string | The 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.