McpDocServer MCP Server
A 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
Detailed security scan evidence is not public for this MCP yet. Public identity, registry metadata, and independently observed protocol inventory remain available.
Install and connect
Installation and connection instructions are shown only when supported by retained package, repository, or endpoint evidence.
No verified installation or connection method is available in the retained evidence yet.
Identity
| Canonical slug | mcpdocserver-58ce89d9 | Deployment | Hybrid |
|---|---|---|---|
| Canonical package | — | Repository | ruan11223344/McpDocServer |
| First published | — | Latest release | — |
| Last security verification | — | Classification confidence | 35% |
| Publication | Draft | Official distribution | Not verified |
Distributions
| Channel | Identifier | Current version | Versions | Source |
|---|---|---|---|---|
| source_git | ruan11223344/mcpdocserver | 8d825945019450cf750ba426d980a4dd48251df4 | 1 | Repository |
Current release
| Package | Version | Published / observed | Inventory | Security scan |
|---|---|---|---|---|
| source_gitruan11223344/mcpdocserver | 8d825945019450cf750ba426d980a4dd48251df4Current | Aug 25, 2026 | 3 toolsSucceeded · 0 resources · 0 prompts | Evidence restricted |
Continuously monitor this MCP for security risk
Independently scan the exact version your agents use, receive alerts when its risk changes, and investigate every finding with retained version evidence.
- Independent exact-version security scans
- Continuous release and vulnerability monitoring
- Risk-change alerts with capability context
- Historical evidence and API exports
Current version evidence
No public current-version evidence is available yet.
Current protocol inventory
Tools 3
| Tool | Category | Annotations | Risk |
|---|---|---|---|
docs_get_doc_detailInput schema{
"type": "object",
"properties": {
"id": {
"type": "string",
"description": "文档ID"
},
"source": {
"type": "string",
"description": "文档源名称(如不提供,将搜索所有源)"
}
},
"required": [
"id"
],
"additionalProperties": false,
"$schema": "http://json-schema.org/draft-07/schema#"
} | — | — | |
docs_list_docsInput schema{
"type": "object",
"properties": {
"limit": {
"type": "number",
"default": 50,
"description": "最大返回文档源数量"
}
},
"additionalProperties": false,
"$schema": "http://json-schema.org/draft-07/schema#"
} | — | — | |
docs_search_docsInput schema{
"type": "object",
"properties": {
"query": {
"type": "string",
"description": "搜索关键词"
},
"source": {
"type": "string",
"description": "文档源名称(可选)"
},
"limit": {
"type": "number",
"default": 10,
"description": "最大结果数量"
}
},
"required": [
"query"
],
"additionalProperties": false,
"$schema": "http://json-schema.org/draft-07/schema#"
} | — | — |
Resources 0
- None observed.
Resource templates 0
- None observed.
Prompts 0
- None observed.
Remote endpoints
| Endpoint | Transport | Authentication | Health | Observed |
|---|---|---|---|---|
| No verified remote endpoint is linked. | ||||
McpDocServer MCP Server questions
How do I install McpDocServer MCP Server?
No verified package installation command is available in the retained catalog evidence.
What tools does McpDocServer MCP Server provide?
McpDocServer MCP Server exposed 3 tools during independent protocol observation, including docs_get_doc_detail, docs_list_docs, docs_search_docs.
Is McpDocServer MCP Server secure?
The selected current version does not yet have completed public verification. Unknown does not mean clean or vulnerable.
Explore related MCP server guides
Curated product and capability guides containing this catalog record.