# Mocean — MCP server on mcp.ai > Connect your Mocean account and use 6 tools for phone and SMS straight from your AI agent. Connect with your own API key. Mocean enables SMS, voice, and verification services, integrating messaging capabilities into applications for multifactor authentication or customer engagement. By: mcp.ai · official Page: https://mcp.ai/mocean ## Connect (MCP protocol) Remote MCP endpoint (HTTP, streamable): https://api.mcp.ai/p_mocean?ms=1787295960000 Add it as a custom/remote MCP connector, then authenticate when prompted. ## REST API (no MCP client required) Every tool is also a REST endpoint, authed with a workspace API key. Discover: GET https://api.mcp.ai/api/mocean/_endpoints # public; lists every endpoint Call: POST https://api.mcp.ai/api/mocean/ Authorization: Bearer sk_live_… # create one at https://mcp.ai/settings/api-keys Content-Type: application/json Body: { …args } → { "ok": true, "tool": "", "result": { … } } ## Developer docs How to use (MCP or REST), markdown: https://mcp.ai/mocean/skill.md Postman collection (v2.1): https://mcp.ai/mocean/postman.json ## Tools - mocean_query_message_status_v2(mocean-msgid: string, mocean-api-key: string, mocean-api-secret: string, mocean-resp-format?: string) — Tool to query delivery status of an SMS message. Use after sending an SMS when you need to check its delivery success by msgid. - mocean_voice_dial_v2(mocean-to: string, mocean-from?: string, mocean-command: string, mocean-event-url?: string, mocean-resp-format?: string) — Tool to initiate an outbound voice call via Mocean API. Use when you need to place a call with a defined command flow. - mocean_voice_download_recording_v2(mocean-call-uuid: string) — Tool to download a call recording. Use when you need to retrieve the recording audio for a completed call by its UUID. - mocean_voice_hangup_v2(mocean-api-key: string, mocean-call-uuid: string, mocean-api-secret: string, mocean-resp-format?: string) — Tool to hang up an active voice call. Use when you need to terminate an ongoing call by its call UUID immediately. - mocean_whats_app_send_message_v2(mocean-to: string, mocean-from: string, mocean-content: object, mocean-event-url?: string) — Tool to send a WhatsApp message via Mocean API. Use when you need to send text, media, template, reaction, or interactive messages on WhatsApp. - mocean_whatsapp_incoming_webhook_v2(event_data: object, event_type: string, message_id: string) — Tool to receive and return the full incoming WhatsApp webhook payload. Use when you must capture raw webhook JSON (message_id, event_type, event_data) for downstream parsing. ## Example prompts - "What can I do in Mocean?" - "Show me a summary of my Mocean account" ## Links Docs: https://mcp.ai/docs/mcps/mocean Website: https://mcp.ai/mcps/mocean