🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@kaiord/mcp

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@kaiord/mcp

MCP server for Kaiord fitness data conversion (FIT, TCX, ZWO, GCN, KRD)

latest
Source
npmnpm
Version
10.0.0
Version published
Weekly downloads
53
-73.1%
Maintainers
1
Weekly downloads
 
Created
Source

@kaiord/mcp

Model Context Protocol (MCP) server for Kaiord. Exposes fitness file conversion, validation, and inspection tools to AI agents (Claude Desktop, Claude Code, etc.).

Installation

npm install -g @kaiord/mcp

Configuration

Claude Desktop / Claude Code

Add to your MCP configuration:

{
  "kaiord": {
    "type": "stdio",
    "command": "npx",
    "args": ["-y", "@kaiord/mcp"]
  }
}

Local development (monorepo)

{
  "kaiord": {
    "type": "stdio",
    "command": "node",
    "args": ["./packages/mcp/dist/bin/kaiord-mcp.js"]
  }
}

Tools

ToolDescription
kaiord_convertConvert between FIT, TCX, ZWO, GCN, and KRD formats
kaiord_validateValidate KRD JSON against the schema
kaiord_inspectParse and summarize any fitness file
kaiord_diffCompare two fitness files
kaiord_extract_workoutExtract structured workout definition
kaiord_list_formatsList supported formats and capabilities

Resources

URIDescription
kaiord://schema/krdKRD JSON Schema
kaiord://formatsSupported formats with capabilities
kaiord://docs/krd-formatKRD format specification

Prompts

NameDescription
convert_fileGuided file conversion workflow
analyze_workoutInspect + extract + summarize a workout

Supported Formats

FormatExtensionTypeDescription
FIT.fitBinaryGarmin FIT protocol
TCX.tcxTextTraining Center XML
ZWO.zwoTextZwift workout XML
GCN.gcnTextGarmin Connect workout JSON
KRD.krdTextKaiord canonical JSON format

License

MIT

Keywords

kaiord

FAQs

Package last updated on 18 Jul 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts