Skip to content

RingEx Admin

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


About

RingEx Admin gives your AI assistant access to account and extension administration: account info, extensions, roles and permissions, call analytics, directory/contacts, and presence. It's one of three servers that replace the original monolithic RingCentral MCP server โ€” this one covers account- and admin-level tools.

Run about_ringcentral_mcp_tools to see a full summary of supported tools and permissions.

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 account or admin tool on the deprecated RingCentral MCP server, point your client at this endpoint instead. Tool names changed during the split โ€” the 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. Common renames:

Old tool New tool
platform_get_capabilities about_ringcentral_mcp_tools
platform_read_unified_presence platform_read_user_presence_status
platform_search_directory_entries platform_list_directory_entries
platform_read_ai_notes read_call_ai_notes

Run about_ringcentral_mcp_tools for the authoritative current list.


Connecting

See the RingEx Admin 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

26 tools are available on this server.

Tool Requires CRM Description
about_ringcentral_mcp_tools โ€” List all available tools and permissions for this server
platform_analytics_calls_aggregation_fetch โ€” Get calls aggregation data
platform_get_account_info_v2 โ€” Get account info
platform_list_account_phone_numbers_v2 โ€” List account phone numbers
platform_list_account_switches โ€” List account switches
platform_list_administered_sites โ€” List user administered sites
platform_list_answering_rules โ€” List call handling rules
platform_list_contacts โ€” List contacts
platform_list_directory_entries โ€” Get company directory entries
platform_list_extensions โ€” List extensions
platform_list_favorite_contacts โ€” List favorite contacts
platform_read_account_phone_number โ€” Get a phone number
platform_read_account_presence โ€” Get user presence status list
platform_read_call_recording โ€” Get call recording
platform_read_call_recording_content โ€” Get call recording content
platform_read_company_call_log โ€” List company call records
platform_read_company_call_record โ€” Get company call record(s)
platform_read_contact โ€” Get user contact(s)
platform_read_country โ€” Get country
platform_read_directory_entry โ€” Get corporate directory entry
platform_read_directory_federation โ€” Get account federation
platform_read_permission โ€” Get permission
platform_read_permission_category โ€” Get permission category
platform_read_user_role โ€” Get user role
platform_read_user_presence_status โ€” Get user presence status
read_call_ai_notes โ€” Read call AI notes

Getting started

  1. Connect โ€” Add the server URL above to your AI client.
  2. Verify โ€” Run platform_get_account_info_v2 to confirm your RingCentral identity is resolved.
  3. Use โ€” Ask your AI assistant to look up a colleague in the directory, check presence, review call analytics, or inspect account/extension settings. Tool names differ from the deprecated server โ€” see the migration note above.

Tool discovery

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