MCP Server
MCP
Vessel Traffic MCP
Read-only MCP server for vessel AIS, ship tracking, schedules, and BYOK maritime providers.
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
By
Comments
Sign in to leave a comment