INDIVIDUAL MCP TOOL
generate_otp
Send a one-time password (OTP) to a phone number via SMS, WhatsApp, or Telegram.
LIVE ENDPOINT
https://mcp.myotp.app/mcp
Connect to this endpoint to inspect the live schema for generate_otp and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Potential side effects detected · medium confidence · heuristic, not a guarantee.
- A tool name or description contains a write-action term.
- A tool name, description or schema mentions credentials.
- A tool name or description suggests sending messages.
Parent server
CONNECT 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.
Related tools
verify_otp— Verify a code submitted by an end user against the OTP MyOTP delivered.check_otp_status— Check whether a previously sent OTP is still active and (with DLR_ACCESS entitlement on Enterprise plan) get its delivery status.extend_otp— Extend the expiry time of an active OTP without sending a new one.get_account_info— Return account details for the API key in use.get_usage_report— Fetch a paginated list of OTP transactions for a date range.create_account— Account signup at MyOTP.