INDIVIDUAL MCP TOOL
check_otp_status
Check whether a previously sent OTP is still active and (with DLR_ACCESS entitlement on Enterprise plan) get its delivery status.
LIVE ENDPOINT
https://mcp.myotp.app/mcp
Connect to this endpoint to inspect the live schema for check_otp_status and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
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
generate_otp— Send a one-time password (OTP) to a phone number via SMS, WhatsApp, or Telegram.verify_otp— Verify a code submitted by an end user against the OTP MyOTP delivered.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.