MCP.so
Sign In

FaxerVerifiedFeatured

@1771 Co

About Faxer

Send real faxes to any US, Canadian, or international fax number from any AI assistant. The agent quotes the exact price from the document's real page count, hands the human a Stripe Checkout link (payment stays human-in-the-loop — agents never touch cards), transmits over a real fax network once payment is verified, and polls delivery status. One fax per payment; failed transmissions are refunded automatically. Pay per fax: $1.00 first page + $0.25/page. No account, no API key, no subscription. Tools: get_fax_quote, create_fax_payment, send_fax, get_fax_status.

Connection details

https://faxer.me/mcp

Setup

claude mcp add faxer --transport http https://faxer.me/mcp

Tools

No tools detected

Fetch the live tool list directly from this server's endpoint using the button above.

Overview

What is Faxer?

Faxer is a pay-per-fax remote MCP server that lets any AI assistant send real faxes to US, Canadian, and international fax numbers. No account, no API key, no subscription — pay per fax: $1.00 for the first page + $0.25 per additional page.

How it works

  1. get_fax_quote — quotes the exact price from the document's real page count
  2. create_fax_payment — returns a Stripe Checkout link the agent hands to the human. Payment stays human-in-the-loop; agents never touch cards.
  3. send_fax — verifies the payment covers the recomputed price, then transmits over a real fax network. One fax per payment.
  4. get_fax_status — polls delivery status. Failed transmissions are refunded automatically.

Connect

{
  "mcpServers": {
    "faxer": {
      "type": "http",
      "url": "https://faxer.me/mcp"
    }
  }
}

Remote server over Streamable HTTP (stateless). No auth required.

Links

Frequently asked questions

What is the Faxer remote MCP server?

The Faxer remote MCP server is a hosted Model Context Protocol endpoint at https://faxer.me/mcp, so AI assistants can connect to it without installing or running anything locally.

How do I connect to the Faxer MCP server?

Add the endpoint https://faxer.me/mcp to any MCP-compatible client such as Claude Code, Cursor, or VS Code. The setup snippets on this page configure each client in one step.

Does the Faxer MCP server require authentication?

No. Faxer's MCP server does not require authentication — you can connect directly with the endpoint URL.

Which transport does the Faxer MCP server use?

Faxer exposes a Streamable HTTP endpoint, the transport used by remote MCP servers and supported by all major MCP clients.

Comments