Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, get in touch and we’ll put it right.

Kilter Board Logbook

PYPI · KILTER-MCP · SCANNED SEP 21

Read-only access to your Kilter Board logbook: sessions, sends, projects and grade stats

Available components

71 Trust /100
Trust breakdown (7 categories)

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 → Why this is hard to score →

Supply Chain Security100
  • No malware found by supply-chain analysis.Pass
  • No known CVEs affecting this package version or its production dependencies.Pass
  • Runs hatchling.build at install time, a recognised native-build step with no shell scripting around it. View diagnostics → Pass
  • 1 of 30 dependencies flagged as unhealthy. View diagnostics → Partial
Provenance & Transparency35
Schema Quality & AI Usability77
  • AI-judged instruction clarity (excellent).Pass
  • Context-footprint check failed: tool/resource definitions use about 1294 tokens (~143/item across 9 items; 9 tools + 0 resources), over budget; trim descriptions and params. See how to fix → Fail
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management17
  • Stability observed for 5 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
  • Structured output schemas are declared (100% of tools); any adoption earns full credit.Pass
Tool Safety100
  • No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
  • We read all 9 captured tool definition(s), and no name or description among them implies an irreversible operation.Pass
  • An AI judge read all 10 captured unit(s) of tool text and found none that tries to manipulate the model reading it.Pass
Capabilities100
  • Implements a current MCP spec version (2026-07-28).Pass
Install

How do I install the Kilter Board Logbook MCP server?

Kilter Board Logbook runs locally as a PyPI package, launched with uvx kilter-mcp. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

pypi · kilter-mcp

