{
  "markdown": "# DialogBrain MCP\n\n**Remote MCP server** that connects your AI agent to a unified inbox spanning WhatsApp, Telegram, Instagram, Email, Livechat, and Voice calls — plus a workspace knowledge graph and AI agent orchestration.\n\n- **MCP URL:** `https://api.dialogbrain.com/mcp`\n- **Transport:** Streamable HTTP\n- **Auth:** OAuth 2.0 (Dynamic Client Registration)\n- **Tools:** 156 (read/write across all channels)\n- **Product:** https://dialogbrain.com\n- **Developer docs:** https://docs.dialogbrain.com\n\n## What you can do\n\n- **Read messages across channels:** `messages.read_history`, `threads.list`, `threads.search`\n- **Send messages:** `messages.send`, `messages.forward`, `messages.delete`\n- **Manage contacts:** `contacts.find`, `contacts.discover`, `contacts.sync`, `contacts.profile`\n- **Query workspace knowledge:** `workspace.search`, `kg.find_entity`, `kg.get_relationships`\n- **Trigger AI agents:** `agents.ask`, `agents.simulate_inbound`, `agents.approve_draft`\n- **Files, calendar, calls, voice, browser automation, YouTube** — see full tool list in [Developer Docs](https://docs.dialogbrain.com/mcp).\n\n## Quick start\n\n### Claude Desktop / Claude.ai (web)\n\nAdd as a Custom Connector with URL `https://api.dialogbrain.com/mcp`. Sign in via OAuth when prompted.\n\n### ChatGPT (Apps)\n\nIn the ChatGPT Apps directory, search for \"DialogBrain\" (pending review). Or add as a Custom MCP Server with the same URL.\n\n### Cursor / generic MCP clients\n\n```json\n{\n  \"mcpServers\": {\n    \"dialogbrain\": {\n      \"url\": \"https://api.dialogbrain.com/mcp\",\n      \"transport\": \"streamable-http\",\n      \"auth\": \"oauth2\"\n    }\n  }\n}\n```\n\n## Authentication\n\nOAuth 2.0 with Dynamic Client Registration (RFC 7591). Your MCP client registers automatically and is granted an access token scoped to one DialogBrain workspace. Revoke at any time from **Settings → Developer** in app.dialogbrain.com.\n\n## Tool annotations\n\nEvery tool exposes accurate MCP hint annotations:\n\n- `readOnlyHint` — true for read tools (`threads.list`, `messages.read_history`, `kg.find_entity`, …)\n- `destructiveHint` — true for delete tools (`messages.delete`, `widgets.delete`, …)\n- `openWorldHint` — true for tools that touch third-party APIs (`messages.send`, `web.search`, `contacts.sync`, …)\n- `idempotentHint` — derived from read-only/delete-by-id semantics\n\nSee [server.json](./server.json) for the registry manifest and [gemini-extension.json](./gemini-extension.json) for Gemini CLI integration.\n\n## Privacy & support\n\n- **Privacy policy:** https://dialogbrain.com/privacy\n- **Terms:** https://dialogbrain.com/terms\n- **Support:** support@dialogbrain.com\n\n## License\n\nMIT — see [LICENSE](./LICENSE).\n",
  "bytes": 2666,
  "sha": "05498860698b73c4670ca6faf9fa8f2a81f722a1ff93421df174ac6dd813686d",
  "repo_slug": "saloprj/dialogbrain-mcp",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_io_github_saloprj_dialogbrain_960534a2/readme"
}