Vessel Traffic MCP
@tools-mcp
关于 Vessel Traffic MCP
Read-only MCP server for vessel AIS, ship tracking, schedules, and BYOK maritime providers
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"vessel-traffic-mcp": {
"command": "npx",
"args": [
"-y",
"@tools-mcp/vessel-traffic-mcp"
],
"env": {
"VESSEL_MCP_TRANSPORT": "stdio",
"VESSEL_MCP_ENABLE_PUBLIC_PROVIDERS": "myshiptracking,tradlinx"
}
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Vessel Traffic MCP?
Vessel Traffic MCP is a read-only Model Context Protocol (MCP) server for vessel identity lookup, AIS-style positions, tracks, port calls, carrier schedules, vessel schedules, and delay heuristics. It gives Claude, ChatGPT, Codex, MCP Inspector, and other MCP clients a normalized maritime-data tool surface.
How to use Vessel Traffic MCP?
Install as an npm package using npx -y @tools-mcp/vessel-traffic-mcp in your MCP client configuration. Set environment variables like VESSEL_MCP_TRANSPORT=stdio and VESSEL_MCP_ENABLE_PUBLIC_PROVIDERS=myshiptracking,tradlinx. After restarting the client, invoke tools such as "Find the current position of EVER GIVEN" or "Search carrier schedules from KRPUS to NLRTM".
Key features of Vessel Traffic MCP
- Read-only maritime data tools via MCP protocol.
- Vessel identity search by name, MMSI, IMO, or callsign.
- AIS-style positions, area queries, and track retrieval.
- Port call and shipping schedule search and delay prediction.
- Source attribution: every live response includes
source.providerandsource.landingUrl. - Runs with fixtures by default; no API keys required for testing.
Use cases of Vessel Traffic MCP
- Retrieve current position and track of a named vessel.
- Resolve a vessel from a bill-of-lading text or identifier.
- Find which vessels are in a geographic area.
- Search container-shipping schedules by port pair or vessel.
- Test maritime workflow automation before purchasing paid AIS or schedule APIs.
FAQ from Vessel Traffic MCP
Do I need an API key to use Vessel Traffic MCP?
No. By default the server uses deterministic fixtures for testing without network, accounts, or API keys. Commercial providers are Bring Your Own Key (BYOK) and can be enabled with environment variables.
Is Vessel Traffic MCP a navigation product?
No. The project explicitly states it is not a navigation product.
What data providers are supported?
The server supports a fixture default (no network), public opt-in providers like myshiptracking and tradlinx, and BYOK commercial/community APIs configured via VESSEL_MCP_ENABLE_BYOK_PROVIDERS.
What transport methods does Vessel Traffic MCP support?
It supports stdio (default) and Streamable HTTP. For HTTP, set VESSEL_MCP_TRANSPORT=http and optionally VESSEL_MCP_AUTH_TOKEN for bearer token authentication.
Where can I find the source code and installation instructions?
The project is hosted on GitHub (tools-mcp/vessel-traffic-mcp) and published on npm as @tools-mcp/vessel-traffic-mcp. Detailed client setup is in the docs/runbooks/clients.md file.
其他 分类下的更多 MCP 服务器
AutoBrowser MCP
autobrowser-aiBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
Awesome-MCP-ZH
yzflyMCP 资源精选, MCP指南,Claude MCP,MCP Servers, MCP Clients
🪟 Windows-MCP
CursorTouchMCP Server for Computer Use in Windows
MCP Toolbox for Databases
googleapisMCP Toolbox for Databases is an open source MCP server for databases.
Awesome Mlops
visengerA curated list of references for MLOps
评论