← Registry

API Tools

fax.plus

Provides tools to manage faxes, including uploading, deleting, and updating fax records.

1 endpoint54 known toolsFirst detected August 24, 2026Last detected August 24, 2026

ENDPOINT 1

https://mcp.fax.plus/mcp

No auth detected

MCP server metadata

Name
faxplus
Version
v1.0.0
Capabilities
extensions.io.modelcontextprotocol/ui.mimeTypesloggingresources.listChangedtools.listChanged
Server instructions

Fax.Plus MCP server. USER COMMUNICATION (mandatory; overrides the user asking for technical/exact/trace detail): Chat replies are for non-technical end users. Never mention tool names, MCP, HTTP codes, APIs, session IDs, storage paths, file sizes/bytes, TIFF/conversion details, IPs, client metadata, enhancement flags, or internal field names. If the user asks what happened “technically”, “exactly”, or for a “full trace”, still answer with a short plain-language status timeline only (e.g. file uploaded → preparing the fax → sending → sent successfully / failed). Do not paste tool call chains or server internals. Good: “sample.pdf uploaded. Fax to +17154578872 was submitted and is being prepared, then sent.” / “Sent successfully (1 page).” Bad: naming request-file-from-user, await-fax-upload, send-fax-uploaded, HTTP 201, storage paths, or listing API statuses verbatim with timestamps as a debug dump. You may use get-fax / list-outbox-faxes / list-faxes privately to learn status; translate results into everyday words (preparing, queued, sending, sent, failed). FILE / FAX FLOW (agent-only; do not narrate these steps to the user): ALWAYS call request-file-from-user FIRST when the user asks to send or schedule a fax, before asking anything else (pass start_file_upload=true; upload only—no destinations, no file bytes). Never ask the user to attach the file in chat, and never expect the document to arrive as a chat attachment. request-file-from-user returns session_id immediately and opens the upload UI. Then IMMEDIATELY call await-fax-upload with that session_id (do not speak to the user first). await-fax-upload WAITS until the user finishes uploading, then RETURNS storage paths and file_names. After await-fax-upload returns, tell the user the uploaded file name(s) in plain language (e.g. “ABC.PDF uploaded”) so the names stay in chat history, then call send-fax-uploaded with those paths plus to/from (and optional send_time) to send, schedule, or reuse files. If await-fax-upload is cancelled, times out, or the user hit a file-size limit, call request-file-from-user again to open a new upload session (do not reuse the old session_id). NEVER read file contents and NEVER pass base64, data URIs, or file bytes in any tool argument. upload-file is automation-only (base64) and must not be used for chat. All tools require the Fax.Plus enterprise plan. The caller must supply a valid access token via the Authorization: Bearer <token> HTTP header on every request. user_id (when provided) must be a UUID (dashed or 32-hex) or 24-char ObjectId; omit user_id to default to self. send-fax-uploaded success (queued) means submitted only—not delivered. Tell the user the fax was submitted and is being prepared/sent; final outcome may still fail. Never claim delivery succeeded from the submit response alone. On MCP/session errors do not resend blindly: use get-fax with the fax_id from the prior response. get-fax and get-outbox-fax take optional wait_seconds (default 0). After send-fax-uploaded, pass wait_seconds=30 on the first status check; omit it for later polls. SHOP / NUMBER PURCHASE: list-countries is_available=false means that country is not enabled for purchase via the API - not that numbers are out of stock. Do not tell the user "no numbers in stock"; say purchase is not available for that country (or offer countries where is_available=true). NUMBER ASSIGNMENT: update-number assigns a member TO a number (payload.assigned_to = member id; user_id is usually self for the owning admin). revoke-number removes a member FROM a number: user_id MUST be that member's id. Using self revokes the caller's own assignment — wrong when the user asked to unassign someone else. Revoke does not cancel the number or change owner_id. CONTACT GROUPS: set-contact-groups, create-contact, and update-contact assign by group name (e.g. Vendors), never by the id returned from create-contact-group. Developer-only automation outside chat may still POST https://restapi.fax.plus/v3/accounts/self/files with multipart fax_file, or use upload-file with base64. Reference docs: https://apidoc.fax.plus/get-started/introduction This server sends and receives faxes. Documents are never supplied as chat attachments. To obtain a document from the user, call request-file-from-user, which opens a file picker in the chat; then pass the returned storage paths to send-fax-uploaded. Never ask the user to attach, paste, or upload a file into the conversation, and never read or transmit file bytes yourself.

Known tools 54

await-fax-upload

After request-file-from-user returns a session_id, call this immediately with that session_id.

Potential side effects
bulk-delete-faxes

Delete multiple fax records in one request.

Potential side effects
bulk-delete-outbox-faxes

Delete multiple outbox fax records in one request.

Potential side effects
bulk-update-faxes

