Skip to Content
MCP Server (Preview)What Is the Dialora MCP Server

Dialora MCP Server (Preview)

Preview. The MCP server is available to all Dialora accounts, but it is still in preview — tool names, inputs, and rate limits can change, and the preview limits are deliberately conservative (1 tool call per 15 seconds). Use the Public REST API for anything production-critical or high-volume.

The Dialora MCP Server lets any AI assistant that speaks the Model Context Protocol (MCP)  — such as Claude, ChatGPT, or Cursor — control your Dialora account through natural language. Instead of writing code against the REST API, you connect the assistant once and then ask it to place calls, look up call history, and manage users, plans, and subscriptions.

What you can do

Once connected, your assistant can:

  • Place outbound calls with any of your agents.
  • Read call history and transcripts.
  • Manage end users — list, create, and delete profiles.
  • Manage plans and subscriptions — list plans, create and change subscriptions.

Every action runs against your Dialora tenant, using your API key, limited to the scopes you grant that key.

How it works

Claude / ChatGPT / Cursor ──MCP over HTTPS──▶ https://api.dialora.ai/mcp ──▶ Dialora

The MCP server is a thin layer over the same Public API you already use. It exposes each API operation as an MCP tool, authenticates with your dlr_live_… API key, and enforces the same scopes. Nothing to install — you point your assistant at one URL.

Endpoint

URLhttps://api.dialora.ai/mcp
TransportStreamable HTTP
AuthAuthorization: Bearer dlr_live_…
Rate limits20 requests / 5s · 1 tool call / 15s — see Rate Limits

Next steps