← dosai.pro

INDIVIDUAL MCP TOOL

dosai_update_lead

Change a lead's status or contact details.

dosai.pronone authenticationAvailability not checked

LIVE ENDPOINT

https://dosai.pro/api/mcp

No auth detected

Connect to this endpoint to inspect the live schema for dosai_update_lead 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

dosai.pro

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_list_conversations — List dialogs with clients, most recently active first.