MarineTraffic MCP Server
@Cyreslab-AI
MarineTraffic MCP Server について
概要はまだありません
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"marinetraffic-mcp-server": {
"command": "npx",
"args": [
"-y",
"@smithery/cli",
"install",
"@Cyreslab-AI/marinetraffic-mcp-server",
"--client",
"claude"
]
}
}
}ツール
4Get real-time position of a vessel by MMSI or IMO number
Get detailed information about a vessel by MMSI or IMO number
Search for vessels by name, MMSI, IMO, or vessel type
Get vessels in a specified geographic area
概要
What is MarineTraffic MCP Server?
MarineTraffic MCP Server is a Model Context Protocol server that provides access to MarineTraffic vessel tracking data. It is intended for users who need real-time maritime information through AI assistants like Claude.
How to use MarineTraffic MCP Server?
Install via Smithery (npx -y @smithery/cli install @Cyreslab-AI/marinetraffic-mcp-server --client claude) or manually by cloning the repository, installing dependencies, and building. Configure by setting the MARINETRAFFIC_API_KEY environment variable and adding the server to MCP settings (e.g., claude_desktop_config.json). Use the provided tools and resources through MCP-enabled clients.
Key features of MarineTraffic MCP Server
- Get real‑time vessel position by MMSI or IMO.
- Retrieve detailed vessel information.
- Search vessels by name, MMSI, IMO, or type.
- Find vessels within a specified geographic area.
Use cases of MarineTraffic MCP Server
- Monitor a specific vessel’s current location and details.
- Search for all vessels matching a certain name or type.
- Get a list of vessels in a port or anchorage area.
- Integrate maritime tracking data into automated workflows.
FAQ from MarineTraffic MCP Server
How do I install MarineTraffic MCP Server?
You can install automatically via Smithery, or manually by cloning the repository, running npm install and npm run build, then configuring the server in your MCP settings.
What prerequisites are needed to run MarineTraffic MCP Server?
Node.js 18 or higher and a valid MarineTraffic API key (available from MarineTraffic API Services) are required.
Is an API key required, and how do I provide it?
Yes, the server requires the MARINETRAFFIC_API_KEY environment variable set with your API key. You set this in the env field of your MCP server configuration.
Are there any rate limits or usage quotas?
Yes, the MarineTraffic API has usage limits depending on your subscription plan. The server automatically retries with exponential backoff on rate limiting errors, but you may need to wait before additional requests.
What happens if data is not found?
Some vessels may not have real‑time tracking data available, especially smaller vessels or those in areas with limited AIS coverage. The server will return an empty result or an error in such cases.
「その他」の他のコンテンツ
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
Awesome Mlops
visengerA curated list of references for MLOps
Website
FunnyWolfAdversary simulation and Red teaming platform with AI
Codelf
unbugA search tool helps dev to solve the naming things problem.

Sequential Thinking
modelcontextprotocolModel Context Protocol Servers
コメント