marinetraffic-mcp-server
2
The MarineTraffic MCP Server is a Model Context Protocol server that provides access to MarineTraffic vessel tracking data. It offers features such as real-time vessel positions, detailed vessel information, and searching capabilities. It requires a MarineTraffic API key and is designed for use with platforms like Claude Desktop.
MarineTraffic MCP Server
A Model Context Protocol server providing access to MarineTraffic vessel tracking data.
Features
- Get real-time position of a vessel by MMSI or IMO number
- Get detailed vessel information
- Search for vessels by name, MMSI, IMO, or type
- Retrieve vessels in a specific geographic area
Installation
Prerequisites
- Node.js 18 or higher
- MarineTraffic API key
Setup
- Clone the repository
- Install dependencies
- Build the server
Configuration
Configure the server by providing a MarineTraffic API key via the MARINETRAFFIC_API_KEY
environment variable. Configure for Claude Desktop App or VSCode Extension as needed.
Usage Examples
Access vessel tracking data using the available tools, such as retrieving vessel positions, searching vessels, or getting vessels in an area.
Troubleshooting
- API key errors and rate limiting may cause issues, ensure the key is set correctly and observe usage limits.