Skip to main content
Glama
rongcloud

RongCloud MCP Server

Official
by rongcloud

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
FASTMCP_LOG_LEVELNoLog level (e.g., DEBUG, INFO)WARNING
RONGCLOUD_APP_KEYYesRongCloud Application App Key
RONGCLOUD_API_BASENoRongCloud API base URLhttps://api-cn.ronghub.com
RONGCLOUD_APP_SECRETYesRongCloud Application App Secret
RONGCLOUD_API_TIMEOUTNoAPI request timeout (seconds)10

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
get_current_time_millisA

Get the current time in milliseconds since Unix epoch (January 1, 1970 UTC).

register_userC

Register a new user via RongCloud and return the user's token.

get_user_infoC

Retrieve user information using RongCloud.

send_private_text_messageC

Send private text messages to one or multiple recipients via RongCloud.

send_group_text_messageB

Send group text messages to one or multiple groups via RongCloud.

get_private_messagesA

Retrieves historical private messages between two users within a specified time range.The time range is defined by startTime (newest) and endTime (oldest),with endTime must be earlier than startTime.

create_groupB

Creates a new group chat in RongCloud with specified members.

dismiss_groupB

Permanently deletes a group chat from RongCloud.

get_group_membersA

Retrieves the complete member list of an existing group chat in RongCloud.

join_groupB

Adds one or more users to a specified group chat via RongCloud.

quit_groupB

Removes one or more users from a RongCloud group chat.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

B3.4/5.0

Scored across 11 tools

Disambiguation5/5

Each tool has a distinct purpose: group CRUD, messaging, user management, and a utility function. No two tools perform overlapping actions, and descriptions clearly differentiate them.

Naming Consistency4/5

Most tools follow a consistent verb_noun pattern (e.g., create_group, send_private_text_message). However, get_current_time_millis breaks the pattern by using an adjective and unit, causing a minor inconsistency.

Tool Count5/5

With 11 tools covering group management, messaging, and user management, the scope is well-calibrated for a chat API. No tool feels superfluous, and the count fits typical MCP server sizes.

Completeness3/5

Core operations like create/dismiss groups, join/quit, send messages, and retrieve history are covered. However, missing update group, delete user, edit/delete messages, and conversation listing create notable gaps that agents may encounter.

Maintenance

ActivityInactive
ResponsivenessNo issues