Skip to content

RingEX Chat

Endpointhttps://mcp.labs.ringcentral.com/ringex/v1.1.0/team-chat
StatusPreview
TransportSSE over HTTPS
AuthOAuth2

About

RingEX Chat gives your AI assistant access to RingCentral Team Messaging (Glip): chats, direct and group conversations, teams, and posts. It's one of three servers that replace the original monolithic RingCentral MCP server — this one covers team collaboration.

See the Changelog for what's changed across versions — including the v1.1.0 tool-surface consolidation (65 tools down to 9) and the move of Team Chat data-export tools to RingEX Admin.


Connecting

See the RingEX Chat Setup guide for step-by-step instructions for Claude, ChatGPT, and Codex.

For other MCP clients (Cursor, etc.), add this server the same way you'd add any remote MCP server, using the endpoint above.


Available tools

9 tools are available on this server — down from 65 prior to v1.1.0. Write tools each take a resource/action (or action-only) discriminator that dispatches to one of several underlying operations; see the Tools reference for the full breakdown per tool.

Tool Access Description
about_ringcentral_mcp_tools Read List all available tools and permissions for this server
find_person Read Resolve a person by name, email, extension, phone number, or exact Team Chat person ID
read_team_chat Read List or retrieve chats, posts, files, Adaptive Cards, notes, tasks, events, and incoming webhooks
send_post Write Send a post — or a thread reply — to a chat or resolved person, optionally with file/image attachments
manage_post Write Update or delete an existing post
manage_adaptive_card Write Create, update, or delete an Adaptive Card (version 1.3)
manage_team Write Create, update, archive, unarchive, or delete a team; join/leave; add/remove members; favorite/unfavorite a chat; update the Everyone chat
manage_chat_item Write Create, update, complete, publish, lock/unlock, or delete a note, task, or event
manage_incoming_webhook Write Create, activate, suspend, or delete an incoming webhook

Data export moved

team_messaging_create_data_export_task, _get_data_export_task, and _list_data_export_tasks are no longer available here. Data export is now handled by RingEX Admin.


Getting started

  1. Connect — Add the server URL above to your AI client.
  2. Verify — Ask your assistant to list your team messaging chats to confirm the connection is active.
  3. Use — Ask your AI assistant to catch you up on a chat, post an update, manage tasks/notes/events, or administer teams and webhooks.

Tool discovery

curl https://mcp.labs.ringcentral.com/ringex/v1.1.0/team-chat \
  -H "Content-Type: application/json" \
  -d '{"jsonrpc":"2.0","id":1,"method":"tools/list","params":{}}'