# LibreLink Up (CGM) (remote · api.mcp.ai)

Glucose readings from your LibreLink Up sensor: graph, logbook, stats and summaries (read-only). Sec

- Trust score: 64/100 (medium)
- Change this week: +6
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-03

## Components

- remote · `api.mcp.ai`: 64/100 (this document), [markdown](https://verifymcp.io/servers/mcp-dir-librelink-mcp/p-librelink.md), [page](https://verifymcp.io/servers/mcp-dir-librelink-mcp/p-librelink)

## Channel facts

- Endpoint: `https://api.mcp.ai/p_librelink`
- Transports: `streamable-http`
- Auth: `none`
- Version: `0.1.0`

## Trust breakdown

How this component scores in each security and reliability category. Every signal is checked automatically against the live server, and we only credit what we can confirm. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-08-03.

- **Endpoint Security**: 63/100
  - The endpoint's TLS certificate is valid, in date, and uses a strong key.
  - No authorisation is required to call this server. Every tool declares its destructiveHint and none is destructive, so open access doesn't expose one.
  - HTTPS not yet verified: we couldn't determine whether a plaintext access path exists.
  - HSTS check failed: the Strict-Transport-Security header is absent.
  - DNSSEC check failed: this domain isn't protected by DNSSEC.
- **Transport & Reachability**: 100/100
  - Verified streamable-http transport via a live MCP handshake.
- **Schema Quality & AI Usability**: 64/100
  - AI-judged instruction clarity (good).
  - Tool/resource definitions use about 1660 tokens (~103/item across 16 items; 16 tools + 0 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 27/100
  - Stability observed for 8 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 67/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 0% of tool parameters carry a description.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

## Install

### Claude

```bash
claude mcp add --transport http mcp-dir-librelink-mcp https://api.mcp.ai/p_librelink
```

### Codex

```toml
[mcp_servers.mcp-dir-librelink-mcp]
url = "https://api.mcp.ai/p_librelink"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "mcp-dir-librelink-mcp": {
      "type": "remote",
      "url": "https://api.mcp.ai/p_librelink",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add mcp-dir-librelink-mcp --url https://api.mcp.ai/p_librelink --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  mcp-dir-librelink-mcp:
    url: "https://api.mcp.ai/p_librelink"
```

### Other

```json
{
  "mcpServers": {
    "mcp-dir-librelink-mcp": {
      "type": "http",
      "url": "https://api.mcp.ai/p_librelink"
    }
  }
}
```

The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-08-03 (score 64, +1)

- [security] The server rewrote its instructions, which are the text every model session reads
- [functional] Server version: 0.9.200 → 0.9.201

### 2026-08-02 (score 63, +7)

- [functional improvement] Schema quality: unverified → good

### 2026-08-01 (score 56, −7)

- [security] The server rewrote its instructions, which are the text every model session reads
- [functional regression] Schema quality: good → unverified
- [functional] Server version: 0.9.197 → 0.9.200

### 2026-07-31 (score 63, +3)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-30 (score 60, +1)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-29 (score 59, 0)

- [security] The server rewrote its instructions, which are the text every model session reads
- [functional] Server version: 0.9.184 → 0.9.194

### 2026-07-28 (score 59, +1)

- [security] The server rewrote its instructions, which are the text every model session reads
- [functional] Server version: 0.9.179 → 0.9.184

### 2026-07-27 (score 58, +1)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

## MCP tools (16)

### `librelink_list_accounts` (~47 tokens)

List patients linked to this install (id = patient_id, label, name). Read-only CGM data — not for medical decisions without clinician review.

Input parameters:

- `account` (string)

### `librelink_list_connections` (~54 tokens)

List patients whose LibreLink Up readings are accessible to this install (alias of librelink_list_accounts; same data). Read-only CGM data — not for medical decisions without clinician review.

Input parameters:

- `account` (string)

### `librelink_get_connection` (~80 tokens)

Get a specific LibreLink Up connection by patient (returns target range, sensor info, latest glucose measurement envelope). Read-only CGM data — not for medical decisions without clinician review.

Bulk support: accepts patient_ids for batched execution.

Input parameters:

- `account` (string)
- `patient_id` (string)
- `patient_ids` (array)

### `librelink_get_current_glucose` (~105 tokens)

Get the latest single glucose reading for a connection (value, trend, color, isHigh/isLow flags). Read-only CGM data — not for medical decisions without clinician review.

Use librelink_get_glucose_graph for multi-point history or librelink_get_glucose_stats for time-in-range.

Bulk support: accepts patient_ids for batched execution.

Input parameters:

- `account` (string)
- `patient_id` (string)
- `patient_ids` (array)

### `librelink_get_glucose_graph` (~104 tokens)

Get the high-resolution ~12h glucose graph for a connection (raw graphData array of measurement points). Read-only CGM data — not for medical decisions without clinician review.

For a single current reading use librelink_get_current_glucose; for stats use librelink_get_glucose_stats.

Bulk support: accepts patient_ids for batched execution.

Input parameters:

- `account` (string)
- `patient_id` (string)
- `patient_ids` (array)

### `librelink_get_glucose_logbook` (~98 tokens)

Get the manual-scan logbook for a connection (~14 days of spot readings and notes). Read-only CGM data — not for medical decisions without clinician review.

Not the continuous graph — use librelink_get_glucose_graph for minute-by-minute data.

Bulk support: accepts patient_ids for batched execution.

Input parameters:

- `account` (string)
- `patient_id` (string)
- `patient_ids` (array)

### `librelink_get_glucose_stats` (~114 tokens)

Compute time-in-range, average, min/max, and latest-point snapshot from the current graph window (~12h) for a connection. Defaults: target 70-180 mg/dL. Read-only CGM data — not for medical decisions without clinician review.

Bulk support: accepts patient_ids for batched execution.

Input parameters:

- `account` (string)
- `patient_id` (string)
- `patient_ids` (array)
- `target_high` (number)
- `target_low` (number)

### `librelink_get_latest_reading` (~82 tokens)

Normalized latest reading: { mg_dl, trend_arrow, timestamp, minutes_ago, has_active_sensor }. Read-only CGM data — not for medical decisions without clinician review.

Bulk support: accepts patient_ids for batched execution.

Input parameters:

- `account` (string)
- `patient_id` (string)
- `patient_ids` (array)

### `librelink_get_today_summary` (~116 tokens)

Same shape as librelink_get_glucose_stats but filtered to "today" in a chosen IANA timezone, plus hypo_events_70 / hyper_events_180 counts. Read-only CGM data — not for medical decisions without clinician review.

Bulk support: accepts patient_ids for batched execution.

Input parameters:

- `account` (string)
- `patient_id` (string)
- `patient_ids` (array)
- `target_high` (number)
- `target_low` (number)
- `timezone` (string)

### `librelink_get_last_hours` (~91 tokens)

Last N hours of normalized points [{ ts, mg_dl, trend }] from the current graph window (max ~12h). Read-only CGM data — not for medical decisions without clinician review.

Bulk support: accepts patient_ids for batched execution.

Input parameters:

- `account` (string)
- `hours` (number)
- `patient_id` (string)
- `patient_ids` (array)

### `show_version` (~17 tokens)

Show the current MCP platform and adapter versions.

### `report_bug` (~50 tokens)

Report a bug, missing feature, or send feedback. Include the conversation array with recent messages for reproduction.

Input parameters:

- `context` (string)
- `conversation` (string)
- `message` (string, required)

### `connect` (~42 tokens)

Returns connection status and URLs. When all providers are connected, returns authenticated:true and empty pending[]. When credentials are missing, returns connect_url for the toolkit and per-install URLs.

### `toolkit_info` (~30 tokens)

Returns the current toolkit state: installed MCPs, their connection status, and how many catalog tools each exposes.

### `marketplace` (~402 tokens)

The official mcp.ai marketplace — the in-platform catalog of every MCP/tool, AND the way to run them. Covers capability requests like "find an MCP that does X", "consulta um CPF", "is there a tool for Y". Core flow: action=search discovers MCPs by intent → describe returns one MCP's full profile (every tool with its id + params, pricing, auth) so you pick the right tool_id → invoke RUNS that tool. KEY: invoke works even when the MCP is NOT installed — it runs the tool pontualmente (one-off), without adding the MCP to the toolkit and without bloating the tool list. If the MCP needs a credential/login, invoke returns a connect link; if it is paid and the wallet is empty, invoke returns a checkout/top-up link (the user opens it, then you retry). Use install only to make an MCP PERMANENT in the active toolkit (its tools then show up natively in future sessions); prefer invoke for a single/occasional use. list_tools lists what is callable right now. subscribe/cancel handle per-MCP billing; report_bug sends feedback; request_mcp asks us to build a NEW MCP when nothing fits. Search/describe flag installed_in_toolkit vs installed_in_workspace. Writes (install/uninstall/subscribe/cancel and the one-off install behind invoke) require workspace owner/admin.

Input parameters:

- `action` (string)
- `arguments` (string)
- `cancel_comment` (string)
- `cancel_reason` (string)
- `conversation` (string)
- `immediate` (boolean)
- `limit` (number)
- `mcp_id` (string)
- `message` (string)
- `query` (string)
- `report_context` (string)
- `request_details` (string)
- `request_name` (string)
- `tier_slug` (string)
- `tool_id` (string)

### `authenticate` (~99 tokens)

MCP.AI for IDE agents (Cursor, etc.): log in in the browser, copy the access token. Best: add it to this server's config as a header `Authorization: Bearer <token>` for a permanent, non-expiring connection. Or paste it here for a session-only login: call with { token: "<jwt>" } after the user pastes, or with no args to get the link.

Input parameters:

- `token` (string)

## Diagnostics

Captured diagnostic sections: TLS, DNSSEC, Authorisation, Transports. The full working is on the page: https://verifymcp.io/servers/mcp-dir-librelink-mcp/p-librelink#diagnostics

## Score history

- 2026-08-03: 64
- 2026-08-02: 63
- 2026-08-01: 56
- 2026-07-31: 63
- 2026-07-30: 60
- 2026-07-29: 59
- 2026-07-28: 59
- 2026-07-27: 58
- 2026-07-26: 57

## Links

- Remote endpoint: https://api.mcp.ai/p_librelink
- Repository: https://github.com/mcp-dir/librelink-mcp
- Changelog RSS feed: https://verifymcp.io/servers/mcp-dir-librelink-mcp/p-librelink/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/mcp-dir-librelink-mcp/p-librelink/changelog.json
- HTML version of this page: https://verifymcp.io/servers/mcp-dir-librelink-mcp/p-librelink
