LIVE ENDPOINT
https://mcp.fax.plus/mcp
Connect to this endpoint to inspect the live schema for update-fax and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Potential side effects detected · medium confidence · heuristic, not a guarantee.
- A tool name or description contains a write-action term.
Parent server
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.
Related tools
await-fax-upload— After request-file-from-user returns a session_id, call this immediately with that session_id.bulk-delete-faxes— Delete multiple fax records in one request.bulk-delete-outbox-faxes— Delete multiple outbox fax records in one request.bulk-update-faxes— Update multiple fax records in one request (is_read and/or comment).bulk-update-outbox-faxes— Update comment for multiple queued outbox faxes in one request.create-contact— Create a new contact in Fax.Plus address book.create-contact-group— Create a contact group (Fax.Plus tag) to organize contacts.create-webhook— Create a webhook subscription for a fax event and target URL.