SignalK MCP Server
JSON →Provides AI agents with read-only access to SignalK marine data systems, enabling queries of vessel navigation data, AIS targets, and system alarms.
Install
npx (recommended) Tools · 1
- execute_code Execute JavaScript code in a V8 isolate sandbox to process SignalK marine data. Available SDK functions: getVesselState(), getAisTargets({page, pageSize, maxDistance}), getActiveAlarms(), listAvailablePaths(), getPathValue(path), getConnectionStatus(). All functions are async and must be awaited. Reduces token usage by 90-96% compared to traditional MCP tools.
Environment variables
SIGNALK_HOSTSIGNALK_PORT
Links
★ 8 GitHub stars