P
Palmyr
/phone_extend_temp
Extend disposable temp phone number
Rent another 30 minutes on a live disposable temp number — each call pushes expires_at 30 min further (stackable up to 24h total lease). Owner-only; expired tem
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 /phone_extend_temp for me.
Input
| Field | Type | Description |
|---|---|---|
| number_id* | string | Temp number lease id returned by phone_temp_number |
| payment | string | base64 x402 payment payload (X-PAYMENT); omit on first call to receive payment instruction |
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":"/phone_extend_temp","input":{"number_id":"..."}}'cli
npx cracked-ai run -p mcp-ai-palmyr-palmyr -e /phone_extend_temp -i '{"number_id":"..."}'mcp
run_tool({ provider: "mcp-ai-palmyr-palmyr", endpoint: "/phone_extend_temp", input: {"number_id":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.