Skip to content

RingEx Chat

Endpoint: https://mcp.labs.ringcentral.com/ringex/team-chat
Status: ๐ŸŸก Labs / Beta ยท New
Transport: SSE over HTTPS


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.

Labs status

This server is part of RingCentral Labs and is not covered by RingCentral's standard SLA. Tools may be renamed, modified, or removed without prior notice. Use in production environments with caution.

Migrating from RingCentral MCP

If you previously used any Team Messaging tool on the deprecated RingCentral MCP server, point your client at this endpoint instead. Tool names changed during the split โ€” Glip tools were renamed to the team_messaging_* convention and the generic dispatch tools were removed. Common renames:

Old tool New tool
platform_list_glip_chats_new team_messaging_list_chats
platform_list_glip_conversations_new team_messaging_list_conversations
platform_list_glip_teams_new team_messaging_list_teams
platform_read_glip_conversation_new team_messaging_get_conversation
platform_read_glip_posts_new team_messaging_list_posts
platform_read_glip_team_new team_messaging_get_team
platform_create_glip_conversation_new open_team_messaging_conversation
platform_create_glip_post_new send_team_messaging_post

Run about_ringcentral_mcp_tools for the authoritative current list.


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

65 tools are available on this server.

Tool Requires CRM Description
about_ringcentral_mcp_tools โ€” List all available tools and permissions for this server
open_team_messaging_conversation โ€” Open a Team Messaging conversation
send_team_messaging_post โ€” Send a Team Messaging post
upload_team_messaging_file โ€” Upload a Team Messaging file
team_messaging_activate_webhook โ€” Activate a webhook
team_messaging_add_chat_to_favorites โ€” Add a chat to favorites
team_messaging_add_team_members โ€” Add team members
team_messaging_archive_team โ€” Archive a team
team_messaging_complete_task โ€” Complete a task
team_messaging_create_adaptive_card โ€” Create an adaptive card
team_messaging_create_data_export_task โ€” Create a data export task
team_messaging_create_event โ€” Create an event
team_messaging_create_event_by_group_id โ€” Create an event by group ID
team_messaging_create_note โ€” Create a note
team_messaging_create_task โ€” Create a task
team_messaging_create_team โ€” Create a team
team_messaging_create_webhook_in_group โ€” Create a webhook in a group
team_messaging_delete_adaptive_card โ€” Delete an adaptive card
team_messaging_delete_event โ€” Delete an event
team_messaging_delete_note โ€” Delete a note
team_messaging_delete_post โ€” Delete a post
team_messaging_delete_task โ€” Delete a task
team_messaging_delete_team โ€” Delete a team
team_messaging_delete_webhook โ€” Delete a webhook
team_messaging_get_adaptive_card โ€” Get an adaptive card
team_messaging_get_chat โ€” Get a chat
team_messaging_get_company_info โ€” Get company info
team_messaging_get_conversation โ€” Get a conversation
team_messaging_get_data_export_task โ€” Get a data export task
team_messaging_get_event โ€” Get an event
team_messaging_get_everyone_chat โ€” Get the Everyone chat
team_messaging_get_note โ€” Get a note
team_messaging_get_post โ€” Get a post
team_messaging_get_task โ€” Get a task
team_messaging_get_team โ€” Get a team
team_messaging_get_webhook โ€” Get a webhook
team_messaging_join_team โ€” Join a team
team_messaging_leave_team โ€” Leave a team
team_messaging_list_chat_tasks โ€” List tasks in a chat
team_messaging_list_chats โ€” List chats
team_messaging_list_conversations โ€” List conversations
team_messaging_list_data_export_tasks โ€” List data export tasks
team_messaging_list_favorite_chats โ€” List favorite chats
team_messaging_list_group_events โ€” List group events
team_messaging_list_notes โ€” List notes
team_messaging_list_posts โ€” List posts
team_messaging_list_recent_chats โ€” List recent chats
team_messaging_list_teams โ€” List teams
team_messaging_list_user_events โ€” List user events
team_messaging_list_webhooks โ€” List webhooks
team_messaging_list_webhooks_in_group โ€” List webhooks in a group
team_messaging_lock_note โ€” Lock a note
team_messaging_publish_note โ€” Publish a note
team_messaging_remove_chat_from_favorites โ€” Remove a chat from favorites
team_messaging_remove_team_members โ€” Remove team members
team_messaging_suspend_webhook โ€” Suspend a webhook
team_messaging_unarchive_team โ€” Unarchive a team
team_messaging_unlock_note โ€” Unlock a note
team_messaging_update_adaptive_card โ€” Update an adaptive card
team_messaging_update_event โ€” Update an event
team_messaging_update_everyone_chat โ€” Update the Everyone chat
team_messaging_update_note โ€” Update a note
team_messaging_update_post โ€” Update a post
team_messaging_update_task โ€” Update a task
team_messaging_update_team โ€” Update a team

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 names differ from the deprecated server โ€” see the migration note above.

Tool discovery

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