How to Use the iFax MCP in Claude Code
Pipe terminal outputs, send PDFs, and script your iFax queue directly from the Claude Code command line.
Works with every AI agent you already use
…and any MCP-compatible client
Connect iFax MCP to Claude Code
Create your Vinkius account to connect iFax to Claude Code and route execution through our secure gateway. The platform manages server hosting, runtime updates, and security layers. Configuration requires no manual server provisioning.
Scriptable Faxing from the Claude Code CLI
The `send_fax` tool accepts base64-encoded document payloads directly from your terminal environment. Claude Code packages your local files and runs the transmission as a headless process, making it easy to integrate into shell scripts using the MCP protocol. Generate a report, convert it to PDF, and send it to a physical machine using a single terminal command. Claude Code handles the encoding and delivery tracking without requiring a GUI.
Headless Queue Control via MCP Server
The `list_faxes` tool outputs your entire transmission history directly to your standard output stream. Claude Code filters this data to find specific recipient numbers or transmission dates without opening a browser. If you need to stop a job, Claude Code runs `cancel_fax` using the ID pulled from your history list. It gives you raw, scriptable control over your outbound queue.
Automated CI/CD Delivery Verification
The `get_fax_status` tool queries the delivery state of your sent documents directly from the command line. Claude Code uses this tool to block or proceed in automated deployment pipelines depending on transmission success. For failed deliveries, the agent runs `resend_fax` to retry the transmission immediately. This ensures your automated notifications always reach their destination without manual shell intervention.
Set up iFax MCP in Claude Code
Prerequisites
- Claude Code CLI installed (
npm install -g @anthropic-ai/claude-code) - Active Vinkius subscription with a valid endpoint token
- 1
Run the add command
Open your terminal and run the command shown on the right. Replace
[YOUR_TOKEN_HERE]with your endpoint token from cloud.vinkius.com. Use--scope userto make it available across all projects. - 2
Verify the connection
Start a Claude Code session and type
/mcpto list connected servers. You should seeifax-mcpwith a green status indicator. - 3
Start using tools
Ask Claude Code something like "Check my latest iFax transactions." It will automatically discover and invoke the available iFax tools.
claude mcp add --transport http ifax-mcp https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp Why Choose Vinkius
Vinkius connects your tools to AI with real-time monitoring and automatic cost savings — all from one dashboard.
Real-time monitoring
Live
visibility into every interaction
Connect your favorite tools to your AI and see exactly what's happening — every request, every response, in real time.
Built-in savings
60%
lower AI costs
Vinkius compresses data between your apps and your AI automatically. Lower bills every month — no configuration required.
Single dashboard
One
place for every integration
Every tool your AI connects to, managed from a single screen. One account, complete control.
Common questions about iFax MCP in Claude Code
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the iFax MCP today
We host it, we monitor it, we maintain it. You just paste one token.