# SafeCube Container Tracking MCP for AI Agents AI Agent Connect

> SafeCube Container Tracking MCP. Track maritime containers, audit shipments, and monitor real-time logistics data through your AI agent.

## Overview
- **Category:** data-analytics
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_ypnItAErVaLWDDOWMN1w3c6qG3DbrczgSuoCo0uH/ai-agent-connect
- **Tags:** maritime-logistics, container-tracking, shipment-monitoring, real-time-data, supply-chain-visibility

## Description

SafeCube connects your AI agent directly to real-time maritime data, turning complex logistics into a simple conversation. Instead of jumping between different carrier websites and spreadsheets to see where a container is, you just ask your agent for the status. It pulls the latest position markers, vessel names, and estimated arrival times so you can stay on top of your supply chain without the manual heavy lifting. You get a clear view of your global logistics and can audit specific shipment milestones instantly. This is a great addition to the Vinkius catalog because it centralizes your maritime intelligence, giving you a single point of truth for all your container movements. You'll spend less time hunting for data and more time making decisions based on it. By integrating this into your workflow, you can move from reactive troubleshooting to proactive management. You can ask for a summary of all containers in your account or drill down into the specific history of a single shipment to see exactly where a delay happened. It handles the heavy lifting of querying the underlying API, providing you with clean, actionable data in a format that feels like a natural part of your daily routine. You no longer have to worry about whether you have the latest information; your agent ensures that every answer you get is based on the most recent updates available.

## Tools

### check_api_status
Verify that the SafeCube service is currently online. Use this to ensure your tracking workflow is operational before starting your shift.

### get_shipment_events
Pull a detailed history of tracking events for a specific shipment ID. This is perfect for auditing milestones and identifying exact delay points.

### get_container_tracking
Get real-time tracking data for a specific maritime container. It returns the current position, vessel name, and ETA instantly.

### list_active_shipments
See every active container in your account at once. This provides a high-level view of your entire global logistics footprint.

## Prompt Examples

**Prompt:** 
```
Track container 'TCNU1234567' using SafeCube.
```

**Response:** 
```
I've retrieved the tracking data for container TCNU1234567! 

**Current Status:** En Route
**Vessel:** MSC OSCAR
**Estimated Arrival:** May 15th

Would you like to see the full history of port calls for this shipment?
```

**Prompt:** 
```
List all my active shipments.
```

**Response:** 
```
I've pulled your active shipment catalog from SafeCube. You have **5 active containers** currently in the system:

| Container ID | Status | Vessel | ETA |
| :--- | :--- | :--- | :--- |
| TCNU111 | En Route | MSC OSCAR | May 15 |
| TCNU222 | Awaiting Discharge | Maerskian | May 18 |
| TCNU333 | En Route | Ever Given | May 20 |
| TCNU444 | En Route | MSC OSCAR | May 22 |
| TCNU555 | Awaiting Discharge | CMA CGM | May 25 |
```

**Prompt:** 
```
What are the latest events for shipment ID 'SHIP-123'?
```

**Response:** 
```
I've identified the latest milestones for shipment **SHIP-123**: 

*   **May 10:** Vessel Departure - Singapore
*   **May 08:** Port Arrival - Singapore
*   **May 05:** Transshipment - Colombo

The most recent update shows the vessel has departed Singapore. Would you like me to check for any further delays?
```

## Capabilities

### Track container locations
Get the real-time position and vessel name for any specific maritime container.

### Audit shipment milestones
Pull a complete history of tracking events for a specific shipment ID.

### List all active shipments
View every active container currently tracked in your account at once.

### Verify service status
Check if the SafeCube service is online and ready for data requests.

### Retrieve vessel metadata
Get detailed information about the vessels carrying your cargo.

## Use Cases

### Quick container status check
A manager needs to know where 'TCNU1234567' is. They ask the agent and get the vessel name and ETA immediately using get_container_tracking.

### Shipment delay audit
An analyst needs to find out why a shipment is late. They use get_shipment_events to pull a full timeline of milestones for a specific ID.

### Daily fleet overview
An operations lead wants to see what's moving. They ask the agent to list all active shipments to see everything en route versus awaiting discharge.

### Real-time port monitoring
A researcher needs to check the current status of multiple containers. They use the agent to pull real-time positions for a list of IDs.

## Benefits

- Stop jumping between carrier websites by using get_container_tracking to pull data directly into your chat.
- Get a bird's-eye view of your entire fleet with list_active_shipments instead of checking individual records.
- Audit past port calls and duration markers quickly using get_shipment_events to identify historical delays.
- Confirm your data source is live before you start your day with check_api_status.
- Eliminate the need for manual data entry by letting your agent handle the retrieval of vessel metadata and ETAs.

## How It Works

The bottom line is you get a conversational interface for your entire maritime logistics dashboard.

1. Subscribe to the SafeCube MCP.
2. Enter your SafeCube API Key.
3. Ask your agent to track a container or list shipments.

## Frequently Asked Questions

**Can I track specific containers with SafeCube Container Tracking?**
Yes, you can request the status of any specific container by providing its number. Your agent will then pull the real-time position, vessel name, and ETA.

**Does SafeCube Container Tracking show vessel names?**
Yes, it provides the name of the vessel currently carrying your container along with its current status and estimated arrival time.

**Can I see all my shipments at once with SafeCube Container Tracking?**
Absolutely. You can ask your agent to list all active shipments in your account to get a bird's-eye view of your entire logistics footprint.

**Is the data from SafeCube Container Tracking updated in real-time?**
Yes, the Connector pulls the most recent data available from the SafeCube API, ensuring your agent provides up-to-the-minute maritime intelligence.

**Can I use SafeCube Container Tracking to audit past delays?**
Yes, you can retrieve a full history of tracking events for any shipment ID. This makes it easy to see exactly where and when a delay occurred.

**How do I connect SafeCube Container Tracking to my AI?**
You can connect it through the Vinkius catalog. Once subscribed, you'll just need to provide your SafeCube API key to start tracking.

**How do I find my SafeCube API Key?**
Log in to your [**SafeCube account**](https://app.safecube.ai/), navigate to the 'API' or 'Integrations' section in your dashboard, and generate a new Bearer Token. Copy and paste it below.

**What container formats are supported?**
The API supports standard 11-character BIC codes (e.g., TCNU1234567) used by global maritime shipping lines.

**Can the agent show real-time ETAs?**
Yes. The `get_container_tracking` tool retrieves the current Estimated Time of Arrival (ETA) metadata for specified containers.