shipengine-automation
Automate Shipengine tasks via Rube MCP (Composio). Always search tools first for current schemas.
Author
Category
Development ToolsInstall
Hot:40
Download and extract to your skills directory
Copy command and send to AI Agent for auto-install:
Download and install this skill https://openskills.cc/api/download?slug=composiohq-composio-skills-shipengine-automation&locale=en&source=copy
Shipengine Automation - Rube MCP Agent Skills
Skill Overview
Automatically execute Shipengine logistics tasks through Composio’s Rube MCP automation, with no API key required. Supports tool discovery, connection management, and bulk operations.
Suitable Use Cases
Core Features
RUBE_SEARCH_TOOLS, ensuring that call parameters match the current API architecture and avoiding errors caused by hard-coded tool names.RUBE_MANAGE_CONNECTIONS, automatically handle the authentication flow, and support ACTIVE status checks and retrieval of authentication links.RUBE_MULTI_EXECUTE_TOOL, enabling end-to-end automation for order processing, tracking queries, and logistics management.FAQs
Does Rube MCP require an API key?
No. Rube MCP is a keyless MCP server. Just add
https://rube.app/mcp to your client configuration. Shipengine authentication is handled automatically via the RUBE_MANAGE_CONNECTIONS tool.How do I get started with Shipengine Automation?
First, call
RUBE_SEARCH_TOOLS to find available Shipengine tools and obtain a session ID. Then, use RUBE_MANAGE_CONNECTIONS to check or create a Shipengine connection. Once the connection status is ACTIVE, you can execute the specific tools.Can I execute multiple Shipengine tools in bulk?
Yes. Use
RUBE_MULTI_EXECUTE_TOOL to execute multiple tools within a single call, or use RUBE_REMOTE_WORKbENCH to write bulk scripts in more complex scenarios. It’s recommended to always reuse the same session ID to maintain continuity of context.