MCP Servers / other / SignalK MCP Server

SignalK MCP Server

JSON →
none★ 8other

Provides AI agents with read-only access to SignalK marine data systems, enabling queries of vessel navigation data, AIS targets, and system alarms.

Install
How to run this server
[ { "cmd": "npx (recommended)", "imports": [] } ]
server path: signalk-mcp-server
Tools
What this server exposes
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.
Configuration
Environment & auth
authnone
envSIGNALK_HOST
envSIGNALK_PORT
Resources
SignalK MCP Server — MCP Server · libregistry