Manage your faxes with AI using Fax.Plus MCP

Connect Claude, ChatGPT, or another compatible AI assistant to your Fax.Plus account. Send a fax, check your inbox, or track delivery with a simple, natural-language request.
Available on paid Fax.Plus plans, starting with Basic.

Copy a prompt for your AI assistant

Describe how you handle faxes today and get suggestions tailored to your work.

Click an icon to copy a prompt, then paste it into your AI assistant.

Claude ChatGPT Cursor Copilot Gemini
Fax.Plus bağlı
Sen
Bugün hiç faks aldım mı?
Fax.Plus
Bu sabah 2 faks aldınız.
📄
+1 415 548 5563 9:38 AM · 23 pages ✓ Received
📄
+1 312 555 0142 11:15 AM · 4 pages ✓ Received
Sen
İkinci mesajı +1 212 555 0199 numarasına iletin.
Fax.Plus
Fax submitted to +1 212 555 0199.
4 pages · queued

Ne Fax.Plus MCP Sunucusu ne yapar?

Claude ve ChatGPT gibi yapay zekâ asistanları zaten belgeleri okuyabiliyor, e-posta taslakları hazırlayabiliyor ve takviminizi kontrol edebiliyor. Şimdi ise faks gönderip alabiliyorlar. Bağlandıktan sonra, asistanınız görüşmeden ayrılmadan gerçek faks işlemlerini gerçekleştiriyor. Fax.Plus ilkidir enterprise faks sağlayıcısı bir tane gönderecek.

Yüksek Hacimli Faks simgesi

For you or your team

Aletler arasında daha az geçiş

You or your team can ask for fax actions where you already work, in Claude, ChatGPT, or any MCP-compatible assistant. No tab switching, no separate fax UI, no copy-pasting recipient numbers. It all stays in one conversation.
Geliştirme kaynağına ihtiyaç yoktur

BT ve geliştiricileriniz için

Tüm yapay zeka müşterileri için tek bir entegrasyon.

Bağlamak Fax.Plus MCP üzerinden bir kez geçiş yaptığınızda, ekibinizin kullandığı her yapay zeka istemcisi aynı güvenli erişime sahip olur.
Her araç için ayrı ayrı sarmalayıcılar yok, yeni yapay zeka asistanları piyasaya sürüldükçe bakımını yapmanız gereken özel entegrasyonlar yok.
O Fax.Plus MCP sunucusu, token tabanlı yetkilendirmeler ve ayrıntılı kapsamlarla barındırılan bir ortamda çalışır.

What your AI assistant can do with Fax.Plus

Use the tools your account permissions allow.

Explore MCP tools →

Faks gönder

Submit documents to fax numbers worldwide.

Faks alın

Search incoming faxes and download individual pages or complete documents.

Teslimatı takip edin

Retrieve delivery confirmations and fax reports.

Kişileri yönet

Create and update fax contacts and shared contact groups.

Manage fax numbers

View your fax numbers and their details, and update number assignments when your permissions allow.

Manage your outbox

Review outgoing faxes, resend a fax, or update and delete queued faxes.

Start with a simple request

Copy a prompt below and send it to your connected assistant.

01 / SEND

Send a document

Choose your document in the Fax.Plus upload flow when your assistant prompts you.

Help me send a fax.

Copy prompt

02 / RECEIVE

Catch up on your inbox

Narrow the results by date or sender to find the item you need.

Show me the faxes I received today.

Copy prompt

03 / TRACK

Check delivery status

Check whether your fax is still in progress, has been delivered, or failed. A submitted fax is not yet a delivery confirmation.

What is the delivery status of my latest fax?

Copy prompt

Available actions depend on your account permissions and AI client.

Send a document

Ask your assistant to start a fax, then choose your document in the Fax.Plus upload flow. Follow the conversation as your fax is submitted and its delivery status becomes available.

Help me send a fax.

Catch up on your inbox

Ask which faxes arrived today or look for a fax from a particular sender. Find the item you need before deciding what to do next.

Show me the faxes I received today.

Check what happened next

Find out whether a fax is still in progress, has been delivered, or failed. Ask for its current status when you need an update.

What is the delivery status of my latest fax?

Use these prompts after connecting your assistant. Available actions depend on your account permissions and AI client.

Add fax capabilities to your own AI workflow

