← Back to Plugins
MCP Server MCP

Vessel Traffic MCP

github By github 👁 1 views ▲ 0 votes

Read-only MCP server for vessel AIS, ship tracking, schedules, and BYOK maritime providers.

Homepage Verified source GitHub

Install

npx -y @tools-mcp/[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@tools-mcp/vessel-traffic-mcp",
      "version": "0.1.0",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Run the package as a local stdio MCP server.",
          "value": "stdio",
          "name": "VESSEL_MCP_TRANSPORT"
        },
        {
          "description": "Optional comma-separated public providers to enable at runtime.",
          "default": "myshiptracking,tradlinx",
          "name": "VESSEL_MCP_ENABLE_PUBLIC_PROVIDERS"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...