Security & Testing
myotp.app
Manages OTP generation, delivery via SMS/WhatsApp/Telegram, verification, status checks, and expiry extension for secure authentication.
ENDPOINT 1
https://mcp.myotp.app/mcp
MCP server metadata
- Name
- myotp-mcp
- Version
- 0.1.0
MyOTP.App MCP server — send and verify OTPs over SMS, WhatsApp, and Telegram. Typical flow: call `generate_otp` with a phone number to send a code, save the returned `message_id`, then call `verify_otp` with the code the end user typed. Use `check_otp_status` to debug delivery, `extend_otp` to give users more time, and `get_usage_report` for transaction history. All operations require a MyOTP API key — get one at https://myotp.app/sign-up/ (15 free trial credits, no card required). Phone numbers must be in international format with no leading + or 0 (e.g. '14155551234' for a US number).
Known tools 7
generate_otpSend a one-time password (OTP) to a phone number via SMS, WhatsApp, or Telegram.
Potential side effectscheck_otp_statusCheck whether a previously sent OTP is still active and (with DLR_ACCESS entitlement on Enterprise plan) get its delivery status.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.myotp-mcp]
url = "https://mcp.myotp.app/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"myotp-mcp": {
"type": "http",
"url": "https://mcp.myotp.app/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: myotp-mcp
Remote MCP URL: https://mcp.myotp.app/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"myotp-mcp": {
"url": "https://mcp.myotp.app/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"myotp-mcp": {
"type": "http",
"url": "https://mcp.myotp.app/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "myotp-mcp",
"transport": "streamable-http",
"url": "https://mcp.myotp.app/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.