How to integrate Shipengine MCP with OpenClaw

Trusted by
AWS
Glean
Zoom
Airtable

30 min · no commitment · see it on your stack

Shipengine logo
OpenClaw logo
divider

Introduction

OpenClaw is the fastest growing agent harness out there, which can work 24/7 to automate almost any kind of tasks. However, its capabilities are limited to the tools it has access to. Composio allows your OpenClaw to access Shipengine with authentication management handled for you. You can execute actions on Shipengine via your favorite OpenClaw interface (Telegram, WhatsApp, TUI, etc), whichever you prefer.

Also integrate Shipengine with

Why use Composio?

Apart from a managed and hosted MCP server, you will get:

  • Programmatic tool calling allows LLMs to write its code in a remote workbench to handle complex tool chaining. Reduces to-and-fro with LLMs for frequent tool calling.
  • Handling Large tool responses out of LLM context to minimize context rot.
  • Dynamic just-in-time access to 20,000 tools across 1000+ other Apps for cross-app workflows. It loads the tools you need, so LLMs aren't overwhelmed by tools you don't need.

How to install Shipengine with OpenClaw

Using Composio API Key and Setup Prompt

Copy the setup prompt from the OpenClaw dashboard
  • Run it in your OpenClaw chat interface.
  • Authenticate Shipengine from the dashboard
  • Go back to your OpenClaw interface and start asking questions.

Using OpenClaw/Composio Plugin

1. Install OpenClaw Composio plugin

bash
openclaw plugins install @composio/openclaw-plugin

2. Copy the API Key from dashboard.composio.dev

3. Setup OpenClaw Config

bash
openclaw config set plugins.entries.composio.config.consumerKey "ck_your_key_here"

4. Restart OpenClaw

bash
openclaw gateway restart

5. Go to your chat interface and start asking questions.

6. When prompted, authenticate the app and you're all set.

How It Works

The plugin connects to Composio's MCP server at https://connect.composio.dev/mcp and registers all available tools directly into the OpenClaw agent. Tools are called by name — no extra search or execute steps needed.

If a tool returns an auth error, the agent will prompt you to connect that toolkit at dashboard.composio.dev.

Configuration

bash
{
  "plugins": {
    "entries": {
      "composio": {
        "enabled": true,
        "config": {
          "consumerKey": "ck_your_key_here"
        }
      }
    }
  }
}
OptionDescriptionDefault
enabledEnable or disable the plugintrue
consumerKeyYour Composio consumer key (ck_...)
mcpUrlMCP server URL (advanced)https://connect.composio.dev/mcp

What is the Shipengine MCP server, and what's possible with it?

The Shipengine MCP server is an implementation of the Model Context Protocol that connects your AI agent and assistants like Claude, Cursor, etc directly to your Shipengine account. It provides structured and secure access to your shipping operations, so your agent can perform actions like generating shipping labels, tracking packages, validating addresses, and managing carrier integrations on your behalf.

  • Automated label creation and management: Instantly generate, purchase, and void shipping labels across multiple carriers, letting your agent streamline fulfillment without manual entry.
  • Real-time package tracking: Ask your agent to track shipments by carrier or tracking number to get up-to-date delivery statuses and shipment histories.
  • Address validation and correction: Have your agent validate and standardize shipment addresses to prevent delivery errors and reduce returns.
  • Carrier rate comparison: Enable your agent to fetch and compare real-time shipping rates from all connected carriers, helping you save on delivery costs.
  • Shipping manifest and batch processing: Let your agent generate manifests or process batches of shipments in a single command, making high-volume shipping fast and efficient.

Supported Tools & Triggers

