mcpserver.lol
registry/faxer
Connection check verified live · 26h ago

faxer

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

Tools 4
GitHub stars
Installs / wk
Licence
Transport streamable-http
Last checked 26h ago

Tools & capabilities

4 tools

Read from the running server on 26h ago.

create_fax_payment to*pagescover_textdocument_url
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…
get_fax_quote read-only pagescover_textdocument_url
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…
get_fax_status read-only fax_id*
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;…
send_fax to*cover_textpayment_iddocument_urlcover_subject
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 payme…