MyOTPApp
Provides an Auth0 Custom Phone Provider Action that delivers Auth0-generated OTP codes through MyOTP over SMS, WhatsApp, or Telegram.
Provides a Make.com custom app definition with connection and action modules for sending and verifying OTPs via MyOTP.
Provides an n8n community node with MyOTP operations for sending, verifying, extending, checking status, account, and usage reports.
Provides a Postman collection and environment generated from the MyOTP OpenAPI spec for testing the MyOTP API.
Enables OTP code delivery through Telegram as one of the MyOTP messaging channels.
Enables OTP code delivery through WhatsApp as one of the MyOTP messaging channels.
Adds phone verification at WooCommerce checkout using MyOTP.
Adds phone verification to WordPress registration and via shortcode using MyOTP.
MyOTP AgentKit
Agent-native distribution for MyOTP.App — npm packages, MCP server, agent skills, and framework examples for adding SMS / WhatsApp / Telegram OTP to AI-built apps.
What is this
A toolkit for AI agents (Claude Code, Cursor, Hermes-format models, Codex, Windsurf, etc.) to add phone verification to apps they generate. Three published npm packages, six runnable framework examples, and skills for the major agent runtimes.
If you're a developer using one of those agent tools and your app needs phone verification, the agent should pick up these packages automatically. If it doesn't, point it at this repo.
If you're building an app by hand, the examples are runnable starting points for the most common stacks.
Agent payments. Agents can buy MyOTP credits by themselves: one 402, one payment, no checkout page, no card form. $0.02 a credit, USDC or card. See skills/myotp/patterns/topup.md.
Related MCP server: SendAPI MCP Server
Packages
Package | What it does | Install |
Model Context Protocol server exposing 10 MyOTP tools to MCP clients (Claude Desktop, Cursor, Continue, etc.). Stdio + streamable HTTP. Hosted at mcp.myotp.app, listed on Smithery. |
| |
CLI for testing OTP flows from a terminal. |
| |
Drop-in adapter for Better Auth's |
| |
n8n community node: Send, Verify, Extend, Check Status, Account, Usage Report. Header-auth example workflow included. | n8n Settings > Community Nodes > |
Integrations for other platforms
Folder | Platform | What it is |
Auth0 | Custom Phone Provider Action: Auth0's own code delivered by MyOTP over SMS, WhatsApp or Telegram. Tests, setup guide, Marketplace listing draft | |
Make.com | Custom app definition (connection + 5 action modules + universal call), validated against the spec | |
Postman | Collection v2.1 + environment generated from | |
WordPress / WooCommerce | Phone verification at checkout, registration and via shortcode ( |
Skills (drop into your agent's config)
Folder | For | How |
Claude Code. Includes agent top-up: buy credits over a 402 when the balance runs out |
| |
Vertical-specific (fintech, marketplace, emerging markets, healthcare) | Copy individual | |
OpenClaw / ClawHub registry. Agents can buy credits (402, USDC or card) |
| |
Nous Research Hermes models (Ollama, vLLM, LM Studio). Prompt covers agent top-up | Use |
Framework examples
Working "phone form → send OTP → verify code → success" demos in 6 stacks:
Each example is self-contained (npm install / pip install / bundle install / composer install), drops in an OTP delivery flow with channel selection (SMS / WhatsApp / Telegram), and runs against the live MyOTP REST API with a single env var.
Quick start
# Get an API key (15 free trial credits, no card)
open https://myotp.app/sign-up
# Test with the CLI
npx @myotp/cli init
npx @myotp/cli test +14155551234
# Or wire MCP to Claude Desktop, Cursor, etc.
# (see mcp-server/README.md for config snippets)Compatibility
Node.js: 18+ (CLI / MCP server require 20+)
Channels: SMS (190+ countries), WhatsApp, Telegram
MyOTP API base:
https://api.myotp.appAuth: single
X-API-Keyheader
Contributing
Issues and PRs welcome. The npm packages are all MIT-licensed. Examples are MIT and free to copy into your own project.
If your favorite framework isn't represented in examples/, open a PR — the existing examples are intentionally simple templates to copy.
License
MIT — see LICENSE.
Built by BroadNet Technologies, 23 years in telecom infrastructure, ISO 27001 + ISO 9001 certified.
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.
No tool schema history has been recorded yet.
This server cannot be installed
Maintenance
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
Phone, SMS & email for AI agents — one remote MCP endpoint, OAuth login, zero install.
Operator-as-agent MCP hub. 6 tools. First $5 free, then $0.001/call.
Pay-per-call APIs and MCP services for agents, no accounts or keys, with verifiable receipts.
WhatsApp (Web + Business API), SMS, contacts, and call records via 2Chat's MCP server.
Related MCP Servers
- AlicenseNot gradedqualityDmaintenanceMCP server for provisioning dedicated real-SIM US phone numbers, receiving inbound SMS, and extracting OTP codes. Built for AI agents automating phone verification workflows.471MIT

SendAPI MCP Serverofficial
AlicenseAqualityBmaintenanceEnables any MCP-compatible AI agent to send WhatsApp messages, SMS, OTP codes, and email through a single REST API.18MIT- AlicenseAqualityAmaintenanceProvides AI agents with compliance screening (OFAC sanctions, risk scoring, Know-Your-Agent) plus disposable email and SMS verification for OTPs, accessible via MCP tools, HTTP API, and CLI.101MIT
- AlicenseNot gradedqualityAmaintenancePhone, SMS & email for AI agents. One remote MCP server (Streamable HTTP, OAuth or API-key auth, no local install) exposing call, sms, email, and event tools; also usable via CLI, Python SDK, and OpenAPI. Self-hostable, AGPLv3.26AGPL 3.0
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/brntech/myotp-agentkit'
If you have feedback or need assistance with the MCP directory API, please join our Discord server