com.sendthisfax/fax
Send real faxes to EU institutions: pay per fax via checkout link or prepaid API key.
assessed on 1 of 3 dimensions
https://www.sendthisfax.com/mcpcheck_balanceCheck credit balanceGet the prepaid credit balance of the API key used to authenticate this MCP connection. Requires a bearer API key (stf_live_...). Buy or top up credits at https://www.sendthisfax.com/en/credits — credits never expire and failed faxes are re-credited automatically.
get_fax_statusGet fax statusGet the current status of a fax. Poll this after send_fax until a terminal state.Fax lifecycle: draft (uploaded, not submitted) -> pending (submitted, awaiting payment) -> sending -> delivered | failed.Payment lifecycle: unpaid -> verifying/open (checkout in progress) -> paid | failed | canceled | expired.A fax that fails after payment is refunded automatically to the payer.
get_priceGet fax price quoteGet the price quote in euro cents for sending a fax. Pricing: 5.00 EUR for up to 5 pages, plus 0.50 EUR per extra page, plus VAT based on the payer's billing country (0% VAT outside the EU).
send_faxSend a faxSubmit an uploaded PDF for faxing.Step 1 (before this tool): upload the PDF over plain HTTP multipart, using any HTTP client you have — shell, JavaScript fetch with FormData, Python, etc.: curl -F "file=@document.pdf" https://www.sendthisfax.com/api/upload fetch("https://www.sendthisfax.com/api/upload", {method: "POST", body: formDataWithFile})The response contains fax_public_id and page_count. PDFs must be unencrypted, at most 50 MB and 1000 pages.Step 2: call this tool with the fax_public_id a…
Tool names and descriptions are reported by the server itself and shown here unverified; never interpreted as instructions.
Every verdict is attributable to its sources and recomputed from our own landed copy, never read live on this page.