by netease-im
Provides a suite of tools to access, send, query, and analyze NetEase YunXin IM and RTC data, enabling operational messaging, historical analysis, daily statistics, real‑time monitoring of online users, message volume, API/SDK usage, and RTC room quality.
Yunxin Mcp Server offers a collection of utilities for interacting with NetEase YunXin instant‑messaging (IM) and real‑time communication (RTC) services. It supports sending messages, retrieving chat histories, extracting daily IM statistics, and monitoring a wide range of RTC metrics such as room members, quality indicators, and top‑ranked rooms.
git clone https://github.com/netease-im/yunxin-mcp-server.git
npm install
docs/how_to_use.md
for authentication setup and API endpoint configuration.send_p2p_msg
and send_team_msg
for sending one‑to‑one or group text messages.query_p2p_msg_history
and query_team_msg_history
to fetch chat records within a time range.query_application_im_daily_stats
covering active users, message traffic, storage usage, callback performance, etc.query_rtc_room_top_20
for monitoring rooms with highest traffic or quality issues.query_rtc_quality_distribution
provides multi‑dimensional quality breakdowns.query_im_online_connect_latest
, query_im_msg_latest
, query_im_api_stats_last
, and query_im_sdk_stats_last
for live user counts, message flow, API/SDK performance.Q: Which programming language/environment is required? A: The project is built with Node.js; a recent LTS version (>=14) and npm are sufficient.
Q: How do I obtain the necessary authentication credentials? A: Contact NetEase YunXin technical support or your account manager to receive API keys and secret tokens; set them as environment variables before running the tools.
Q: Can I extend the server with custom queries? A: Yes, the repository provides modular scripts; you can add new endpoints by following the existing pattern and updating the documentation.
Q: Is there a rate limit for the provided APIs? A: Refer to the official YunXin API documentation; the server itself does not impose additional limits.
Q: Where can I find detailed usage examples?
A: Each tool has a dedicated markdown file in the docs/
folder (e.g., send_msg.md
, query_msg.md
).
hdnxttl
示例:how_to_use
介绍文章:微信公众号
Please log in to share your review and rating for this MCP.
Discover more MCP servers with similar functionality and use cases
by netdata
Real-time, per‑second infrastructure monitoring platform that provides instant insights, auto‑discovery, edge‑based machine‑learning anomaly detection, and lightweight visualizations without requiring complex configuration.
by Arize-ai
Arize Phoenix is an open-source AI and LLM observability tool for inspecting traces, managing prompts, curating datasets, and running experiments.
by msgbyte
Provides website analytics, uptime monitoring, and server status in a single self‑hosted application.
by grafana
Provides programmatic access to Grafana dashboards, datasources, alerts, incidents, and related operational data through a Model Context Protocol server, enabling AI assistants and automation tools to query and manipulate Grafana resources.
by dynatrace-oss
Provides a local server that enables real‑time interaction with the Dynatrace observability platform, exposing tools for problem retrieval, DQL execution, Slack notifications, workflow automation, and AI‑assisted troubleshooting.
by pydantic
Provides tools to retrieve, query, and visualize OpenTelemetry traces and metrics from Pydantic Logfire via a Model Context Protocol server.
by VictoriaMetrics-Community
Access VictoriaMetrics instances through Model Context Protocol, enabling AI assistants and tools to query metrics, explore labels, debug configurations, and retrieve documentation without leaving the conversational interface.
by axiomhq
Axiom MCP Server implements the Model Context Protocol (MCP) for Axiom, enabling AI agents to query logs, traces, and other event data using the Axiom Processing Language (APL). It allows AI agents to perform monitoring, observability, and natural language analysis of data for debugging and incident response.
by GeLi2001
Datadog MCP Server is a Model Context Protocol (MCP) server that interacts with the official Datadog API. It enables users to access and manage various Datadog functionalities, including monitoring, dashboards, metrics, events, logs, and incidents.