Skip to content
Back to search
100
MCP live MCP 2025-11-25 streamable-http

Faxer — Send Faxes

me.faxer/faxer

Send real faxes from AI assistants. Pay per fax ($1 + $0.25/page), no account or API key.

Uptime
100.0%
1 direct probes · 30d
Response
6096ms
last probe
Tools
4
callable
Resources
0
readable
Prompts
0
available
Primary URL
https://faxer.me/mcp

Tools · 4

get_fax_quote

Get the exact price to send a real fax to any US, Canadian, or international fax number via faxer.me. Call this first whenever a user wants to send, transmit, or fax a document or message. Provide doc…

create_fax_payment

Create a Stripe Checkout payment link for a fax. Returns payment_url — give this link to the human so they can pay in their browser (agents never handle card details) — and payment_id, which you pass …

send_fax

Transmit a fax. Two ways to pay: (1) human-in-the-loop — pass the payment_id from create_fax_payment after the human has paid the Stripe Checkout link; (2) autonomous machine payment (x402/MPP) — call…

get_fax_status

Check the delivery status of a fax sent with send_fax. Status 'success' means the receiving fax machine confirmed the transmission; 'inprogress'/'queued' mean it is still sending; 'failure' means it c…

How to use

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

{
  "mcpServers": {
    "faxer_—_send_faxes": {
      "url": "https://faxer.me/mcp",
      "transport": "streamable-http"
    }
  }
}