⛵ PostgSail MCP Server

This is a Model Context Protocol server providing access to PostgSail marine vessel data and APIs.

🚀 Server Info

📡 Endpoints

🔧 Available Methods

🔐 Authentication

Tool execution requires a valid PostgSail JWT token. Include it in the Authorization header:

Authorization: Bearer YOUR_POSTGSAIL_MCP_JWT_TOKEN

📚 Example Request

curl -X POST http://mcp.openplotter.cloud/mcp \
  -H 'Content-Type: application/json' \
  -H 'Authorization: Bearer YOUR_MCP_TOKEN' \
  -d '{
    "jsonrpc": "2.0",
    "id": 1,
    "method": "tools/list",
    "params": {}
  }'

PostgSail on GitHub | MCP Documentation