# Kweenkl

Send instant push notifications directly to iOS devices to stay updated on important events and alerts. Manage notification channels and search through history to keep track of previous communication…

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add antoinedelorme/kweenkl

# Browse available tools
npx -y @smithery/cli@latest tool list antoinedelorme/kweenkl

# Get full schema for a tool
npx -y @smithery/cli@latest tool get antoinedelorme/kweenkl kweenkl_status

# Call a tool
npx -y @smithery/cli@latest tool call antoinedelorme/kweenkl kweenkl_status '{}'
```

## Direct MCP Connection

Endpoint: `https://kweenkl--antoinedelorme.run.tools`

## Tools (6)

- `kweenkl_status` — Check kweenkl server connectivity and status. Use this to verify the connection is working before sending notifications…
- `kweenkl_login` — Start the kweenkl login/onboarding flow. If the user provides their device_token (from the iOS app), this will immediat…
- `kweenkl_login_check` — Check the status of a device authorization flow. Call this after kweenkl_login to see if the user has approved the conn…
- `search` — Search kweenkl notification channels and messages. Use this to find channels by name or search through notification his…
- `fetch` — Fetch details about a specific kweenkl channel or notification by ID.
- `kweenkl` — Send a push notification using kweenkl. The verb 'kweenkl' means to send a notification. Use this to notify users about…

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get antoinedelorme/kweenkl <tool-name>
```

## Resources

- `kweenkl://channels` — List of your kweenkl notification channels
- `kweenkl://status` — Current kweenkl server status and connection info

## Prompts (3)

- `send_notification` (message, channel) — Send a push notification to your iPhone via kweenkl
- `notify_when_done` (task_description) — Send a notification when a long-running task completes
- `alert_on_error` (error_message) — Send a high-priority alert when an error occurs
