Datalastic Vessel Tracking
公式船舶追跡、港湾分析、船舶データ探索のための海事インテリジェンス。
Datalastic Vessel Tracking MCPで何ができますか?
- Track a vessel’s live position — get real-time location, speed, heading, and navigation status using
get_vessel. - Search the global vessel registry — find ships by name, type, flag, tonnage, or dimensions with
find_vessels. - Monitor all vessels in an area — retrieve ships within a radius of a point, port, or vessel via
get_vessels_in_radius. - Get marine weather and forecasts — fetch current conditions or a 7-day outlook at any location with
get_weather. - Look up port details — search by name or UN/LOCODE and return terminals, operators, and coordinates using
find_portsandget_port. - Access maritime intelligence — query ownership, inspections, casualties, dry-dock schedules, engine specs, or sale transactions (requires Maritime Reports add-on).
ドキュメント
Datalastic MCP サーバー
Model Context Protocol (MCP) 対応の Datalastic 公式サーバー — リアルタイム船舶追跡、港湾データ、海洋気象、海事インテリジェンスを、あらゆる MCP 互換 AI クライアントに提供します。
概要
Datalastic MCP サーバーは、6 つのカテゴリにわたる 25 のツール を公開します。
- 船舶のライブ位置情報 — MMSI、IMO、または船名で船舶をリアルタイム追跡
- 船舶登録情報 — 75 万隻以上の船舶の仕様、寸法、船籍、トン数
- 港湾データ — UN/LOCODE を含む世界の港湾・ターミナルディレクトリ
- エリア検索 — 任意の地点または港湾から一定半径内に現在位置する全船舶
- 海洋気象 — 任意の場所の現在の気象状況と 7 日間予報
- 海事インテリジェンス (Maritime Reports アドオン) — 所有権、検査、事故、ドック入り、エンジン仕様、売買取引
サーバーは mcp.datalastic.com で動作します — ローカルへのインストールは不要です。
はじめに
Datalastic アカウントでサインイン
API キーは不要です。クライアントにサーバー URL として https://mcp.datalastic.com/mcp を追加するだけで、ヘッダーや認証情報は必要ありません。接続すると、クライアントが自動的にブラウザウィンドウを開き、Datalastic アカウントでサインインします。承認すれば接続完了です — 以降はクライアントがすべてを処理します。
切断するには、MCP クライアントの切断オプションを使用するか、Datalastic アカウント設定 からアクセスを取り消します。
API キー
datalastic.com/pricing でサインアップし、プランを購読してください。API キーはメールで配信され、アカウントダッシュボードにも表示されます。
設定ファイルでカスタムリクエストヘッダーをサポートするクライアントの場合は、以下の クライアント設定 セクションの例を使用してください。Claude Code の場合は、代わりに CLI コマンドを使用します。
クライアント設定
Claude Code
以下のコマンドを実行して、API キーでサーバーを追加します。
claude mcp add --scope user --transport http datalastic https://mcp.datalastic.com/mcp --header "X-Api-Key: YOUR_API_KEY"
Claude Desktop の場合は、OAuth (上記の Datalastic アカウントでサインイン) を使用してください — 設定ファイルによるカスタムヘッダー認証はまだサポートされていません。
Cursor
~/.cursor/mcp.json を編集します。
{
"mcpServers": {
"datalastic": {
"type": "http",
"url": "https://mcp.datalastic.com/mcp",
"headers": {
"X-Api-Key": "YOUR_API_KEY"
}
}
}
}
VS Code (GitHub Copilot)
ワークスペースの .vscode/mcp.json、またはユーザーレベルの mcp.json を編集します。
{
"servers": {
"datalastic": {
"type": "http",
"url": "https://mcp.datalastic.com/mcp",
"headers": {
"X-Api-Key": "YOUR_API_KEY"
}
}
}
}
Windsurf
~/.codeium/windsurf/mcp_config.json を編集します。
{
"mcpServers": {
"datalastic": {
"type": "http",
"url": "https://mcp.datalastic.com/mcp",
"headers": {
"X-Api-Key": "YOUR_API_KEY"
}
}
}
}
Gemini CLI
~/.gemini/settings.json を編集します。
{
"mcpServers": {
"datalastic": {
"httpUrl": "https://mcp.datalastic.com/mcp",
"headers": {
"X-Api-Key": "YOUR_API_KEY"
}
}
}
}
任意の Streamable HTTP クライアント
URL: https://mcp.datalastic.com/mcp
Header: X-Api-Key: YOUR_API_KEY
ツール
25 のツールはすべて、常にクライアントに一覧表示されます。Maritime Intelligence ツールには Maritime Reports アドオンが必要です。その他はすべてのプランで利用可能です。
船舶追跡
get_vessel- 単一船舶のライブ位置、速力、針路、航行ステータスget_vessel_pro-get_vesselに加え、認識された目的地港、ETA、実際の出港時刻、喫水get_vessel_info- 静的仕様: 寸法、トン数、貨物容量、建造年、船籍、コールサインfind_vessels- 船名、種類、船籍、トン数、または寸法で登録情報を検索get_vessels_bulk- 最大 100 隻の船舶のライブ位置情報を 1 回の呼び出しで取得get_vessel_history- 船舶の過去の AIS 航跡 (2021-08-10 以降のデータが利用可能)
適切な船舶ツールの選択: ライブ位置情報には、まず
get_vesselを使用してください。目的地港、ETA、または喫水が必要な場合にのみget_vessel_proを使用してください。
港湾
find_ports- 名前、UN/LOCODE、国、種類、または座標で港湾登録情報を検索get_port- ターミナル、オペレーター、住所、座標を含む港湾の詳細情報
エリア & 気象
get_vessels_in_radius- 地点、港湾、または船舶から一定半径 (最大 50 NM) 内に現在位置する全船舶get_weather- 任意の場所の海洋気象 — 現在の状況および/または 7 日間予報
海事インテリジェンス (Maritime Reports アドオン)
intel_ownership- 受益所有者、オペレーター、技術・商業管理者、P&I クラブintel_inspections- ポートステートコントロール検査記録 — 拘留および欠陥intel_casualties- 記録されたインシデント: 座礁、衝突、火災、機関故障intel_drydock- 次回ドック入り日、特別検査日、IOPP 証明書有効期限intel_class- 船級協会、主要寸法、次回検査日intel_engine- 主機関モデル、製造者、推進方式、最大連続出力intel_spd- 売買および解体取引 — 買い手、売り手、報告価格intel_companies- 海事企業プロファイル: 所有者、オペレーター、管理者、連絡先詳細sea_route- 2 つの港湾または座標間の概略航路と距離 (km / NM)。距離の推定と可視化用であり、実際の航海には使用しないでください。estimated_vessel_position- 地上 AIS 範囲外 (外洋) の船舶の推定現在位置intel_report_request- Maritime Reports データセットの完全な一括エクスポートを送信intel_info- Maritime Reports アドオンのステータス、アドオンの内容、有効化方法 (すべてのプランで利用可能)
アドオンをお持ちでない場合: Maritime Reports アドオンなしで Maritime Intelligence ツールを呼び出すと、アドオンが必要であることを説明するメッセージが返されます —
intel_infoでステータスと有効化方法を確認できます。アップグレードは同じセッションですぐに有効になり、再接続は不要です。
一括レポート (非同期)
report_request- 非同期エクスポートを送信:vessel_list、port_list、inradius_history、またはrequest_usagereport_status- レポートジョブをポーリングし、完了時にダウンロード URL を返しますreport_list- 最近のレポートジョブとステータスを一覧表示
レポートは非同期で生成され、数分かかる場合があります。サーバーはダウンロード用の
result_urlを返します — サーバー自体がファイルを取得することはありません。ダウンロードリンクは 6 時間有効な署名付き URL です。レポートステータスを再度確認すると、エクスポートを再生成することなく、いつでも無料で新しいリンクが発行されます。一部のエクスポート (全船舶リスト、エリア履歴) はサイズが大きくなる可能性があり、API クレジットを消費します。
プロンプト例
Where is the MSC Oscar right now and what is its destination?
Show me all tankers within 20 nautical miles of Rotterdam.
What is the weather forecast at the Port of Singapore for the next 7 days?
Who is the beneficial owner of IMO 9839179?
Get the Port State Control inspection history for the Ever Given.
What is the sea route distance from Shanghai to Los Angeles?
Find all bulk carriers built after 2018 flagged in the Marshall Islands.
Which vessels does Maersk operate?
Show me all vessels with dry docks scheduled in the next 30 days.
What incidents has this tanker been involved in over the past 5 years?