Tools
Add Tag to ShipmentTool to add a tag to a shipment for organization and filtering.
Add to BatchTool to add shipments or rate IDs to an existing batch.
Cancel ShipmentTool to cancel a shipment by ID.
Connect LTL CarrierTool to connect an LTL carrier account to ShipEngine.
Connect Shipsurance AccountTool to connect a Shipsurance insurance account to ShipEngine.
Create Account ImageTool to create a new account image in ShipEngine.
Create Package TypeTool to create a custom package type definition in ShipEngine.
Create TagTool to create a new tag in ShipEngine.
Create Tag 2Tool to create a new tag for organizing shipments.
Create WarehouseTool to create a new warehouse.
Create WebhookTool to create a ShipEngine webhook.
Delete Account Image by IDTool to delete a ShipEngine account image by its ID.
Delete BatchTool to delete a batch by ID.
Delete PackageTool to delete a custom package type by ID.
Delete WarehouseTool to delete a warehouse from your ShipEngine account.
Delete WebhookTool to delete a ShipEngine webhook subscription.
Disconnect CarrierTool to disconnect a carrier account from ShipEngine.
Disconnect ShipsuranceTool to disconnect a Shipsurance insurance account from ShipEngine.
Download FileTool to download a file from ShipEngine.
Get Account Image by IDTool to retrieve account image settings by label image ID.
Get Batch by External IDTool to retrieve batch details using an external batch ID.
Get Batch by IDTool to retrieve detailed information about a specific batch by its ID.
Get Batch ErrorsTool to retrieve errors that occurred during batch processing.
Get Bulk RatesTool to get shipping rates for multiple shipments in a single request.
Get Insurance BalanceTool to retrieve the current Shipsurance insurance funds balance.
Get LTL Carrier Credential RequirementsTool to retrieve credential requirements for connecting an LTL carrier.
Get LTL Carrier FeaturesTool to retrieve features supported by an LTL carrier.
Get LTL Carrier OptionsTool to list available options/accessorials for an LTL carrier.
Get LTL Carrier PackagesTool to list available package/handling unit types for an LTL (Less Than Truckload) carrier.
Get LTL Carrier ServicesTool to list available services for an LTL carrier.
Get Package by IDTool to get details of a specific custom package type by ID.
Get Shipment by External IDTool to retrieve shipment details using an external shipment ID.
Get Shipment by IDTool to retrieve a shipment by ID.
Get Shipment RatesTool to retrieve shipping rates for an existing shipment.
Get Tracking InformationTool to retrieve tracking information for a shipment.
Get Warehouse by IDTool to retrieve details of a specific warehouse by ID.
Get Webhook by IDTool to retrieve details of a specific webhook by ID.
List Account ImagesTool to list all account images.
List Account SettingsTool to list all account settings for the ShipEngine account.
List Batches (v2)Tool to list all batches with comprehensive filtering options.
List Carrier Package TypesTool to list all available package types for a specific carrier.
List Labels (Extended)Tool to list all shipping labels with comprehensive filtering options.
List LTL CarriersTool to list all LTL (Less-Than-Truckload) carrier accounts connected to your ShipEngine account.
List Manifests (Advanced)Tool to list all manifests with optional filtering by warehouse and carrier.
List PackagesTool to list all package types.
List Scheduled PickupsTool to list all scheduled pickups with optional filters.
List Shipments (v2)Tool to list all shipments with optional filtering parameters.
List Tags (v2)Tool to list all tags in your account.
List WarehousesTool to list all warehouses.
List Webhook EventsRetrieve a list of available webhook event types supported by ShipEngine.
List WebhooksTool to list all webhooks configured on your account.
Parse AddressTool to parse unstructured address text and extract structured address components.
Process Batch LabelsTool to process a batch to create and purchase shipping labels for all shipments in the batch.
Remove From BatchTool to remove shipments or rate IDs from a batch.
Remove Tag from ShipmentTool to remove a tag from a shipment.
Start Tracking PackageTool to subscribe to tracking updates for a package via webhooks.
Stop Tracking PackageTool to unsubscribe from tracking updates for a package.
Track LTL ShipmentTool to track an LTL shipment using carrier code and PRO number.
Update Account Image By IDTool to update an account image by ID in ShipEngine.
Update LTL ConnectionTool to update LTL carrier connection credentials in ShipEngine.
Update Package TypeTool to update an existing custom package type definition.
Update ShipmentTool to update an existing shipment's details.
Update Shipments TagsTool to update tags on one or more shipments in bulk.
Update WarehouseTool to update an existing warehouse's details and address.
Update WebhookTool to update a ShipEngine webhook.
Validate AddressTool to validate and normalize shipping addresses.

Conclusion

You've successfully integrated Shipengine with OpenClaw using Composio plugin. Now interact with Shipengine directly from your terminal, Web UI, or any messenger app using natural language commands.

Key benefits of this setup:

  • Seamless integration across TUI, Web UIs, and Messenger apps like Telegram, WhatsApp, Slack, etc.
  • Natural language commands for Shipengine operations
  • Managed authentication through Composio
  • Access to 20,000+ tools across 1000+ apps for cross-app workflows
  • Programmatic tool calling for complex tool chaining

Next steps:

  • Try asking OpenClaw to perform various Shipengine operations
  • Explore cross-app workflows by connecting more toolkits like Calendar, Slack, Notion, etc.
  • Build complex automation scripts that leverage OpenClaw's 24/7 running capabilities

How to build Shipengine MCP Agent with another framework

FAQ

What are the differences in Tool Router MCP and Shipengine MCP?

With a standalone Shipengine MCP server, the agents and LLMs can only access a fixed set of Shipengine tools tied to that server. However, with the Composio Tool Router, agents can dynamically load tools from Shipengine and many other apps based on the task at hand, all through a single MCP endpoint.

Can I use Tool Router MCP with OpenClaw?

Yes, you can. OpenClaw fully supports MCP integration. You get structured tool calling, message history handling, and model orchestration while Tool Router takes care of discovering and serving the right Shipengine tools.

Can I manage the permissions and scopes for Shipengine while using Tool Router?

Yes, absolutely. You can configure which Shipengine scopes and actions are allowed when connecting your account to Composio. You can also bring your own OAuth credentials or API configuration so you keep full control over what the agent can do.

How safe is my data with Composio Tool Router?

All sensitive data such as tokens, keys, and configuration is fully encrypted at rest and in transit. Composio is SOC 2 Type 2 compliant and follows strict security practices so your Shipengine data and credentials are handled as safely as possible.

Used by agents from

Context
Letta
glean
HubSpot
Agent.ai
Altera
DataStax
Entelligence
Rolai
Context
Letta
glean
HubSpot
Agent.ai
Altera
DataStax
Entelligence
Rolai
Context
Letta
glean
HubSpot
Agent.ai
Altera
DataStax
Entelligence
Rolai

Never worry about agent reliability

We handle tool reliability, observability, and security so you never have to second-guess an agent action.