# add to Claude Code
claude mcp add wmmg101-kilter-mcp -- uvx kilter-mcp
// .cursor/mcp.json
{
  "mcpServers": {
    "wmmg101-kilter-mcp": {
      "command": "uvx",
      "args": [
        "kilter-mcp"
      ]
    }
  }
}
// .vscode/mcp.json
{
  "servers": {
    "wmmg101-kilter-mcp": {
      "command": "uvx",
      "args": [
        "kilter-mcp"
      ]
    }
  }
}
# add to Codex CLI
codex mcp add wmmg101-kilter-mcp -- uvx kilter-mcp
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "wmmg101-kilter-mcp": {
      "type": "local",
      "command": [
        "uvx",
        "kilter-mcp"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add wmmg101-kilter-mcp --command uvx --arg kilter-mcp
# ~/.hermes/config.yaml
mcp_servers:
  wmmg101-kilter-mcp:
    command: "uvx"
    args: ["kilter-mcp"]
// ~/.netclaw/config/netclaw.json
{
  "McpServers": {
    "wmmg101-kilter-mcp": {
      "Transport": "stdio",
      "Command": "uvx",
      "Arguments": [
        "kilter-mcp"
      ]
    }
  }
}
# add to Vellum
assistant mcp add wmmg101-kilter-mcp -t stdio -c uvx -a kilter-mcp
// mcp.json
{
  "mcpServers": {
    "wmmg101-kilter-mcp": {
      "command": "uvx",
      "args": [
        "kilter-mcp"
      ]
    }
  }
}
Changelog

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.

  • 20 Sept 26 +16
    • Malware scan: unverified → pass security
  • 18 Sept 26 −12
    • Malware scan: pass → unverified security
    • Schema quality: pass → fail functional
    • Tool coverage: 0% → 100% functional
    • Stability: unverified → 0.07 functional
    • Package version: 0.2.1 → 0.2.2 functional
  • 16 Sept 26 67

    First indexed and scored.

Diagnostics

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 21 Sept 2026 · Analysed pypi/kilter-mcp@0.2.2

Provenance No attestation

The registry publishes no build provenance for this version, so there is nothing to verify.

Result No attestation
Ecosystem pypi

Background: How many MCP packages publish verified provenance →

Install scripts 1 script
Hook Tier Command
build_backend allowlisted hatchling.build

Background: Why install scripts are a supply-chain risk →

Dependencies 30 packages
Packages resolved 30
No linked repository 1
Tree resolution Complete

Background: SBOMs and build attestations, explained →

MCP tools · 9 exposed · ~1,045 tokens

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. A tool's description is untrusted text the model reads on every call, which is what makes this list a security surface and not just an inventory: how tool poisoning works →

Tool Tokens
kilter_get_angle_stats ~82

Return per-wall-angle statistics so angles can be compared. Use when the user asks to compare angles (e.g. 20° vs 40°), which angle they climb hardest or most at, or flash rate by angle. One row per angle with sends, flashes, attempts, sessions, hardest send/flash and sends per grade.

Input schema present but exposes no named parameters.

Structured output declared, but exposes no named fields.

No examples provided.

kilter_get_grade_pyramid ~90

Return the user's send pyramid: sends per grade, hardest first, with flash rates. Use when the user asks about their grade pyramid, distribution of grades, flash rate per grade, or how solid they are at a level. Optional wall-angle filter.

NameTypeReqDescription
angleWall angle in degrees (e.g. 20, 30, 40). Omit for all angles.

Structured output declared, but exposes no named fields.

No examples provided.

kilter_get_hardest_sends ~101

Return the user's hardest sent climbs (unique per climb and angle), hardest first. Use when the user asks about their hardest sends, best climbs, max grade, or personal bests. Optional wall-angle filter; limit defaults to 10.

NameTypeReqDescription
angleWall angle in degrees (e.g. 20, 30, 40). Omit for all angles.
limitMaximum number of items to return.

Structured output declared, but exposes no named fields.

No examples provided.

kilter_get_logs ~203

Return the user's Kilter logbook entries, newest first. Use when the user asks about recent Kilter climbs, attempts, what they climbed on a date, or wants raw history. Each entry is one climb at one wall angle on one date with the number of tries in that entry. Filters: limit (default 25, max 500), angle (degrees), topped (true=only sends, false=only unsuccessful attempts), start_date/end_date (YYYY-MM-DD, inclusive).

NameTypeReqDescription
angleWall angle in degrees (e.g. 20, 30, 40). Omit for all angles.
end_dateInclusive end date, YYYY-MM-DD, in the user's timezone.
limitMaximum number of items to return.
start_dateInclusive start date, YYYY-MM-DD, in the user's timezone.
toppedtrue = only topped (sent) entries, false = only unsuccessful attempts.

Structured output declared, but exposes no named fields.

No examples provided.

kilter_get_progression ~131

Return climbing progression over time, oldest period first. Use when the user asks how they have progressed, trends, whether they are improving, or for a month-by-month/week-by-week view. period is 'month' (default) or 'week'. Each period has sessions, sends, unique climbs, flashes, attempts and hardest send/flash. Optional wall-angle filter.

NameTypeReqDescription
angleWall angle in degrees (e.g. 20, 30, 40). Omit for all angles.
periodstringBucket size for the progression: calendar month or ISO week.

Structured output declared, but exposes no named fields.

No examples provided.

kilter_get_projects ~121

Return the user's projects: climbs attempted but never topped at that wall angle. Use when the user asks what they are working on, unfinished climbs, or what to try next. A climb is a project per (climb, angle); sending it at another angle does not remove it. Sorted by most recently tried, then most attempts. Optional angle filter.

NameTypeReqDescription
angleWall angle in degrees (e.g. 20, 30, 40). Omit for all angles.
limitMaximum number of items to return.

Structured output declared, but exposes no named fields.

No examples provided.

kilter_get_sends ~151

Return climbs the user has topped (sent), newest first. Use when the user asks about their sends, ticks, completed climbs or flashes. Entries with status 'flash' were topped on the first try. Filters: limit (default 25, max 500), angle (degrees), start_date/end_date (YYYY-MM-DD).

NameTypeReqDescription
angleWall angle in degrees (e.g. 20, 30, 40). Omit for all angles.
end_dateInclusive end date, YYYY-MM-DD, in the user's timezone.
limitMaximum number of items to return.
start_dateInclusive start date, YYYY-MM-DD, in the user's timezone.

Structured output declared, but exposes no named fields.

No examples provided.

kilter_get_sessions ~86

Return recent climbing sessions (entries grouped by calendar day), newest first. Use when the user asks how their last session went, what they climbed yesterday, or wants to compare sessions. Each session lists angles, sends, flashes, attempts, hardest send and every climb logged that day. limit defaults to 5.

NameTypeReqDescription
limitMaximum number of items to return.

Structured output declared, but exposes no named fields.

No examples provided.

kilter_get_summary ~80

Return a compact overview of the user's whole Kilter history. Use first when the user asks a broad question ("how is my climbing going?", "summarise my Kilter account") or when you need totals: entries, sends, flashes, attempts, angles climbed, date range, session count, hardest send/flash and sends per grade.

Input schema present but exposes no named parameters.

Structured output declared, but exposes no named fields.

No examples provided.

Common questions

What is the Kilter Board Logbook MCP server?

Kilter Board Logbook is an MCP server listed in the public MCP registry as io.github.wmmg101/kilter-mcp. Read-only access to your Kilter Board logbook: sessions, sends, projects and grade stats. This page covers its PyPI package (kilter-mcp).

Is the Kilter Board Logbook MCP server safe to use?

Kilter Board Logbook scores 71 out of 100 on VerifyMCP. We found no known CVEs affecting it as of 21 September 2026. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

What tools does the Kilter Board Logbook MCP server expose?

Kilter Board Logbook exposes 9 tools: kilter_get_logs, kilter_get_sends, kilter_get_projects, kilter_get_summary, kilter_get_grade_pyramid, and 4 more. Their descriptions and schemas cost roughly 1,045 tokens of context every time the server is loaded.

Is the Kilter Board Logbook MCP server still maintained?

Kilter Board Logbook is still listed as active in the MCP registry. We last reached this channel on 21 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.