Installation
- Quick Setup
- Manual Install
If you ran
datadocked-mcp --setup, skills are already installed.The DataDocked MCP Server must be installed and configured with your API key.
Basic Skills
Quick lookups using single API calls./track-vessel
1 credit · IMO, MMSI, or nameReal-time position, speed, course, and ETA for any vessel. Vessel names are resolved using
search_vessel_by_name./vessel-info
5 credits · IMO, MMSI, or nameComprehensive vessel details including type, flag, dimensions, tonnage, engine specs, and management info. Vessel names are resolved using
search_vessel_by_name./port-traffic
5 credits · Port codeView arrivals and departures at any port worldwide.
Intelligence Reports
Comprehensive reports combining multiple data sources./vessel-dossier
~13 credits · IMO, MMSI, or nameComplete intelligence report combining position, specifications, management, port history, and PSC inspections. Vessel names are resolved using
search_vessel_by_name.What's included
What's included
- Current position & navigation status
- Full vessel specifications (from
get_vessel_details) - Engine & fuel details
- Owner, operator & manager info
- Recent port calls
- PSC inspection history (requires IMO)
- Risk assessment score
/voyage-brief
~38 credits · IMO, MMSI, or nameCurrent voyage narrative with weather conditions, route context, and ETA analysis. Vessel names are resolved using
search_vessel_by_name.What's included
What's included
- Current voyage details
- Weather at vessel location
- Historical position data
- Port call context
- ETA reliability analysis
Fleet & Area Monitoring
Track multiple vessels or monitor geographic regions./fleet-monitor
~3 credits/vessel · IMO or MMSITrack multiple vessels in a dashboard view with real-time positions. Uses bulk endpoint then fetches details by IMO.
What's included
What's included
- Position for each vessel
- Speed & heading comparison
- ETA summary table
- Fleet status overview
/area-watch
~85 credits · Circular searchMonitor all vessels in a geographic region using circular search (center point + radius, max 50km).
What's included
What's included
- All vessels within radius
- Filter by vessel type
- Position & heading data
- Traffic density analysis
Compliance & Risk
Assess vessel compliance and operational risk./compliance-audit
~10 credits · IMO onlyPSC risk assessment with detention history and deficiency analysis.
What's included
What's included
- PSC inspection history
- Detention records
- Deficiency breakdown
- Risk score calculation
- Flag state performance
/port-intel
~55 credits · Port codeComprehensive port activity analysis with traffic patterns.
What's included
What's included
- Recent arrivals/departures
- Vessel type breakdown
- Traffic volume trends
- Average port time
- Key operators analysis
Historical Analysis
Analyze vessel patterns over time./route-history
~156 credits (30 days) · IMO or MMSIHistorical voyage patterns and port call analysis over time.
What's included
What's included
- Historical positions
- Port call timeline
- Trade route patterns
- Seasonal variations
- Speed/efficiency trends
/competitor-watch
~210 credits · Circular searchAnalyze vessels by owner/operator in a specific region using circular search (max 50km).
What's included
What's included
- Vessels by operator
- Fleet composition
- Market share analysis
- Activity patterns
Usage Tips
Vessel Name Resolution
Skills accept vessel names (e.g., “Ever Given”). Names are resolved to IMO/MMSI using
search_vessel_by_name (+1 credit).Use IMO Numbers
IMO numbers (7 digits) are most reliable and skip the name lookup. PSC inspections require IMO only.
Check Credits First
Each skill shows estimated cost before execution.
Combine Skills
Start with
/track-vessel to get IMO, then use /vessel-dossier for deep dives.