Agent-native distribution for MyOTP.App: MCP server, CLI, Better Auth adapter, agent skills, and framework examples for adding SMS/WhatsApp/Telegram OTP to AI-built apps.
- ✓Open-source license (MIT)
- ✓Actively maintained (<30d)
- ✓Clear description
- ✓Documented (README)
claude mcp add myotp-agentkit -- npx -y @myotp/mcp{
"mcpServers": {
"myotp-agentkit": {
"command": "npx",
"args": ["-y", "@myotp/mcp"]
}
}
}Resumen de MCP Servers
# MyOTP AgentKit > Agent-native distribution for [MyOTP.App](https://myotp.app) — npm packages, MCP server, agent skills, and framework examples for adding SMS / WhatsApp / Telegram OTP to AI-built apps. [](https://github.com/brntech/myotp-agentkit/actions/workflows/mcp-server.yml) [](https://github.com/brntech/myotp-agentkit/actions/workflows/cli.yml) [](https://github.com/brntech/myotp-agentkit/actions/workflows/better-auth.yml) [](https://github.com/brntech/myotp-agentkit/actions/workflows/examples.yml) --- ## 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](examples/) are runnable starting points for the most common stacks. ## Packages | Package | What it does | Install | |---------|--------------|---------| | [`@myotp/mcp`](mcp-server/) | Model Context Protocol server exposing 7 MyOTP tools to MCP clients (Claude Desktop, Cursor, Continue, etc.). Stdio + streamable HTTP. | `npx @myotp/mcp` | | [`@myotp/cli`](cli/) | CLI for testing OTP flows from a terminal. `init` saves a key locally, `test`/`verify`/`status` exercise the API. | `npx @myotp/cli init` | | [`@myotp/better-auth`](better-auth/) | Drop-in adapter for [Better Auth](https://www.better-auth.com)'s `phoneNumber()` plugin. Twilio-free SMS / WhatsApp / Telegram delivery. | `npm install @myotp/better-auth` | ## Skills (drop into your agent's config) | Folder | For | How | |--------|-----|-----| | [`skill/`](skill/) | Claude Code | Copy `skill/` into `~/.claude/skills/myotp/` | | [`skill/niches/`](skill/niches/) | Vertical-specific (fintech, marketplace, emerging markets, healthcare) | Copy individual `.md` files into separate skill directories | | [`clawhub-skill/`](clawhub-skill/) | OpenClaw / ClawHub registry | Submit via [clawhub.ai](https://clawhub.ai) | | [`hermes-skill/`](hermes-skill/) | Nous Research Hermes models (Ollama, vLLM, LM Studio) | Use `ollama-modelfile.example` as a template | ## Framework examples Working "phone form → send OTP → verify code → success" demos in 6 stacks: - [Next.js 14 (App Router + Server Actions)](examples/nextjs/) - [Express 4 (vanilla JS + static HTML)](examples/express/) - [Flask 3 (Jinja2 + sessions)](examples/flask/) - [Django 5 (function-based views)](examples/django/) - [Rails 7 (skinny controller)](examples/rails/) - [Laravel 11 (Form Requests + Blade)](examples/laravel/) 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 ```bash # 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.app` - **Auth**: single `X-API-Key` header ## 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](LICENSE). Built by [BroadNet Technologies](https://myotp.app/about-us/), 23 years in telecom infrastructure, ISO 27001 + ISO 9001 certified.
Lo que la gente pregunta sobre myotp-agentkit
¿Qué es brntech/myotp-agentkit?
+
brntech/myotp-agentkit es mcp servers para el ecosistema de Claude AI. Agent-native distribution for MyOTP.App: MCP server, CLI, Better Auth adapter, agent skills, and framework examples for adding SMS/WhatsApp/Telegram OTP to AI-built apps. Tiene 0 estrellas en GitHub y su última actualización registrada es del 2026-09-03.
¿Cómo se instala myotp-agentkit?
+
Puedes instalar myotp-agentkit clonando el repositorio (https://github.com/brntech/myotp-agentkit) o siguiendo las instrucciones del README en GitHub. ClaudeWave también te ofrece bloques de instalación rápida en esta misma página.
¿Es seguro usar brntech/myotp-agentkit?
+
Nuestro agente de seguridad ha analizado brntech/myotp-agentkit y le ha asignado un Trust Score de 87/100 (tier: Trusted). Revisa el desglose completo de comprobaciones superadas y flags en esta página.
¿Quién mantiene brntech/myotp-agentkit?
+
brntech/myotp-agentkit es mantenido por brntech. La última actividad registrada en GitHub es del 2026-09-03, con 0 issues abiertos.
¿Hay alternativas a myotp-agentkit?
+
Sí. En ClaudeWave puedes explorar mcp servers similares en /categories/mcp, ordenados por popularidad o actividad reciente.
Despliega myotp-agentkit en tu cloud
Lleva este repo a producción en minutos. Cada plataforma genera su propio entorno con variables de entorno editables.
¿Mantienes este repo? Añade un badge a tu README
Pega el badge en tu README de GitHub para mostrar que está auditado por ClaudeWave. Cada badge enlaza de vuelta a esta página y muestra el Trust Score actual.
[](https://claudewave.com/repo/brntech-myotp-agentkit)<a href="https://claudewave.com/repo/brntech-myotp-agentkit"><img src="https://claudewave.com/api/badge/brntech-myotp-agentkit" alt="Featured on ClaudeWave: brntech/myotp-agentkit" width="320" height="64" /></a>Más MCP Servers
Fair-code workflow automation platform with native AI capabilities. Combine visual building with custom code, self-host or cloud, 400+ integrations.
User-friendly AI Interface (Supports Ollama, OpenAI API, ...)
An open-source AI agent that brings the power of Gemini directly into your terminal.
Real-time global intelligence dashboard. AI-powered news aggregation, geopolitical monitoring, and infrastructure tracking in a unified situational awareness interface
The fastest path to AI-powered full stack observability, even for lean teams.
🕷️ An adaptive Web Scraping framework that handles everything from a single request to a full-scale crawl!