INDIVIDUAL MCP TOOL
dosai_send_operator_message
Send a message to a real client in WhatsApp or Telegram, as a human operator.
LIVE ENDPOINT
https://dosai.pro/api/mcp
Connect to this endpoint to inspect the live schema for dosai_send_operator_message 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 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.dosai]
url = "https://dosai.pro/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"dosai": {
"type": "http",
"url": "https://dosai.pro/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: dosai
Remote MCP URL: https://dosai.pro/api/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": {
"dosai": {
"url": "https://dosai.pro/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"dosai": {
"type": "http",
"url": "https://dosai.pro/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "dosai",
"transport": "streamable-http",
"url": "https://dosai.pro/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
dosai_list_projects— List every DOS AI project the key's owner can access, with status and channel.dosai_get_project— Full settings of one project: status, channel, model, balance, subscription and counters.dosai_get_prompt— Read the assistant's system prompt: the instructions that define how it talks to clients.dosai_update_prompt— Replace the assistant's system prompt.dosai_list_functions— List the tools the assistant itself can call during a chat (booking, notifications, webhooks).dosai_list_leads— List leads captured by the assistant, newest first.dosai_get_lead— Full record of one lead, including the answers collected by the assistant.dosai_update_lead— Change a lead's status or contact details.