Loginwa
БесплатноНе проверенLoginWA MCP: WhatsApp OTP, device status, send message, and broadcast for AI agents. LoginWA hosts the WhatsApp session, so no VPS, no Baileys to babysit, no re
Описание
LoginWA MCP: WhatsApp OTP, device status, send message, and broadcast for AI agents. LoginWA hosts the WhatsApp session, so no VPS, no Baileys to babysit, no reconnect loops. Free tier 100 messages a month, paid from $1. Pricing: https://loginwa.com/pricing
README
Unofficial MCP server for the LoginWA WhatsApp API. LoginWA hosts the WhatsApp engine, so an agent can check devices, send OTP, send messages, and run broadcasts without operating a VPS.
loginwa-sdk MCP server loginwa-sdk MCP server
Tools: device_status, otp_start / otp_verify, send_message, and
broadcast (list_campaigns, get_campaign, create_campaign, send_campaign).
npx -y @loginwa/mcp
Set LOGINWA_API_KEY. Pair devices at loginwa.com/welcome.
Client configs: mcp/README.md.
This repository also ships JavaScript, PHP and Android SDKs, an embeddable OTP widget, and a Postman collection. No server code is included.
Contents
js/, JavaScript SDK (ESM), dependency-free client.php/, PHP SDK (cURL-based, PHP >= 8.0).android/, Android SDK (Kotlin library + runnable sample app).mcp/, TypeScript MCP server (@loginwa/mcp): device status, OTP, send, broadcast for AI agents. Install withnpx -y @loginwa/mcp. See mcp/README.md.snippet/otp-widget.html, drop-in OTP widget example.docs/postman/loginwa-api.postman_collection.json, Postman collection.docs/sdk.md, quick reference for these assets.
Paths are relative to the repository root. Inside the LoginWA application
repository these same files live under laravel-app/sdk/, which is the single
source they are published from, edit them there, never here.
API Basics
- Base URL (host):
https://api.loginwa.com - SDK default (includes version prefix):
https://api.loginwa.com/api/v1 - Auth:
Authorization: Bearer <YOUR_API_KEY>(orX-Api-Key) - Content-Type:
application/json - Also reachable at
https://loginwa.com/api(same routes under/api/…)
OTP product paths: SDKs call /auth/start and /auth/verify against the
/api/v1 base (i.e. POST /api/v1/auth/start|verify). The preferred narrative
docs path /api/auth/start|verify is equivalent for sending/verifying codes;
v1 start responses also include sent_via_engine and quota_remaining, and
v1 verify returns phone (not phone_number).
Quick Start
JavaScript SDK
cd sdk/js
npm install
# import into your app (ESM)
import { LoginWAClient } from '@loginwa/sdk';
const client = new LoginWAClient({ apiKey: process.env.LOGINWA_API_KEY });
try {
const start = await client.startOtp({ phone: '6281234567890', countryCode: '62' });
const verify = await client.verifyOtp({ sessionId: start.session_id, otpCode: '123456' });
console.log('verified', verify);
} catch (err) {
console.error('OTP error', err?.status, err?.data || err.message);
}
PHP SDK
cd sdk/php
composer install
<?php
require __DIR__ . '/vendor/autoload.php';
$client = new LoginWA\SDK\Client('YOUR_API_KEY');
try {
$start = $client->startOtp(['phone' => '6281234567890', 'country_code' => '62']);
$verify = $client->verifyOtp(['session_id' => $start['session_id'], 'otp_code' => '123456']);
var_dump($verify);
} catch (\LoginWA\SDK\ApiException $e) {
// HTTP status is in $e->getCode()
echo 'OTP error: ' . $e->getCode() . ' ' . $e->getMessage();
}
MCP server (@loginwa/mcp)
cd sdk/mcp && npm install && npm run build
# clients: npx -y @loginwa/mcp
Set LOGINWA_API_KEY. Details and client configs: mcp/README.md.
OTP Widget Snippet
Open sdk/snippet/otp-widget.html, set your API key/Base URL, and embed in any page. Uses Fetch to call /auth/start and /auth/verify.
Postman Collection
Import docs/postman/loginwa-api.postman_collection.json, set base_url (default https://api.loginwa.com) and api_key variables, then run the flows.
Common errors
401 unauthorized, missing/invalid API key.402 subscription_suspended, inactive, suspended, or past-due subscription.422 invalid_code|expired|blocked, verification failed.429 quota_exceeded, monthly plan quota exceeded.429 rate_limited, too many requests per minute (Retry-Afterheader).503 no_device_connected, no online WhatsApp device for the app.- Network/timeout, retry with backoff; SDK throws with HTTP status in error object/exception code.
Download
Packaged ZIP (same contents as this repo): https://loginwa.com/loginwa-batch1-sdk.zip
Changelog
See CHANGELOG.md.
Support
Questions/feedback: [email protected]
Установка Loginwa
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/satuapps/loginwa-sdkFAQ
Loginwa MCP бесплатный?
Да, Loginwa MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Loginwa?
Нет, Loginwa работает без API-ключей и переменных окружения.
Loginwa — hosted или self-hosted?
Доступен hosted-вариант: Unyly запускает сервер в облаке, локальная установка не обязательна.
Как установить Loginwa в Claude Desktop, Claude Code или Cursor?
Открой Loginwa на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
Gmail
Read, send and search emails from Claude
автор: GoogleSlack
Send, search and summarize Slack messages
автор: SlackRunbear
No-code MCP client for team chat platforms, such as Slack, Microsoft Teams, and Discord.
Discord Server
A community discord server dedicated to MCP by [Frank Fiegel](https://github.com/punkpeye)
Klavis AI
Open Source MCP Infra. Hosted MCP servers and MCP clients on Slack and Discord.
Work90210/APIFold
Turn any REST API into a hosted MCP server. 18 free public servers (GitHub, Stripe, Slack, OpenAI, Notion, and more) — no setup required, bring your own API key
автор: Work90210arikusi/deepseek-mcp-server
MCP server for DeepSeek AI with chat, reasoning, multi-turn sessions, function calling, thinking mode, and cost tracking.
автор: arikusihashgraph-online/hashnet-mcp-js
MCP server for the Registry Broker. Discover, register, and chat with AI agents on the Hashgraph network.
автор: hashgraph-onlineprofullstack/mcp-server
A comprehensive MCP server aggregating 20+ tools including SEO optimization, document conversion, domain lookup, email validation, QR generation, weather data,
автор: profullstackWayStation-ai/mcp
Seamlessly and securely connect Claude Desktop and other MCP hosts to your favorite apps (Notion, Slack, Monday, Airtable, etc.). Takes less than 90 secs.
автор: waystation-aiCompare Loginwa with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории communication
