Skip to main content
Glama
antoinedelorme

kweenkl MCP Server

kweenkl MCP Server (Deprecated)

This local MCP server is deprecated. Use the hosted remote MCP server instead — no installation required.

Use the Remote MCP Server

Endpoint: https://api.kweenkl.com/mcp

Setup

  1. Download the kweenkl iOS app

  2. Go to Settings in the app and copy your Device Token

  3. Add the MCP server to your AI client:

Claude Code:

claude mcp add kweenkl https://api.kweenkl.com/mcp --transport http --scope user --header "X-Kweenkl-Device-Token: YOUR_DEVICE_TOKEN"

ChatGPT: Add https://api.kweenkl.com/mcp in Settings > Apps & Connectors. Authentication is handled via OAuth — you'll be prompted to enter your device token during setup.

Any MCP client: Point to https://api.kweenkl.com/mcp with the X-Kweenkl-Device-Token header.

Full Documentation

See kweenkl.com/skill.md for the complete API reference.

Related MCP server: Notifications MCP Server

License

MIT

Available Tools

1 tool
kweenklBInspect

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.

ParametersJSON Schema
NameRequiredDescriptionDefault
webhook_tokenYesThe 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'.
messageYesThe notification message content. Should be clear, concise, and actionable. Maximum recommended length: 500 characters for optimal mobile display.
titleNoOptional title for the notification. Should be brief (max 50 chars recommended). If omitted, only the message will be shown.
priorityNoPriority level for the notification. 'high' = urgent/critical alerts, 'normal' = standard updates (default), 'low' = non-urgent information.
payloadNoOptional custom JSON payload for additional metadata. Can include any structured data that your app might process (e.g., action buttons, deep links, custom data).

TDQS

B3.1/5.0
Behavior2/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

No annotations are provided, so the description carries the full burden of behavioral disclosure. It mentions that the tool sends notifications for immediate attention, implying urgency, but does not disclose critical behavioral traits such as rate limits, authentication requirements (beyond the webhook_token parameter), error handling, or what happens on invocation (e.g., delivery confirmation). For a notification-sending tool with zero annotation coverage, this is a significant gap in transparency.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is appropriately sized with two sentences that are front-loaded: the first sentence states the purpose clearly, and the second provides usage context. There is no wasted text, and it efficiently conveys the tool's intent without redundancy. However, it could be slightly more structured by explicitly separating purpose from guidelines.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the complexity of a notification-sending tool with 5 parameters, no annotations, and no output schema, the description is incomplete. It lacks details on behavioral aspects (e.g., delivery mechanisms, error responses), does not explain the return values or what success/failure looks like, and relies solely on the input schema for parameter documentation. For a tool that performs an action with potential side effects, this is inadequate.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 100%, so the schema already documents all parameters thoroughly. The description does not add any parameter-specific information beyond what the schema provides (e.g., it doesn't explain parameter interactions or usage nuances). With high schema coverage, the baseline score of 3 is appropriate, as the description doesn't compensate but also doesn't detract from the schema's documentation.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool's purpose: 'Send a push notification using kweenkl' with the verb 'send' and resource 'push notification'. It distinguishes the action by explaining that 'kweenkl' means to send a notification, though there are no sibling tools to differentiate from. The description is specific about the tool's function but lacks explicit sibling comparison.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description provides implied usage guidelines: 'Use this to notify users about important events, updates, or information that requires immediate attention.' This gives context on when to use the tool (for notifications needing immediate attention) but does not explicitly state when not to use it or mention alternatives, and there are no sibling tools to compare against. The guidance is helpful but not comprehensive.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

TDQS

B3.3/5.0
Disambiguation5/5

With only one tool, there is no possibility of ambiguity or overlap between tools, as there are no other tools to confuse it with. The tool's purpose is clearly defined as sending push notifications, leaving no room for misselection.

Naming Consistency5/5

The single tool name 'kweenkl' follows a consistent pattern by default, as there are no other tools to compare it against. There is no mixing of conventions or deviations, making it perfectly consistent within the set.

Tool Count2/5

A single tool is generally too few for most server purposes, as it limits functionality and scope. While it might suffice for a minimal notification service, it feels thin and lacks the depth typically expected for a coherent tool set, making it borderline inappropriate.

Completeness3/5

The tool covers the core action of sending notifications, but there are notable gaps in the lifecycle, such as managing notifications (e.g., listing, updating, or deleting them). The surface is incomplete for a full notification system, though agents might work around this for basic use cases.

Maintenance

ActivityInactive
ResponsivenessSyncing

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Connectors

Related MCP Servers

  • A
    license
    B
    quality
    D
    maintenance
    Enables AI assistants to send push notifications to mobile devices via Pushover, allowing users to receive instant alerts for task completions, errors, reminders, and custom messages through their AI conversations.
    1
    20
    2
    MIT
  • A
    license
    Not graded
    quality
    D
    maintenance
    Enables AI assistants to send native macOS notifications for task completion alerts and reminders. Supports interactive features like custom system sounds, action buttons, and user replies directly from the notification center.
    201
    MIT
  • A
    license
    A
    quality
    C
    maintenance
    Enables AI assistants to send push notifications and interactive alerts to iPhone and Mac devices via the BotBell app. It allows AI to receive user replies and manage notification bots for tasks like alerts, reminders, and remote approvals.
    2
    19
    1
    MIT
  • A
    license
    B
    quality
    A
    maintenance
    Enables AI assistants to send push notifications to WeChat, email, and other channels via PushPlus, supporting multiple message formats and channels.
    85
    195
    4
    MIT

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/antoinedelorme/kweenkl-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server