Dadan MCP Server

The official Model Context Protocol endpoint for Dadan. It connects your workspace — recordings, transcripts, summaries, engagement analytics, and captured leads — to any MCP-compatible assistant or agent. Each user signs in with their own Dadan account and gets exactly their own access.

Gateway… MCP… OAuth… Streamable HTTP · OAuth 2.1

Setup

MCP endpoint ✔ verified live
Streamable HTTP OAuth 2.1 · PKCE Auto-discovery No API keys

Requires a paid Claude plan (Pro, Max, Team, or Enterprise). On Team/Enterprise, admins can also enable the connector organization-wide from admin settings.

  1. Open Settings → Connectors (claude.ai or the desktop app) and select Add custom connector.
  2. Name it Dadan, paste the endpoint URL above, and select Add. No client ID or secret is needed — the connector self-registers.
  3. Select Connect. Your browser opens the Dadan sign-in page — authenticate with Google, Microsoft, or your email and password.
  4. In a conversation, open the search & tools menu and make sure Dadan is enabled.
  5. Verify: ask “Ping my Dadan server.” A pong reply confirms the full round trip.

From Claude Code (terminal) — adds it for the current project; append --scope user to make it available everywhere:

Check status or re-authenticate anytime with claude mcp list or the /mcp command inside a session. To revoke access, remove the connector in Settings → Connectors.

If the connection fails: the most common cause is a URL without the /mcp path — the bare domain serves this page, not the protocol. If sign-in previously worked and tools suddenly report an authorization error, disconnect and reconnect the connector; sessions are periodically reset.

Sign-in supports Google, Microsoft, and email — the same login as the Dadan apps. No API keys are issued or managed by you.

Tools: library search & metadata · transcripts, summaries, chapters · engagement analytics · captured leads & form responses · video upload & share links · plan usage. Reads and writes are annotated, paginated, and scoped to the signed-in user.

Security & data