# io.github.antoinedelorme/kweenkl-mcp (remote · api.kweenkl.com)

Push notifications for AI agents - send instant iPhone notifications from any MCP client.

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

## Components

- remote · `api.kweenkl.com`: 67/100 (this document), [markdown](https://verifymcp.io/servers/antoinedelorme-kweenkl-mcp/api.md), [page](https://verifymcp.io/servers/antoinedelorme-kweenkl-mcp/api)

## Channel facts

- Endpoint: `https://api.kweenkl.com/mcp`
- Transports: `streamable-http`
- Auth: `none`
- Version: `1.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 check failed: the endpoint is reachable over plaintext HTTP.
  - 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**: 82/100
  - 100% of prompts and resources have a non-trivial description (not blank, and not just the item's name).
  - AI-judged instruction clarity (good).
  - Tool/resource definitions use about 726 tokens (~90/item across 8 items; 6 tools + 2 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**: 100/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 100% of tool parameters carry a description.
- **Capabilities**: 20/100
  - Spec-recency check failed: implements MCP spec 2024-11-05; the latest is 2026-07-28.

## Install

### Claude

```bash
claude mcp add --transport http antoinedelorme-kweenkl-mcp https://api.kweenkl.com/mcp
```

### Codex

```toml
[mcp_servers.antoinedelorme-kweenkl-mcp]
url = "https://api.kweenkl.com/mcp"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "antoinedelorme-kweenkl-mcp": {
      "type": "remote",
      "url": "https://api.kweenkl.com/mcp",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add antoinedelorme-kweenkl-mcp --url https://api.kweenkl.com/mcp --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  antoinedelorme-kweenkl-mcp:
    url: "https://api.kweenkl.com/mcp"
```

### Other

```json
{
  "mcpServers": {
    "antoinedelorme-kweenkl-mcp": {
      "type": "http",
      "url": "https://api.kweenkl.com/mcp"
    }
  }
}
```

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 67, +1)

No change was recorded against any check on this day. Stability & Change Management went from 23 to 27. That category is still filling its 30-day observation window: 7 days of observed history at the previous scan, 8 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-08-01 (score 66, +1)

No change was recorded against any check on this day. Stability & Change Management went from 17 to 20. That category is still filling its 30-day observation window: 5 days of observed history at the previous scan, 6 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-07-31 (score 65, 0)

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

### 2026-07-30 (score 65, 0)

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

### 2026-07-29 (score 65, +1)

No change was recorded against any check on this day. Stability & Change Management went from 7 to 10. That category is still filling its 30-day observation window: 2 days of observed history at the previous scan, 3 at this one. The score rises as the window fills, whether or not the server changes.

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

No change was recorded against any check on this day. Stability & Change Management went from 3 to 7. That category is still filling its 30-day observation window: 1 days of observed history at the previous scan, 2 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-07-27 (score 63, 0)

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

### 2026-07-26 (score 63)

First indexed and scored.

## MCP tools (6)

### `kweenkl_status` (~35 tokens)

Check kweenkl server connectivity and status. Use this to verify the connection is working before sending notifications. No authentication required.

### `kweenkl_login` (~141 tokens)

Start the kweenkl login/onboarding flow. If the user provides their device_token (from the iOS app), this will immediately create their webhook. Otherwise, guides them to download the app or join the waitlist.

Input parameters:

- `device_token` (string): The user's device token from the kweenkl iOS app. If provided, immediately creates a webhook for them.
- `email` (string): User's email address for waitlist subscription (only used if has_app is false)
- `has_app` (boolean): Whether the user already has the kweenkl iOS app installed. If true and no device_token, starts device auth flow.

### `kweenkl_login_check` (~59 tokens)

Check the status of a device authorization flow. Call this after kweenkl_login to see if the user has approved the connection in their iOS app.

Input parameters:

- `session_id` (string, required): The session ID returned from kweenkl_login

### `search` (~43 tokens)

Search kweenkl notification channels and messages. Use this to find channels by name or search through notification history.

Input parameters:

- `query` (string, required): Search query to find channels or notifications

### `fetch` (~56 tokens)

Fetch details about a specific kweenkl channel or notification by ID.

Input parameters:

- `id` (string, required): The ID of the channel or notification to fetch
- `type` (string, required): Type of resource to fetch: 'channel' or 'notification'

### `kweenkl` (~363 tokens)

Send a push notification using kweenkl. The verb 'kweenkl' means to send a notification. Use this to notify users about important events, updates, or information that requires immediate attention.

Input parameters:

- `glance` (object): Optional structured visualization rendered as a card inside the kweenkl iOS app. Must include a 'type' field. v1 supports type='line_chart' with required fields {labels: string[], values: number[]} (…
- `message` (string, required): The notification message content. Should be clear, concise, and actionable. Maximum recommended length: 500 characters for optimal mobile display.
- `payload` (object): Optional custom JSON payload for additional metadata. Can include any structured data that your app might process (e.g., action buttons, deep links, custom data).
- `priority` (string): Priority level for the notification. 'high' = urgent/critical alerts, 'normal' = standard updates (default), 'low' = non-urgent information.
- `title` (string): Optional title for the notification. Should be brief (max 50 chars recommended). If omitted, only the message will be shown.
- `webhook_token` (string, required): The webhook token for your kweenkl channel. Format: UUID-like string. Can be found in the kweenkl iOS app by opening a channel and viewing 'Channel Info'.

## Diagnostics

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

## Score history

- 2026-08-03: 67
- 2026-08-02: 66
- 2026-08-01: 66
- 2026-07-31: 65
- 2026-07-30: 65
- 2026-07-29: 65
- 2026-07-28: 64
- 2026-07-27: 63
- 2026-07-26: 63

## Links

- Remote endpoint: https://api.kweenkl.com/mcp
- Repository: https://github.com/antoinedelorme/kweenkl-mcp
- Website: https://kweenkl.com/
- Changelog RSS feed: https://verifymcp.io/servers/antoinedelorme-kweenkl-mcp/api/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/antoinedelorme-kweenkl-mcp/api/changelog.json
- HTML version of this page: https://verifymcp.io/servers/antoinedelorme-kweenkl-mcp/api
