P
Palmyr
/card_status
Check card purchase status
Poll a card purchase started by card_buy (free). done=true when status is 'ready' (fetch details with card_get) or 'failed' (payment auto-refunded — see refund_
liveunknown~5s typical
mcppalmyr
$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-palmyr-palmyr /card_status for me.
Input
| Field | Type | Description |
|---|---|---|
| card_id* | string | operation_id / card_id returned by card_buy |
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-palmyr-palmyr","endpoint":"/card_status","input":{"card_id":"..."}}'cli
npx cracked-ai run -p mcp-ai-palmyr-palmyr -e /card_status -i '{"card_id":"..."}'mcp
run_tool({ provider: "mcp-ai-palmyr-palmyr", endpoint: "/card_status", input: {"card_id":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.