P
PromptFax
/send_fax
Send paid fax
Fallback/non-widget tool for sending after payment is authorized and the user explicitly wants to send now. In ChatGPT widget sessions, do not call this after s
liveunknown~5s typical
mcppromptfax
$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-app-promptfax-promptfax /send_fax for me.
Input
| Field | Type | Description |
|---|---|---|
| sessionId | string | PromptFax MCP session identifier returned by start_session. Use this to continue a session |
| sendIntentId | string | PromptFax send intent identifier returned by get_quote or session status. Use this for che |
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-app-promptfax-promptfax","endpoint":"/send_fax","input":{}}'cli
npx cracked-ai run -p mcp-app-promptfax-promptfax -e /send_fax -i '{}'mcp
run_tool({ provider: "mcp-app-promptfax-promptfax", endpoint: "/send_fax", input: {} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.