MCP Integration

Faxbot provides MCP servers in Node and Python with identical tools:

  • Tools: send_fax, get_fax_status
  • Transports:
    • stdio (local desktop assistants)
    • HTTP (Node streamable HTTP)
    • SSE + OAuth2 (Node and Python)

Current guide: /Faxbot/ai-integration/

Limits and file handling

  • stdio: use filePath to avoid base64 limits
  • HTTP/SSE: JSON limit is ~16 MB for Node; REST API raw file limit is 10 MB
  • Allowed types: PDF, TXT

Table of contents


Copyright © 2024 Faxbot. Distributed under the MIT License.