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

Capabilities

Features and capabilities supported by this server

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

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/rongcloud/rongcloud-server-mcp-python'

If you have feedback or need assistance with the MCP directory API, please join our Discord server