MAI Expert™ - Adverse Media

Gen AI-powered maritime risk analysis agent

MAI Expert™ searches open-source news for adverse media mentions of vessels, identifying potential risks and negative coverage.


Query Schemas

The information provided by the MAI expert is accessible as a fragments within the 'vesselByIMOs' query.

This feature currently supports two distinct output modalities:


Arguments

NameTypeDescription
imos([String!])The Integrated Marine Observing System (IMOS) unique ID.

VesselIntelligence Fields

Additional Fields are available within the 'vesselByIMOs' query

NameTypeDescription
answerstringAI-generated summary paragraph concerning the vessel intelligence
sourcesarraya set of URLs found as resources by the AI-agent

Example Code for Adverse Media

query vesselbyIMO( $imo: String!) {
  vesselByIMO(imo: $imo) {
    adverseMedia {
      answer
      sources
    }
  }
}
{
  "imo": "9625279"
}
{
    "data": {
        "vesselAdverseMedia": {
            "answer": "The vessel 'XIANG YANG HONG 19' was mentioned in open source adverse media news articles due to concerns about its potential dual-use capabilities for both scientific research and military purposes. It is part of China's fleet of research vessels that are believed to support submarine warfare capabilities, including mapping the ocean floor. The vessel's visits to foreign ports, such as the Maldives, have raised strategic concerns in neighboring countries like India.",
            "sources": [
                "https://www.newsweek.com/china-spy-ship-deep-sea-maldives-strategic-waters-1872687",
                "https://www.newsweek.com/china-spy-ship-visit-maldives-indian-ocean-mapping-nuclear-submarine-1863417"
            ],
            "__typename": "VesselAdverseMediaResult"
        }
    }
}
{
    "data": {
      "vesselByIMO": {
        "adverseMedia": {
            "answer": "No adverse media found about the 'XIANG YANG HONG 19'",
            "sources": [],
        }
      }
    }
}


📘

Permissions and Quota

This service requires permission settings per project.

Quota is calculated per month per amount of vessels.


.