ENDPOINT 1
https://faxer.me/mcp
MCP server metadata
- Name
- faxer
- Version
- 1.0.0
faxer.me sends real faxes to any fax number, pay-per-fax (no account or subscription). Typical flow (human-in-the-loop payment): 1. get_fax_quote — price the document (public PDF URL) or text. 2. create_fax_payment — returns a Stripe Checkout link. Give this link to the human; they pay in their browser. Never ask for card details in chat. 3. send_fax — after the human confirms payment, call this with the payment_id and the same document/text. The server verifies the payment covers the recomputed price, then transmits. 4. get_fax_status — poll until "success" (delivery usually takes 1–5 minutes). Autonomous flow (agents with wallets — x402/MPP machine payments): call send_fax WITHOUT a payment_id. The server responds with a payment challenge (JSON-RPC error -32042) for USDC on Tempo or a Stripe Shared Payment Token; pay it and retry the call with the credential in _meta["org.paymentauth/credential"]. Pricing: $1.00 first page + $0.25 per extra page (USD). One fax per payment; card and Stripe machine payments are refunded automatically if the fax fails to send or deliver (on-chain USDC payments are refunded manually — contact support).
Known tools 4
get_fax_quoteGet the exact price to send a real fax to any US, Canadian, or international fax number via faxer.
Potential side effectsCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.faxer]
url = "https://faxer.me/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"faxer": {
"type": "http",
"url": "https://faxer.me/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: faxer
Remote MCP URL: https://faxer.me/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"faxer": {
"url": "https://faxer.me/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"faxer": {
"type": "http",
"url": "https://faxer.me/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "faxer",
"transport": "streamable-http",
"url": "https://faxer.me/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for faxer.me was fetched 2026-08-11T05:29:16.150Z.
faxer.me is assessed as Trusted: Domain has an established technology history spanning over a year.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.