io.github.pablo-albaladejo/kaiord
NPM · @KAIORD/MCP · SCANNED AUG 3
Convert, validate, and inspect workout files (FIT, TCX, ZWO, Garmin Connect) for AI agents.
Available components
How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score →
Supply Chain Security89
- No malware found by supply-chain analysis.Pass
- Only part of the dependency tree could be resolved (119 of 123), so this covers what we could see, not the whole tree.Partial
- No install/post-install scripts declared.Pass
- Only part of the dependency tree could be resolved (119 of 123), so this covers what we could see, not the whole tree. View diagnostics → Partial
Provenance & Transparency97
- Source repository is publicly reachable at the declared URL. View diagnostics → Pass
- Cryptographically verified build provenance (signed, bound to pablo-albaladejo/kaiord). View diagnostics → Pass
- Clear OSI-approved license (MIT).Pass
- Actively maintained (last published 15 days ago).Pass
- Disclosure check failed: no security disclosure policy was found in the source repository. See how to fix → Fail
Schema Quality & AI Usability84
- 100% of prompts and resources have a non-trivial description (not blank, and not just the item's name).Pass
- AI-judged instruction clarity (good).Pass
- Tool/resource definitions use about 1026 tokens (~51/item across 20 items; 17 tools + 3 resources), lean.Pass
- Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management23
- Stability observed for 7 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage100
- 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
- 100% of tool parameters carry a description.Pass
Capabilities100
- Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.
npm · @kaiord/mcp
claude mcp add pablo-albaladejo-kaiord -- npx -y @kaiord/mcp
codex mcp add pablo-albaladejo-kaiord -- npx -y @kaiord/mcp
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"pablo-albaladejo-kaiord": {
"type": "local",
"command": [
"npx",
"-y",
"@kaiord/mcp"
],
"enabled": true
}
}
} openclaw mcp add pablo-albaladejo-kaiord --command npx --arg -y --arg @kaiord/mcp
mcp_servers:
pablo-albaladejo-kaiord:
command: "npx"
args: ["-y", "@kaiord/mcp"] {
"mcpServers": {
"pablo-albaladejo-kaiord": {
"command": "npx",
"args": [
"-y",
"@kaiord/mcp"
]
}
}
} Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.
- 2 Aug 26 +50
- Install scripts: unverified → pass ▲ security
- Provenance: unverified → pass ▲ security
- Known CVEs: unverified → partial ▲ security
- Malware scan: unverified → pass ▲ security
- Stability: Stability not yet verified: we do not have a sandbox capture of the MCP schema this version of the package serves yet. security
- The attested source repository moved: pablo-albaladejo/kaiord security
- Capabilities: pass → unverified ▼ functional
- Dependency health: unverified → partial ▲ functional
- License: unverified → pass ▲ functional
- Stability: unverified → 0.20 ▲ functional
- Schema quality: unverified → good ▲ functional
- Maintenance: unverified → pass ▲ functional
- Licence: MIT functional
- 1 Aug 26 −26
- We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
- 31 Jul 26 +32
- Malware scan: pass → unverified ▼ security
- Install scripts: unverified → pass ▲ security
- Provenance: unverified → pass ▲ security
- The attested source repository moved: pablo-albaladejo/kaiord security
- Security disclosure: unverified → fail ▼ functional
- Dependency health: partial → unverified ▼ functional
- Tool coverage: unverified → 100 ▲ functional
- License: unverified → pass ▲ functional
- Schema quality: unverified → 100 ▲ functional
- Maintenance: unverified → pass ▲ functional
- Licence: MIT functional
- 29 Jul 26 −28
- Schema quality: 100 → unverified ▼ functional
- Tool coverage: 100 → unverified ▼ functional
- Security disclosure: fail → unverified ▼ functional
- Dependency health: unverified → partial ▲ functional
- 27 Jul 26 53
First indexed and scored.
Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.
Captured 3 Aug 2026 · Analysed npm/@kaiord/[email protected]
Provenance verified
Ecosystem: npm · Outcome: verified
Reason: verified
- Source repo:
- pablo-albaladejo/kaiord
- Certificate issuer:
- https://token.actions.githubusercontent.com
- Certificate SAN:
- https://github.com/pablo-albaladejo/kaiord/.github/workflows/release.yml@refs/heads/main
- Rekor log index:
- 2194661823
- Predicate type:
- https://slsa.dev/provenance/v1
- Subject digest:
- sha512:9d1819f7251e8b5039f4c6a05b7d289e0d372149fc9b308e56bcd0229df197ab6ff6eff3cc2e2922821d28a71469abe59b2b43ce3d9e991e3e31e73a0
- Discovery method:
- attestation_endpoint
Dependencies 119 packages
119 packages in the resolved dependency tree · 110 deprecated · 30 stale.
The dependency tree was only partially resolved, so these counts may be incomplete.
The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability.
kaiord_convert ~101
Convert between fitness data formats (FIT, TCX, ZWO, GCN, KRD)
| Name | Type | Req | Description |
|---|---|---|---|
| input_content | string | — | Inline content (text or base64 for binary) |
| input_file | string | — | Path to input file |
| input_format | string | — | Input format (auto-detected from extension) |
| output_file | string | — | Path to write output (required for FIT) |
| output_format | string | yes | Target output format |
No output schema declared.
No examples provided.
kaiord_diff ~83
Compare two fitness files and show differences
| Name | Type | Req | Description |
|---|---|---|---|
| file1 | string | yes | Path to the first fitness data file |
| file2 | string | yes | Path to the second fitness data file |
| format1 | string | — | Format of file1 (auto-detected from extension) |
| format2 | string | — | Format of file2 (auto-detected from extension) |
No output schema declared.
No examples provided.
kaiord_extract_workout ~69
Extract the structured workout from a fitness file as JSON
| Name | Type | Req | Description |
|---|---|---|---|
| input_content | string | — | Inline content (text or base64 for binary) |
| input_file | string | — | Path to the fitness data file |
| input_format | string | — | Input format (auto-detected from extension) |
No output schema declared.
No examples provided.
kaiord_garmin_list ~41
List workouts from Garmin Connect
| Name | Type | Req | Description |
|---|---|---|---|
| limit | integer | — | Max workouts (default 20) |
| offset | integer | — | Skip N workouts |
No output schema declared.
No examples provided.
kaiord_garmin_login ~38
Authenticate with Garmin Connect
| Name | Type | Req | Description |
|---|---|---|---|
| string | yes | Garmin Connect email address | |
| password | string | yes | Garmin Connect password |
No output schema declared.
No examples provided.
kaiord_garmin_logout ~18
Log out from Garmin Connect
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
kaiord_garmin_push ~48
Push a KRD workout to Garmin Connect
| Name | Type | Req | Description |
|---|---|---|---|
| input_content | string | — | Inline KRD JSON content |
| input_file | string | — | Path to KRD JSON file |
No output schema declared.
No examples provided.
kaiord_get_format_spec ~28
Get the KRD format specification. Call this before creating or editing KRD documents.
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
kaiord_get_health_summary ~41
Summarize the latest health record per metric across input files
| Name | Type | Req | Description |
|---|---|---|---|
| input_files | array | yes | Paths to health FIT/KRD files to summarize |
No output schema declared.
No examples provided.
kaiord_get_hrv_history ~60
List HRV summaries from input files sorted by measuredAt ascending
| Name | Type | Req | Description |
|---|---|---|---|
| input_files | array | yes | Paths to FIT/KRD files containing HRV summaries |
| limit | integer | — | Maximum number of records to return (most recent kept) |
No output schema declared.
No examples provided.
kaiord_get_recovery_status ~46
Derive a categorical recovery status from latest HRV and sleep
| Name | Type | Req | Description |
|---|---|---|---|
| input_files | array | yes | Paths to FIT/KRD files with HRV and/or sleep data |
No output schema declared.
No examples provided.
kaiord_get_sleep_history ~57
List sleep records from input files sorted by startTime ascending
| Name | Type | Req | Description |
|---|---|---|---|
| input_files | array | yes | Paths to FIT/KRD files containing sleep records |
| limit | integer | — | Maximum number of records to return (most recent kept) |
No output schema declared.
No examples provided.
kaiord_get_weight_history ~57
List weight measurements from input files sorted by measuredAt ascending
| Name | Type | Req | Description |
|---|---|---|---|
| input_files | array | yes | Paths to FIT/KRD files containing weight measurements |
| limit | integer | — | Maximum number of records to return (most recent kept) |
No output schema declared.
No examples provided.
kaiord_inspect ~51
Inspect a fitness file and return a human-readable summary
| Name | Type | Req | Description |
|---|---|---|---|
| input_file | string | yes | Path to the fitness data file |
| input_format | string | — | Input format (auto-detected from extension) |
No output schema declared.
No examples provided.
kaiord_list_formats ~19
List all supported fitness data formats with capabilities
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
kaiord_round_trip_validate ~44
Validate round-trip FIT conversion (FIT → KRD → FIT) and report tolerance violations
| Name | Type | Req | Description |
|---|---|---|---|
| input_file | string | yes | Path to a FIT file to validate |
No output schema declared.
No examples provided.
kaiord_validate ~46
Validate a KRD JSON document against the schema
| Name | Type | Req | Description |
|---|---|---|---|
| input_content | string | — | Inline KRD JSON content |
| input_file | string | — | Path to KRD JSON file |
No output schema declared.
No examples provided.