RongCloud MCP Server
OfficialServer Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| FASTMCP_LOG_LEVEL | No | Log level (e.g., DEBUG, INFO) | WARNING |
| RONGCLOUD_APP_KEY | Yes | RongCloud Application App Key | |
| RONGCLOUD_API_BASE | No | RongCloud API base URL | https://api-cn.ronghub.com |
| RONGCLOUD_APP_SECRET | Yes | RongCloud Application App Secret | |
| RONGCLOUD_API_TIMEOUT | No | API request timeout (seconds) | 10 |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
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