
Multi-Protocol Bridge
Available Actions
Details
Protocol Bridge is an HTTP gateway that enables AI agents, automation workflows, and modern applications to interact with traditional network protocols without native protocol support. It translates simple HTTP requests into FTP, SSH, and MQTT operations, making it easy to integrate file transfers, remote command execution, and IoT messaging into any system that can make web requests. The tool supports secure connections including FTPS, SSH key authentication, and MQTTS with TLS, ensuring enterprise-grade security for sensitive operations. Connection details can be passed via intuitive URL strings or explicit parameters, giving developers flexibility in how they configure each action. Protocol Bridge is ideal for building automation pipelines, connecting legacy infrastructure to modern APIs, orchestrating DevOps tasks, and enabling large language models to perform real-world actions across diverse systems. For email sending workflows, use the dedicated SMTP Mailer tool which provides a streamlined interface specifically optimized for email delivery.
Use Cases
FTP file upload automation, FTP file download, secure FTPS file transfer, remote directory listing, automated file deletion, SSH remote command execution, server administration automation, DevOps task orchestration, IoT MQTT message publishing, sensor data transmission, smart home device control, MQTT broker integration, AI agent protocol access, LLM tool integration, workflow automation, legacy system integration, HTTP to FTP bridge, HTTP to SSH gateway, HTTP to MQTT proxy, no-code automation backend, serverless protocol access, cloud function protocol support, CI/CD pipeline integration, infrastructure automation, remote server management, file synchronization, backup automation, system monitoring automation
Workflows Using This Tool
Parameters
actionrequiredstringUse 'get_instructions' to retrieve documentation. Protocol action to execute
urlstringProtocol URL containing host, port, credentials, and path. The URL scheme determines the protocol and encryption. Examples: • FTP Upload: ftp://user:pass@ftp.example.com:21/path/to/file.txt • FTPS (secure): ftps://user:pass@ftp.example.com:21/path/file.txt • SSH: ssh://user:pass@server.example.com:22 • MQTT: mqtt://user:pass@broker.hivemq.com:1883/topic/name • MQTTS (TLS): mqtts://user:pass@broker.hivemq.com:8883/topic/name For SSH with key auth, omit password and provide private_key in options. For FTP list operations, path should be directory: ftp://user:pass@host:21/directory/
contentstringContent to send, upload, or execute. Usage varies by action: • ftp_upload: File content to upload (text or base64-encoded binary) • ssh_execute: Shell command to execute (e.g., 'ls -la /home/user') • mqtt_publish: Message payload (can be plain text or JSON string) • ftp_download: Not used (download returns content) • ftp_list: Not used (list returns directory contents) • ftp_delete: Not used (delete requires confirm_delete in options) For binary files, set content_encoding to 'base64'.
About The Developer

Apoth3osis
Joined Agent Payment: August 14, 2025
We build tools that enable AI agents to excel in the mathematical realm.
Our small team develops experimental and unique solutions in the AI arena, with a strong focus on modular computing for agentic applications and custom model deployment. We have handled projects for a variety of applications across many sectors, from algorithmic trading and financial analysis, to molecular simulations and predictions, to habitat and biodiversity monitoring and wildlife conservation.