Changelog¶
All notable changes to RingCentral MCP servers are documented here.
Format follows Keep a Changelog.
[Unreleased]¶
RingEx Phone, Chat, Admin — Added¶
- Three new servers published, replacing the monolithic RingCentral MCP server:
- RingEx Phone —
https://mcp.labs.ringcentral.com/ringex/phone(call log, AI call notes, SMS/fax/voicemail messages) - RingEx Chat —
https://mcp.labs.ringcentral.com/ringex/team-chat(Team Messaging / Glip) - RingEx Admin —
https://mcp.labs.ringcentral.com/ringex/admin(tool discovery, generic operations, extension, presence, directory) - Tool names changed as part of the split: generic dispatch tools (
gatekeeper_select_tool,platform_call_get_operation,platform_call_post_operation,platform_list_get_operations,platform_list_post_operations) were removed in favor of dedicated, purpose-named tools, and Glip tools were renamed to theteam_messaging_*convention. See the migration notes on each server page for common renames.
RingCentral MCP — Removed¶
- The deprecated monolithic
https://mcp.labs.ringcentral.com/ringexserver and its documentation have been removed. Use RingEx Phone, Chat, and Admin above instead.
App Connect¶
findContactByPhone— improve phone number normalisation for international formatsrcGetCallLogs— add support for filtering by call direction (Inbound/Outbound)
[1.1.0] — 2025-04-15¶
App Connect — Added¶
createContact— create new CRM contacts directly from an AI conversationfindContactByPhone— look up CRM contacts by phone number (complementsfindContactByName)getPublicConnectors— list available CRM connector integrations
App Connect — Changed¶
createCallLognow acceptsincomingData.logInfoas a direct pass-through fromrcGetCallLogsrecords
[1.0.0] — 2025-03-01¶
App Connect — Initial release¶
getSessionInfogetHelpfindContactByNamecreateCallLogrcGetCallLogslogout
RingCentral MCP — Initial release¶
- Server published at
https://mcp.labs.ringcentral.com - Tool discovery endpoint active
Deprecation policy¶
- Tools will be marked deprecated in the changelog and tool description at least 30 days before removal.
- Breaking parameter changes will be announced with a 14-day notice.
- Deprecated tools return a
deprecation_warningfield in their response.