P
PromptFax
/get_quote
Get fax quote
Fallback/non-widget tool for creating a user-reviewable pay-per-use fax quote when you have a fax number and either an MCP session, a PromptFax documentId, or o
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 /get_quote for me.
Input
| Field | Type | Description |
|---|---|---|
| sessionId | string | PromptFax MCP session identifier returned by start_session. Use this to continue a session |
| faxNumber | string | Destination US fax number. Accepts common human formats such as 415-555-0182 or E.164 form |
| fileUrls | array | One or more HTTPS URLs for PDF or image documents that PromptFax should attach to the fax |
| documentId | string | PromptFax document identifier created by a prior upload or hosted session. |
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":"/get_quote","input":{}}'cli
npx cracked-ai run -p mcp-app-promptfax-promptfax -e /get_quote -i '{}'mcp
run_tool({ provider: "mcp-app-promptfax-promptfax", endpoint: "/get_quote", input: {} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.