Paste to your AI:
Read kweenkl.com/skill.md and set up kweenkl

Push Notifications
Made Simple

Turn any webhook into an instant iPhone push notification. One API call. Zero complexity.

The push notification layer for autonomous agents.

Terminal
$ curl -X POST https://api.kweenkl.com/webhook/{token} \
  -H "Content-Type: application/json" \
  -d '{"title": "Deploy Complete",
       "message": "v2.4.1 live in production"}'

# Instant push notification on your iPhone
MCP Native

Built for AI Agents

Your agents work in the background. Kweenkl gives them a direct line to your pocket. Native MCP support means Claude, ChatGPT, and custom agents can send you push notifications without a single line of glue code.

AI Agent
Your AI Agent
Claude, ChatGPT, LangChain...
Kweenkl
Kweenkl
MCP or HTTP POST
Your iPhone
Your iPhone
Instant push notification
Task completion

"Your Claude agent finished the code review of 47 files. 3 issues found."

Price monitoring

"BTC crossed $100k. Your agent triggered the alert you set last week."

Workflow result

"Your n8n pipeline processed 1,200 leads. Summary report ready."

Terminal
# Claude Code — one command, no install
claude mcp add kweenkl https://api.kweenkl.com/mcp \
  --transport http --scope user \
  --header "X-Kweenkl-Device-Token: YOUR_DEVICE_TOKEN"

# ChatGPT — add as remote MCP server
# Settings > Apps & Connectors > Add connector
# URL: https://api.kweenkl.com/mcp
# OAuth handles authentication automatically

Works with Claude Code, ChatGPT, and any MCP-compatible client. Get your device token from the iOS app Settings.

Everything you need,
nothing you don't

Built for developers and power users who value simplicity.

One API Call

A single POST request is all it takes. No SDKs, no complex auth flows.

No-Code Ready

Works with Zapier, Make, n8n. MCP support for Claude and ChatGPT.

Free to Start

Generous free tier. No per-message costs. Pro plans coming soon.

Sub-second Delivery

From POST to push in under a second. Real-time when it matters.

Organize Your Notifications

Create channels to route and filter notifications by project, team, or purpose.

Channels 6 active
Production Alerts 12 today
Sales 8 today
CI/CD 24 today
AI Agents 5 today
Team 3 today
Payments 17 today

Send from anywhere

A simple HTTP POST is all you need. Works with every language and platform.

// Claude tool definition — the agent calls this automatically

{
  "name": "send_notification",
  "description": "Send a push notification to the user's iPhone",
  "input_schema": {
    "type": "object",
    "properties": {
      "title":   { "type": "string" },
      "message": { "type": "string" }
    }
  }
}

// Agent output:
// "Task complete. I've notified you on your phone."

And every workflow

From automation to e-commerce, kweenkl fits anywhere you need real-time alerts.

No-Code Automation

Connect 5,000+ apps through Zapier, Make, and n8n. No programming required.

DevOps

Monitor deployments, CI/CD pipelines, server health, and incident alerts in real time.

E-commerce

Instant alerts for new orders, refunds, inventory changes, and customer messages.

IoT

Receive alerts from sensors, smart home devices, and embedded systems via simple HTTP.

Analytics

Get notified on KPI milestones, anomaly detection, report generation, and threshold alerts.

Three steps. That's it.

Up and running in under a minute.

1

Download the App

Get kweenkl free from the App Store. Create your account in seconds.

2

Create a Channel

Set up a notification channel and get your unique webhook token.

3

Send a Notification

POST to your webhook URL. Your iPhone lights up instantly.

Get Started

Enter your email and we'll send you everything you need to get started.

FAQ

What is kweenkl? +

Kweenkl is a push notification service that turns any webhook or API call into an instant iPhone notification. It works with AI agents (Claude, ChatGPT), automation tools (Zapier, Make, n8n), and any system that can send an HTTP POST request.

How do I connect kweenkl to ChatGPT or Claude? +

Kweenkl is an MCP server (Model Context Protocol). For Claude Code, run: claude mcp add kweenkl https://api.kweenkl.com/mcp --transport http. For ChatGPT, add it in Settings > Apps & Connectors with the URL https://api.kweenkl.com/mcp. Authentication is handled automatically via OAuth.

Is kweenkl free? +

Yes. The free plan includes 100 notifications per day, up to 50 channels, and sub-second delivery. No credit card required.

How fast are notifications delivered? +

Under 1 second from API call to your iPhone lighting up. Kweenkl uses Apple's APNs infrastructure for instant delivery.

What is an MCP server? +

MCP (Model Context Protocol) is an open standard that lets AI assistants like Claude and ChatGPT connect to external tools. Kweenkl's MCP server at api.kweenkl.com/mcp gives your AI the ability to send you push notifications, manage channels, and more.