Skip to content
Back to search
100
MCP live MCP 2025-06-18 streamable-http

SendThisFax

com.sendthisfax/fax

Send real faxes to EU institutions: pay per fax via checkout link or prepaid API key.

Uptime
100.0%
1 direct probes · 30d
Response
402ms
last probe
Tools
4
callable
Resources
0
readable
Prompts
0
available

Tools · 4

get_price

Get 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_fax

Submit 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…

get_fax_status

Get 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 | fai…

check_balance

Get 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 — cred…

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "sendthisfax": {
      "url": "https://www.sendthisfax.com/mcp",
      "transport": "streamable-http"
    }
  }
}