Reads a boat's Signal K data and helps an AI assistant design and install KIP dashboards.
What it says
The record the registry holds
How you get it
There is no address to call. This one is a package you install and run yourself, wherever your assistant runs.
kip-mcp-server · npm · 1.12.0
the recordCopied from the official MCP registry, exactly as it holds it.
{
"server": {
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.dillan/kip-mcp-server",
"description": "Reads a boat's Signal K data and helps an AI assistant design and install KIP dashboards.",
"title": "KIP MCP Server",
"repository": {
"url": "https://github.com/dillan/kip-mcp-server",
"source": "github"
},
"version": "1.12.0",
"websiteUrl": "https://github.com/dillan/kip-mcp-server#readme",
"packages": [
{
"registryType": "npm",
"registryBaseUrl": "https://registry.npmjs.org",
"identifier": "kip-mcp-server",
"version": "1.12.0",
"runtimeHint": "npx",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Signal K server host name or IP.",
"format": "string",
"default": "localhost",
"name": "SIGNALK_HOST"
},
{
"description": "Signal K server port.",
"format": "number",
"default": "3000",
"name": "SIGNALK_PORT"
},
{
"description": "Set true if Signal K uses https/wss.",
"format": "boolean",
"default": "false",
"name": "SIGNALK_TLS"
},
{
"description": "Signal K token, needed to write dashboards (or use SIGNALK_USER/PASSWORD).",
"format": "string",
"isSecret": true,
"name": "SIGNALK_TOKEN"
},
{
"description": "Signal K username, used with SIGNALK_PASSWORD instead of a token.",
"format": "string",
"name": "SIGNALK_USER"
},
{
"description": "Signal K password, used with SIGNALK_USER.",
"format": "string",
"isSecret": true,
"name": "SIGNALK_PASSWORD"
},
{
"description": "Override where KIP is served, if it is not the default.",
"format": "string",
"name": "KIP_URL"
}
]
}
]
},
"_meta": {
"io.modelcontextprotocol.registry/official": {
"status": "active",
"statusChangedAt": "2026-06-24T11:58:27.224334Z",
"publishedAt": "2026-06-24T11:58:27.224334Z",
"updatedAt": "2026-06-24T11:58:27.224334Z",
"isLatest": true
}
}
}
Make it installable
Draft an Agent Plugin from this
An MCP server is raw capability: some tools, wired to something. An Agent Plugin is the packaging that says what job it does, what it leaves behind and where it stops. The prompt below carries this record and asks for the packaging; your own assistant writes it, and nothing here is sent anywhere.
What this is
MCP server
application/mcp-server-record+jsonlocal · you run it yourselfversion 1.12.0last seen 2026-08-23
These are the publisher's own words, filed by them with the official MCP registry and mirrored here. This catalog did not read them from the publisher and has not run, called or installed anything.