目录 / Faxify MCP
MCP
鉴权未知
未评级
已上架
Faxify MCP
Faxify MCP is the hosted MCP server for Faxify, an online fax service for the United States and Canada. It gives AI assistants 18 tools to send faxes from uploaded PDFs, Word files or images (with an optional cover page), save and preview drafts, track delivery status, resend failed faxes, and read received faxes. Connect over streamable HTTP at https://mcp.faxify.com/api/v1/mcp with OAuth 2.1 — ChatGPT and Claude connectors discover it automatically — or use the @faxify/mcp-client stdio bridge for Cursor and Claude Desktop. It's included on every Faxify plan, including the free plan (5 pages a month). Faxify is not HIPAA compliant, so don't send protected health information through it.
该来源不提供完整文件导出(国内平台多为平台内托管),仅存元数据与原链
模型生成摘要(rules/v1 · 2026-09-27 16:41):Faxify MCP is the hosted MCP server for Faxify, an online fax service for the United States and Canada
这是模型对公开材料的总结,不是官方声明,请以原链内容为准。
这是模型对公开材料的总结,不是官方声明,请以原链内容为准。
接入信息
- 传输形态
- http
- 鉴权方式
- 鉴权未知
- 端点
https://faxify--constagility.run.tools
鉴权方式未标注,请核对官方文档后再接入——不要直接使用以下片段
{
"mcpServers": {
"Faxify MCP": {
"url": "https://faxify--constagility.run.tools"
}
}
}
能力清单
| 工具 | 说明 |
|---|---|
| send_fax | Send a fax now from one or more files — provide either shareable file links (`fileUrls`) or, for a LOCAL file, `uploadIds` from `request_upload_url`: the files are attached to a new draft and the fax is sent in one step. To fax an on-device file: call request_upload_url, PUT the bytes to the returned URL, then call this with uploadIds. Use send_fax_using_draft to send a draft you already saved, or create_draft to save without sending. The top-level `recipient` (with fax number) is required — that's the destination. The `coverPage` is OPTIONAL: omit it to send with no cover sheet; include it to prepend one (subject/message, optional sender defaults to the signed-in account). Returns fax status plus media/thumbnail URLs and sender/recipient details. |
| send_fax_using_draft | Send a fax from a draft you already saved, identified by draftId. Use send_fax to send directly from file URLs without saving a draft first. The top-level `recipient` (with fax number) is required — that's the destination. The `coverPage` is OPTIONAL: omit it to send with no cover sheet; include it to prepend one (subject/message, optional sender defaults to the signed-in account). Returns fax status plus media/thumbnail URLs and sender/recipient details. |
| list_faxes | List completed faxes — received (inbox) or sent — with search, status/date filters, and pagination. For unsent drafts use list_drafts instead. Use when the user wants to browse or find faxes already sent or received. |
| get_fax | Get full details of one completed fax (inbox or sent) by faxId. Use get_fax_status for just the delivery state, or get_draft for an unsent draft. |
| list_drafts | List saved, unsent draft faxes with search and pagination (drafts may be incomplete). For faxes already sent or received use list_faxes instead. Use when the user wants to see faxes they've saved but not sent. |
| get_draft | Get one saved draft's files and metadata by draftId. Use before updating, previewing, or sending it; use get_draft_preview to render how it will look, or get_fax for an already-sent fax. |
| create_draft | Create a saved draft to send later — optionally attach files via shareable file links (`fileUrls`) or `uploadIds` from `request_upload_url` (for LOCAL files), or pass none for an empty draft. Use send_fax to send immediately, or update_draft to change an existing draft's files. Use when the user wants to save a fax without sending it yet. |
| update_draft | Replace the files on an existing draft (by draftId) with files from shareable file links (`fileUrls`) or `uploadIds` from `request_upload_url` (for LOCAL files). The provided files REPLACE all current files (they are not appended), and this tool changes files only — not sender/recipient info. Use create_draft to start a new draft. |
| request_upload_url | Get a short-lived signed URL to upload a LOCAL (on-device) file so it can be faxed — the reliable way to fax a file that isn't already hosted online. Flow: (1) call this with the file's name + MIME type; (2) PUT the file's bytes to the returned uploadUrl using the given Content-Type header; (3) call send_fax or create_draft with uploadIds: [uploadId]. The bytes upload directly to storage (not through this server), so the file is never altered. For files already at a public, directly-downloadable HTTPS URL, skip this and use fileUrls instead. |
| get_fax_status | Check only the delivery status of one fax by faxId. Use when the user asks whether a fax was delivered or wants to track it; use get_fax for the fax's full details. |
| resend_fax | Resend a fax that previously failed to deliver, by faxId. Use when a sent fax failed and the user wants to retry. |
| delete_fax | Permanently delete one completed fax record by faxId. Destructive — use only when the user explicitly asks to remove a fax; use delete_draft for unsent drafts. |
| delete_draft | Permanently delete one saved draft by draftId. Destructive — use when the user wants to discard a draft; use delete_fax for completed faxes. |
| get_draft_preview | Preview how a draft will look before sending, by draftId — returns thumbnail and PDF URLs. Works on drafts only, not sent or received faxes. The `coverPage` is OPTIONAL: omit it to preview the document(s) with no cover sheet; include it (with an optional top-level `recipient` to render on it) to preview WITH a cover page. No fax is sent. Use when the user wants to check the fax before sending. |
| list_plans | List all Faxify subscription plans, including the free plan, with pricing and limits. Use list_offerings for paid plans only. Use when the user asks about pricing, features, or upgrade/downgrade options. |
| list_offerings | List only Faxify's paid subscription plans (the free plan is excluded), for purchase or upgrade. Use list_plans to include the free plan. Use when the user wants to see premium options. |
| get_profile | Get the signed-in user's profile: user ID, username, email, role, and fax number. Use get_subscription for plan and usage info. Use when the user wants their account/identity details. |
| get_subscription | Get the signed-in user's subscription: plan, limits, current-period usage, pages remaining, and status. Use get_profile for identity details. Use when the user asks about their plan, remaining pages, or billing period. |
纠错与举报(发现条目失效、署名有误或涉及侵权?)
提交举报 / 纠错
侵权举报经核验成立后,我们会即时下线该条目并删除已存的内容副本。