Drop in a PDF, see the exact price, pay once, get a delivery receipt. No account. No subscription.
From $1.24 Β· US/CA Β· PDF
Pay once. Track delivery. Refunded if it canβt go through.
$0.99 + $0.25 / page
Pay per fax. No subscription, no monthly minimum. The full price is shown before you pay, and it is the only amount charged.
| Document | Total |
|---|---|
| 1 page | $1.24 |
| 3 pages | $1.74 |
| 5 pages | $2.24 |
| 10 pages | $3.49 |
| 30 pages (maximum) | $8.49 |
Full details in docs β US/CA Β· PDF Β· 10 MB / 30 pages Β· USD.
Same product, for software. Browser send stays above β this is optional.
No Oh Fax account or API key for MPP. Use an MPP-capable payer (mppx or an agent wallet). Quote free, then pay the HTTP 402 on https://app.ohfax.com/pay (Machine Payments Protocol / MPP). Agents discover the endpoint at OpenAPI discovery.
Claude Code
claude mcp add --transport http ohfax https://app.ohfax.com/mcp
Add to .cursor/mcp.json or Settings β MCP:
{
"mcpServers": {
"ohfax": {
"url": "https://app.ohfax.com/mcp"
}
}
}
codex mcp add ohfax --url https://app.ohfax.com/mcp
For manual configuration, set url = "https://app.ohfax.com/mcp" under [mcp_servers.ohfax] in ~/.codex/config.toml. The remote URL uses streamable HTTP.
Add to ~/.config/muse/settings.json:
{
"schema_version": 1,
"mcp_servers": {
"ohfax": {
"transport": "streamable_http",
"url": "https://app.ohfax.com/mcp",
"mode": "optional"
}
}
}
Remote URL: https://app.ohfax.com/mcp (streamable HTTP). No API key for the MPP path; use an MPP-capable payer such as mppx or an agent wallet.
Create a key at Account after Google sign-in. Prepaid balance; quote free, send charged.
Open Account β API docs β