This is a Model Context Protocol server providing access to PostgSail marine vessel data and APIs.
POST /mcp - Main MCP endpoint (JSON-RPC 2.0)GET /health - Health check endpointGET / - This pageTool execution requires a valid PostgSail JWT token. Include it in the Authorization header:
Authorization: Bearer YOUR_POSTGSAIL_MCP_JWT_TOKEN
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": {}
}'