Turn any webhook into an instant iPhone push notification. One API call. Zero complexity.
The push notification layer for autonomous agents.
$ 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
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.
"Your Claude agent finished the code review of 47 files. 3 issues found."
"BTC crossed $100k. Your agent triggered the alert you set last week."
"Your n8n pipeline processed 1,200 leads. Summary report ready."
# 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.
Built for developers and power users who value simplicity.
A single POST request is all it takes. No SDKs, no complex auth flows.
Works with Zapier, Make, n8n. MCP support for Claude and ChatGPT.
Generous free tier. No per-message costs. Pro plans coming soon.
From POST to push in under a second. Real-time when it matters.
Create channels to route and filter notifications by project, team, or purpose.
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."
From automation to e-commerce, kweenkl fits anywhere you need real-time alerts.
Connect 5,000+ apps through Zapier, Make, and n8n. No programming required.
Monitor deployments, CI/CD pipelines, server health, and incident alerts in real time.
Instant alerts for new orders, refunds, inventory changes, and customer messages.
Receive alerts from sensors, smart home devices, and embedded systems via simple HTTP.
Get notified on KPI milestones, anomaly detection, report generation, and threshold alerts.
Up and running in under a minute.
Get kweenkl free from the App Store. Create your account in seconds.
Set up a notification channel and get your unique webhook token.
POST to your webhook URL. Your iPhone lights up instantly.
Enter your email and we'll send you everything you need to get started.
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.
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.
Yes. The free plan includes 100 notifications per day, up to 50 channels, and sub-second delivery. No credit card required.
Under 1 second from API call to your iPhone lighting up. Kweenkl uses Apple's APNs infrastructure for instant delivery.
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.