SingleFax
SingleFax Send a fax from Claude, ChatGPT, Cursor, or any MCP client.
Что умеет
- List Skus: Catalog of SingleFax SKUs with prices. Send a document with create_fax_draft. Get a number with create_inbound_number. Credits with create_checkout. PDF, Word, Excel, PowerPoint, RTF, plain
- Quote Fax: Retail send quote without charging. Pass to (E.164). Optional pages (default 10) or base64 of the document for a live page count. Optional contentType when MIME is missing.
- Get Credits: Read prepaid credit balance
Какие данные видит
Нужен ли аккаунт
Не нужен: сервер работает без входа
SingleFax
Send a fax from Claude, ChatGPT, Cursor, or any MCP client. Upload a PDF, quote pages, pay, and poll delivery status.
MCP: https://singlefax.com/mcp (Streamable HTTP + OAuth)
Docs: singlefax.com/agents
HIPAA / PHI is not available on MCP. Use the website HIPAA Secure path with an electronic BAA.
Connect
Sign in with OAuth when the client prompts. No API key.
claude mcp add --transport http singlefax https://singlefax.com/mcp
Как подключить
Как подключить SingleFax к Claude
Адрес сервера, который нужно вставить в настройках Claude:
https://singlefax.run.tools
- Откройте Claude (сайт claude.ai или приложение для компьютера).
- Перейдите в Настройки → Коннекторы (в английском интерфейсе: Settings → Connectors).
- Нажмите Добавить пользовательский коннектор (Add custom connector).
- Вставьте адрес сервера, скопированный ниже, в поле URL удалённого MCP-сервера и нажмите Добавить.
- В чате нажмите + → Коннекторы и включите новый коннектор.
Пользовательские коннекторы доступны на тарифах Free, Pro, Max, Team и Enterprise. На Free можно добавить только один. В Team и Enterprise коннектор сначала добавляет владелец организации в Настройки организации → Коннекторы.
Авторизация
После нажатия Добавить откроется окно входа в сервис. Войдите под своим аккаунтом и подтвердите доступ. Пароль Claude не видит.
Как подключить SingleFax к ChatGPT
Адрес сервера, который нужно вставить в настройках ChatGPT:
https://singlefax.run.tools
- Откройте ChatGPT в браузере (chatgpt.com). Нужен тариф Plus, Pro, Business, Enterprise или Edu.
- Один раз включите режим разработчика: Настройки → Приложения → Дополнительные настройки → Режим разработчика (Settings → Apps → Advanced settings → Developer mode).
- Откройте Настройки → Коннекторы и нажмите Создать (Create).
- Заполните форму: Название (любое), Описание (одна фраза, что делает сервис), URL MCP-сервера (скопируйте ниже).
- В поле Аутентификация выберите OAuth, если сервис требует вход, иначе Нет. Нажмите Создать.
- В новом чате откройте + → Приложения/Коннекторы и включите коннектор.
Название раздела у OpenAI менялось (Connectors → Apps/Plugins). Если пункт называется иначе, ищите «режим разработчика» в настройках. В рабочих пространствах Business/Enterprise администратор должен разрешить пользовательские коннекторы.
Авторизация
При первом использовании ChatGPT откроет окно входа в сервис. Войдите и подтвердите доступ.
Как подключить SingleFax к Cursor
Адрес сервера, который нужно вставить в настройках Cursor:
https://singlefax.run.tools
Быстрый способ: нажмите кнопку Открыть в Cursor ниже, Cursor сам предложит добавить сервер.
Вручную:
- В Cursor откройте Settings → Cursor Settings → MCP и нажмите Add new global MCP server.
- Вставьте JSON, скопированный ниже, в открывшийся файл
~/.cursor/mcp.json(для одного проекта:.cursor/mcp.jsonв корне проекта). - Сохраните файл. Сервер появится в списке MCP; при необходимости пройдите авторизацию по кнопке рядом с ним.
Авторизация
Если сервис требует вход, рядом с сервером в списке MCP появится кнопка авторизации.
Список инструментов сервера (10)
Технические названия из tools/list. Нужны только разработчикам.
| list_skus | Catalog of SingleFax SKUs with prices. Send a document with create_fax_draft. Get a number with create_inbound_number. Credits with create_checkout. PDF, Word, Excel, PowerPoint, RTF, plain text, and images (JPEG, PNG, TIFF, GIF, WebP, BMP, HEIC). Do not convert to PDF first — send the original file. We convert to PDF before sending. HIPAA, EIN, and IRS forms are website-only (URLs included). |
| quote_fax | Retail send quote without charging. Pass to (E.164). Optional pages (default 10) or base64 of the document for a live page count. Optional contentType when MIME is missing. |
| get_credits | Read prepaid credit balance |
| get_fax_status | Get fulfillment/payment status for a fax order you own |
| list_numbers | List this account's active inbound fax numbers (E.164, type, expiry). After create_inbound_number checkout completes, call this to read the number. |
| create_upload | Optional. For files too large for a tool-call. Returns uploadPageUrl (human drop, no login) and uploadUrl (HTTP PUT raw bytes, no Authorization). Pass uploadToken to poll stored, then create_fax_draft. |
| create_fax_draft | Send a fax from this authenticated session. Pass to plus uploadToken from create_upload after the file is stored. base64 only for tiny files (under ~20KB). Optional contentType when sniffing is needed. For larger files: create_upload → user opens uploadPageUrl → create_fax_draft({ to, uploadToken }). Queues on credits or a page pool; otherwise returns checkoutUrl. PDF, Word, Excel, PowerPoint, RTF, plain text, and images (JPEG, PNG, TIFF, GIF, WebP, BMP, HEIC). Do not convert to PDF first — send the original file. We convert to PDF before sending. |
| create_machine_fax | Autonomous MPP path — returns payment_required challenge when unpaid, then charges on retry with payment_authorization |
| create_inbound_number | Reserve a dedicated inbound fax number and return Stripe Checkout. Default sku inbound_30day ($4.99). Also lifetime-basic, lifetime-pro, monthly-basic, annual-basic, monthly-business, annual-business. Optional country US|CA and state. Returns checkoutUrl plus the reserved phoneNumber. After the user pays, call list_numbers. Free 24-hour numbers, vanity digits, HIPAA, EIN, and IRS stay on the website. |
| create_checkout | Start Stripe Checkout for a catalog SKU. Prefer create_inbound_number for a fax number. sku: credit_pack | inbound_30day | monthly-basic | annual-basic | monthly-business | annual-business | lifetime-basic | lifetime-pro. HIPAA/EIN/IRS are website-only (list_skus). Do not use this to send a document — use create_fax_draft. |