Skip to main content
Set up Cursor to query maritime data directly in your editor.

Prerequisites

Setup

1

Install the MCP Server

In the integrated terminal, run:
npm install -g datadocked-mcp
2

Configure Cursor

Add to your Cursor MCP settings:
{
  "mcpServers": {
    "datadocked": {
      "command": "npx",
      "args": ["datadocked-mcp"],
      "env": {
        "DATADOCKED_API_KEY": "your_api_key_here"
      }
    }
  }
}
3

Restart Cursor

Restart Cursor to load the MCP server.
4

Start querying

Ask Cursor AI questions like:
  • “Where is the Ever Given right now?”
  • “Show me all tankers near Singapore”
  • “Get the inspection history for vessel 9811000”