MCP & AI Agent Integration

Shipday
automation.

15 AI agent actions for Shipday — callable from any MCP-compatible runtime, Claude, Cursor, or Cerebral OS workflow. Use Shipday to process orders, manage inventory, and handle customer requests autonomously. Full governance, audit trail, and dry-run safety on every execution.

No credit card required
Live in production environments
<200ms median execution
Dry-run before production
Execution trace
live
15
actions
100%
governed
<200ms
latency
15
AI agent actions
7
Read operations
8
Write operations
1
High-risk actions (approval gated)
E-Commerce Shipday is a E-Commerce integration — use it to automate order management, fulfillment, and customer operations from any AI agent or MCP-compatible runtime.
Actions

What you can do
with Shipday.

Every action below is available as an MCP tool and a verb in Cerebral OS — callable from any AI agent, Claude, Cursor, Windsurf, or your own runtime via the BYOA API. All executions are governed, audited, and dry-run safe.

Get Carrier
shipday:get_carrier
Fetch a single carrier by ID with contact details and status.
Read Low risk
Get Order
shipday:get_order
Fetch a single order by ID with all details including delivery status and tracking.
Read Low risk
Get Restaurant
shipday:get_restaurant
Fetch a single restaurant by ID with contact details and settings.
Read Low risk
Get Tracking
shipday:get_tracking
Get real-time tracking information for an order including carrier location and delivery status.
Read Low risk
List Carriers
shipday:list_carriers
List all carriers with optional filtering by status, vehicle type, or active status.
Read Low risk
List Orders
shipday:list_orders
List orders with optional filtering by status, restaurant, carrier, or date range.
Read Low risk
List Restaurants
shipday:list_restaurants
List all restaurants with optional filtering by cuisine, location, or active status.
Read Low risk
Assign Carrier
shipday:assign_carrier
Assign a specific carrier to an order for delivery.
Write Medium risk
Cancel Order
shipday:cancel_order
Cancel an existing order. This action cannot be undone.
Write High risk
Create Carrier
shipday:create_carrier
Create a new carrier/driver in Shipday with contact and vehicle details.
Write Medium risk
Create Order
shipday:create_order
Create a new delivery order in Shipday with customer and delivery details.
Write Medium risk
Create Restaurant
shipday:create_restaurant
Create a new restaurant in Shipday with contact details and delivery settings.
Write Medium risk
Update Carrier
shipday:update_carrier
Update an existing carrier's details. Only provided fields will be updated.
Write Medium risk
Update Order
shipday:update_order
Update an existing order's details. Only provided fields will be updated.
Write Medium risk
Update Order Status
shipday:update_order_status
Update the status of an order (typically used by carriers or automated systems).
Write Medium risk
MCP & Runtime API

Call Shipday
from any AI agent.

Any AI agent — Claude, Cursor, LangChain, AutoGen, or your own — can call Shipday actions through the Cerebral OS Runtime API. Governance, credentials, and audit trail fire automatically.

shipday:get_carrier READ
# Call via Runtime API
curl
-X POST \
  "https://api.cerebralos.com/v1/runtime/actions/run"
  -H "X-API-Key: YOUR_KEY" \
  -d '{
    "verb": "shipday:get_carrier",
    "args": {},
    "execution_id": "agent-001"
  }'
shipday:assign_carrier WRITE
# Dry-run first — no production risk
curl
-X POST \
  "https://api.cerebralos.com/v1/runtime/actions/run"
  -H "X-API-Key: YOUR_KEY" \
  -d '{
    "verb": "shipday:assign_carrier",
    "args": {},
    "execution_id": "agent-001",
    "metadata": {"dryRun": true}
  }'
Get your Runtime API key at app.cerebralos.com/signup — 1,000 free executions, no credit card required.
AI agent examples

What your AI agent
can do with Shipday.

Real patterns your AI agent can execute via MCP or the Runtime API. Every action governed, dry-run safe, and fully audited.

Trigger
AI agent needs Shipday data
Call shipday:get_carrier via MCP or Runtime API
AI processes result and takes next action
Full execution logged to audit trail automatically
Trigger
Workflow needs to write to Shipday
Dry-run validates shipday:assign_carrier before execution
Approval gate fires if risk level is high
Action executes with full governance — logged, audited, reversible
Trigger
Order or fulfillment event
Process with AI
Update customer records
Notify team via Slack
How it works

Every Shipday action
governed end-to-end.

Cerebral OS isn't a connector. It's the execution layer that sits in front of Shipday — adding governance, dry-run safety, and a full audit trail to every operation.

Governance first
Every verb carries a risk classification. High-risk writes require explicit approval gates before they execute in production.
Dry-run safe
Simulate any Shipday action before it touches production. See exactly what would happen before a single real call is made.
Immutable audit trail
Every Shipday action is logged — what ran, what changed, who approved it, when it happened. Full history on every verb, forever.
Connect with

Shipday works best
alongside these.

Build multi-step workflows that connect Shipday to the rest of your stack. All governed. All audited.

Shipday integration

Start free.
No credit card required.

Start free with 1,000 runs — no credit card required. Connect Shipday in minutes, dry-run every action before it touches production, full audit trail on everything.

Start free — 1,000 runs Browse all integrations →