What is the io.github.lxxmng/ocean-schedules MCP server?
Compare ocean carrier sailing schedules, transit times, and on-time reliability before you book.
How to install io.github.lxxmng/ocean-schedules
Copy-paste configuration for popular MCP clients.
transport: http
Config generated by PluginBench — verify against the source before use.Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"ocean-schedules": {
"url": "https://mcp.schedulesmcp.com/mcp"
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"ocean-schedules": {
"serverUrl": "https://mcp.schedulesmcp.com/mcp"
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"ocean-schedules": {
"type": "http",
"url": "https://mcp.schedulesmcp.com/mcp"
}
}
}Claude Desktop
Claude Desktop connects to remote servers via the mcp-remote bridge.
{
"mcpServers": {
"ocean-schedules": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://mcp.schedulesmcp.com/mcp"
]
}
}
}Claude Code
claude mcp add --transport http ocean-schedules https://mcp.schedulesmcp.com/mcpRelated MCP servers
Plan optimal container & truck loads: 3D layouts, utilization, centre of gravity, crush checks.
Container tracking MCP: vessel positions, demurrage risk, port congestion for Claude & ChatGPT.