Build fax actions into an MCP-compatible agent or application.

  • A hosted MCP endpoint.

    Connect to Fax.Plus without deploying your own fax MCP server.

  • Authentication that fits your client.

    Connect with OAuth on any paid plan. Enterprise plans also support Personal Access Tokens with the scopes your workflow needs.

  • Tools for multi-step tasks.

    Use one tool’s result to inform the next step in your agent’s task.

Explore the MCP documentation

Bırak Fax.Plus MCP sunucusunu mevcut yapay zeka uygulamanıza veya ajan iş akışınıza entegre edin. Tek bir barındırılan uç nokta, dağıtılacak veya bakımı yapılacak yerel sunucu yok. Anthropic API ve OpenAI Agents SDK için çalışan örnekler mevcuttur.

1from anthropic import Anthropic
2
3client = Anthropic()
4
5response = client.messages.create(
6    model="claude-sonnet-4-6",
7    max_tokens=1024,
8    mcp_servers=[
9        {
10            "type": "url",
11            "url": "https://mcp.fax.plus/mcp",
12            "name": "faxplus",
13            "authorization_token": "YOUR_PERSONAL_ACCESS_TOKEN"
14        }
15    ],
16    messages=[
17        {
18            "role": "user",
19            "content": "Send the document to +1 415 555 0123 and confirm delivery."
20        }
21    ]
22)
23
24print(response.content)
from agents import Agent, Runner
from agents.mcp import MCPServerStreamableHttp

async def main():
    async with MCPServerStreamableHttp(
        params={
            "url": "https://mcp.fax.plus/mcp",
            "headers": {
                "Authorization": "Bearer YOUR_PERSONAL_ACCESS_TOKEN"
            }
        }
    ) as fax_server:
        agent = Agent(
            name="FaxAssistant",
            instructions="Help users send and manage faxes through Fax.Plus.",
            mcp_servers=[fax_server],
        )
        result = await Runner.run(
            agent,
            "Send the document to +1 415 555 0123 and confirm delivery."
        )
        print(result.final_output)

Your connection details

Server URL

https://mcp.fax.plus/mcp

Copy server URL

Server

Hosted by Fax.Plus

Kimlik doğrulama

OAuth on all paid plans; Personal Access Token on Enterprise

Configuration

Use your client or SDK’s documented format

Building a backend integration? Explore the Fax.Plus REST API.

Frequently asked questions

Nedir bu? Fax.Plus MCP Sunucusu mu?

It connects a compatible AI assistant to your Fax.Plus account through the Model Context Protocol (MCP). You can request fax tasks in plain language without building an integration yourself.

Hangi yapay zeka müşterileri birlikte çalışıyor? Fax.Plus MCP?

Your AI client must support remote MCP connections and a compatible authentication method. See the Claude and ChatGPT setup tabs above, or check your client’s documentation. Availability and supported actions can vary by app, plan, device, and workspace permissions.

What do I need to get started?

You need a paid Fax.Plus plan and an AI client that supports remote MCP connections. Basic, Premium, and Business require an OAuth-capable client. Enterprise also supports Personal Access Tokens. A workspace administrator may need to enable access.

Can I use MCP with a HIPAA or PHIPA account?

No. Fax.Plus MCP is not available for accounts with Advanced Security Controls enabled, including HIPAA and PHIPA accounts.

Yapay zekâ asistanım faks dosyalarımın içeriğini görebiliyor mu?

Your assistant can receive information returned by the Fax.Plus actions you authorize. What it can access depends on the permissions granted and the tools used. Review your AI provider’s privacy and data-use settings before sharing sensitive information.

Yapay zekâ asistanının yapabileceklerini sınırlayabilir miyim?

Yes. Access depends on your Fax.Plus account permissions and the permissions granted to the connection. Review the requested access during OAuth sign-in. On Enterprise, you can also use a Personal Access Token with only the scopes your workflow needs.

Which Fax.Plus plan do I need?

Fax.Plus MCP is available on paid plans, starting with Basic. Basic, Premium, and Business connect through OAuth; Enterprise also supports Personal Access Tokens. The Free plan and accounts with Advanced Security Controls enabled are excluded. Your AI provider may have separate plan or workspace requirements.

Kullanabilir miyim? Fax.Plus MCP, REST API ile birlikte mi kullanılıyor?

Yes. Use MCP for tasks through an AI assistant and the REST API for integrations controlled by your application. The REST API has its own access requirements; MCP availability on a paid plan does not imply REST API access.

Explore more ways to connect your fax workflow

Discover other ways to reduce manual tasks, fax from your everyday apps, and keep your team informed.

Make faxing part of your AI workflow

Follow the setup guide or find a plan for your needs.