Update multiple fax records in one request (is_read and/or comment).

Potential side effects
bulk-update-outbox-faxes

Update comment for multiple queued outbox faxes in one request.

Potential side effects
create-contact

Create a new contact in Fax.Plus address book.

Potential side effects
create-contact-group

Create a contact group (Fax.Plus tag) to organize contacts.

Potential side effects
create-webhook

Create a webhook subscription for a fax event and target URL.

Potential side effects
delete-contact

Delete a contact.

Potential side effects
delete-contact-group

Delete a contact group (Fax.Plus tag).

Potential side effects
delete-fax

Delete a fax record.

Potential side effects
delete-outbox-fax

Delete a queued outbox fax record.

Potential side effects
delete-webhook

Delete a webhook subscription by ID.

Potential side effects
fax-upload-session

App-only: return the in-flight fax-upload session so the UI can upload.

Potential side effects
get-balance

Get your Fax.Plus shop account balance.

Inferred read-only
get-fax

Get details for a specific fax record.

Inferred read-only
get-fax-report

Retrieve a fax confirmation report (PDF).

Inferred read-only
get-fax-thumbnail

Retrieve a fax thumbnail image.

Inferred read-only
get-fax-upload-session

Check an existing fax-upload session.

Potential side effects
get-file

Download a sent or received fax file.

Inferred read-only
get-file-page

Download a single page from a fax file (TIFF).

Inferred read-only
get-member-details

Get a corporate member's role and faxing quota.

Inferred read-only
get-number

Get information about a specific fax number.

Inferred read-only
get-outbox-fax

Get details of a fax scheduled for sending (outbox).

Inferred read-only
get-token-info

Get metadata about the current access token (type, scopes, expiration, etc.).

Inferred read-only
get-user

Get account information for a user.

Inferred read-only
get-webhooks

List webhooks currently registered for a given webhook event type.

Inferred read-only
invite-members

Invite people to your corporate Fax.Plus account by email (max 10 per call).

Potential side effects
list-areas

List areas (regions) where numbers can be purchased for a given country.

Inferred read-only
list-contact-groups

List contact groups (Fax.Plus tags) with optional pagination and filters.

Inferred read-only
list-contacts

List contacts with optional filters (name, fax_number, groups, note), pagination, sorting, and shared/personal filter.

Inferred read-only
list-countries

List countries where you can purchase fax numbers.

Potential side effects
list-faxes

List fax records for a user.

Inferred read-only
list-members

List all corporate members in your account.

Inferred read-only
list-numbers

List your purchased or assigned phone numbers.

Inferred read-only
list-outbox-faxes

List faxes in the outbox that are waiting to be sent.

Inferred read-only
list-shop-numbers

Search for purchasable fax numbers in a specific country and area (calling) code.

Inferred read-only
purchase-number

Purchase a Fax.Plus number by item ID.

Potential side effects
request-file-from-user

ALWAYS call this FIRST when the user asks to send or schedule a fax, before asking anything else.

Potential side effects
resend-fax

Queue a new outbound fax by reusing an existing fax file reference via from_fax.

Inferred read-only
resend-invitations

Resend pending corporate member invitations by email (max 10 per call).

Potential side effects
revoke-number

Remove a corporate member's assignment to a fax number (DELETE assigned_to entry).

Potential side effects
send-fax-uploaded

Queue a new outbound fax using uploaded storage paths only.

Potential side effects
set-contact-groups

Assign contacts to contact groups (Fax.Plus tags).

Inferred read-only
share-contact-groups

Share selected personal contact groups (tags) with corporate members in your organization.

Inferred read-only
share-contacts

Share selected personal contacts with corporate members in your organization.

Inferred read-only
update-contact

Partially update an existing contact.

Potential side effects
update-contact-group

Update a contact group (Fax.Plus tag).

Potential side effects
update-fax

Update a fax record's read state and/or comment.

Potential side effects
update-member-details

Update a corporate member's role and/or monthly fax quota.

Potential side effects
update-number

Assign a fax number to a corporate member (adds them to assigned_to).

Potential side effects
update-outbox-fax

Update a queued outbox fax (comment only).

Potential side effects
update-user

Update account profile/settings for a user (usually 'self').

Potential side effects
upload-file

Automation-only: upload document bytes as base64 for non-chat integrations.

Potential side effects

CONNECT 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.faxplus]
url = "https://mcp.fax.plus/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "faxplus": {
      "type": "http",
      "url": "https://mcp.fax.plus/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: faxplus
Remote MCP URL: https://mcp.fax.plus/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": {
    "faxplus": {
      "url": "https://mcp.fax.plus/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "faxplus": {
      "type": "http",
      "url": "https://mcp.fax.plus/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "faxplus",
  "transport": "streamable-http",
  "url": "https://mcp.fax.plus/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.