Key benefits
- Keyless and public: External tools connect directly via your chat’s public MCP URL, without requiring an account or API key.
- Privacy-first: Only the chat’s uploaded knowledge base is exposed. Conversations, contacts, and leads are never accessible over MCP.
- Ready-to-use snippets: Copy ready-to-paste configurations for popular clients including Claude Code, Cursor, Claude Desktop, VS Code, and Codex.
- Instant access control: Toggle the integration off at any time to immediately revoke external access.
Available tools
When an external assistant connects to your chat, it gets access to two built-in tools:Message quota and usage
Because theask tool executes an AI model call to summarize and answer questions, it consumes your workspace message credits:
- 1 message per question: Each call to the
asktool deducts 1 message from your monthly workspace quota, exactly like a visitor message on your public chat. - Quota limits: If your workspace runs out of message credits,
askrequests will return aquota_exceedederror until your quota resets or is upgraded. - Free search: The
search_knowledgetool only performs document retrieval and does not consume any message quota.
You can track your remaining message balance at any time in Workspace settings > Billing.
How to enable the MCP endpoint
Your chat must be set to Public access mode to enable the MCP endpoint. Private or password-protected chats cannot expose a public MCP endpoint.
- Open your chat in the Attlas dashboard.
- Go to Settings and select the Integrations tab.
- Locate the MCP endpoint card and click Connect.
- In the dialog, choose your AI client from the dropdown menu to get the exact configuration.

