Provides tools for searching and retrieving Agora documentation, including RTC and RTM services, enabling AI agents to access information about implementing voice/video calls and real-time messaging in various platforms including TypeScript, Android, and C++.
Allows access to documentation about Agora's Real-Time Messaging (RTM) services, enabling AI agents to provide implementation guidance for RTM in different programming languages and platforms.
Provides access to documentation about implementing Agora services in TypeScript, enabling AI agents to guide users through TypeScript-specific integration of RTC and other Agora services.
Supports implementation of demos using Vite as suggested in example prompts, providing access to documentation about integrating Vite with Agora services.
MCP Server (Doc)
基于文档站的 MCP 服务器,支持对官网文档的关键字搜索和内容获取。
Getting Started
Tools
search-docs
list-docs
get-doc-content
search-docs
Example Request
Example Response
list-docs
Example Response
get-doc-content
Example Request
Example Response
接入
接入点
接入方式
VS Code & Copilot
根据官方文档接入 MCP Server。
Example .vscode/mcp.json
可以在 Agent Mode 下使用井号键(#)来调用 MCP Server 的工具。
比如:
- 提问:如何在 TS 中集成 RTC。
- 实现一个基于 RTC 的 1v1 的纯语音互动 demo。
Cursor
Example .cursor/mcp.json
可以在 Agent Mode 下,由 agent 自己判断并调用 MCP Server 的工具。
比如:
Development
推荐使用 Bun 进行开发。
Install
Initiate docs
Start server
Start Inspector
Then input https://doc-mcp.shengwang.cn/mcp
in the inspector.
This server cannot be installed
A document-based MCP server that supports keyword searching and content retrieval from official website documentation.
Related MCP Servers
- -securityAlicense-qualityA Model Context Protocol (MCP) server that enables semantic search and retrieval of documentation using a vector database (Qdrant). This server allows you to add documentation from URLs or local files and then search through them using natural language queries.Last updated -1474JavaScriptApache 2.0
- -securityFlicense-qualityA custom MCP server that allows storage, retrieval, and management of text-based information with natural language commands and keyword detection.Last updated -TypeScript
- -securityFlicense-qualityAn MCP server that integrates with Claude to provide smart documentation search capabilities across multiple AI/ML libraries, allowing users to retrieve and process technical information through natural language queries.Last updated -Python
- AsecurityAlicenseAqualityA documentation server based on MCP protocol designed for various development frameworks that provides multi-threaded document crawling, local document loading, keyword searching, and document detail retrieval.Last updated -237JavaScriptMIT License