Skip to content

MCP connectors

Entergram ships a hosted MCP server. Point an AI client at it and the agent can read chats, send messages, manage tickets and update custom fields in plain language.

Settings → Developers → MCP


  1. Go to Settings → Developers → Connectors (API & MCP) and pick your platform — Claude, ChatGPT, Perplexity, Make, n8n or Custom.

  2. Copy the MCP server URL.

  3. Paste it into your AI app as a connector.

    “To connect, just paste this URL into {platform} — no other setup needed.”

  4. Authorize the scopes you want to grant.

That’s it for most clients. Everything else is under Advanced settings.


MethodUse it for
Browser sign-in, no secret (public + PKCE)Claude Web, Claude Desktop, local apps
Client secret in request body (client_secret_post)Server-side automation
Client secret in Authorization header (client_secret_basic)Server-side automation

Claude Web and local apps should usually use browser sign-in with PKCE. Server-side automation can use a client secret.

For a public client: “This client uses browser sign-in with PKCE. Leave the client secret blank in Claude.”


Grant the minimum the agent actually needs.

ScopeGrants
workspace.readWorkspace details
members.readTeam members
accounts.readConnected accounts
contacts.readContacts
chats.read / chats.writeChats / edit chats
chat_custom_fields.read / .writeChat custom fields / edit them
messages.read / messages.writeMessages / send messages
custom_fields.read / .writeCustom fields / edit them
tickets.read / tickets.writeTickets / edit tickets
offline_accessStay connected (refresh tokens)

messages.write lets an agent send Telegram messages as you. Grant it deliberately.


Personal agentsWorkspace clients
ScopeYour seat onlyThe whole workspace
Who managesYouOwners and admins
Typical useClaude Desktop, Codex, your own n8nShared team integrations
Available scopesSeat-safe read scopes, actor-scoped chat custom fields, offline accessFull scope set

Members can create personal clients. Only owners and admins can create workspace clients.


Practically everything in the product, driven by a sentence:

  • “Send our promo to every chat whose Customer tier field is VIP.”
  • “Mark every unread group as read and set its Campaign field to Q3.”
  • “Open a high-priority ticket for every chat that hasn’t had a reply in 5 days, and assign them to me.”
  • “Which chats have no Stage set? Set them all to New.”

Broadcasts, bulk edits, custom columns and tickets are all reachable.


  • API & MCP is a Pro feature.
  • Personal clients are private to your seat; workspace clients need owner/admin rights.

  • Client secrets are shown once. Entergram stores only a hash — after the dialog closes you can rotate the secret, never reveal it.
  • Redirect URIs: one per line, HTTPS required outside localhost.
  • PKCE is mandatory for public clients and recommended even for confidential ones.
  • Revoking a grant immediately removes stored refresh tokens; the client must complete OAuth again to reconnect.
  • Archiving a client disables it and revokes its active grants and refresh tokens.