← DocsFetcher MCP Server

DocsFetcher MCP Server 1.0.0

npm · @cdugo/docs-fetcher-mcp · current release

4
Tools
0
Resources
0
Templates
2
Prompts

Observation

Observed 2026-08-17T16:16:18.411Z using mcpSecurity-inventory. Status: succeeded. Negotiated protocol: 2025-06-18.

Server capabilities
{
  "prompts": {
    "listChanged": true
  },
  "tools": {
    "listChanged": true
  }
}

Tools 4

ToolCategoryAnnotationsRisk
fetch-library-docs
Input schema
{
  "type": "object",
  "properties": {
    "library": {
      "type": "string",
      "description": "Name of the package or URL of the library documentation to fetch"
    },
    "language": {
      "type": "string",
      "description": "Programming language or repository type if providing a package name (e.g., javascript, python, java, dotnet)"
    }
  },
  "required": [
    "library"
  ],
  "additionalProperties": false,
  "$schema": "http://json-schema.org/draft-07/schema#"
}
— · —
fetch-multilingual-docs
Input schema
{
  "type": "object",
  "properties": {
    "packageName": {
      "type": "string",
      "description": "Name of the package to fetch documentation for"
    },
    "languages": {
      "type": "array",
      "items": {
        "type": "string"
      },
      "description": "List of programming languages or repository types to check (e.g., javascript, python, java)"
    }
  },
  "required": [
    "packageName",
    "languages"
  ],
  "additionalProperties": false,
  "$schema": "http://json-schema.org/draft-07/schema#"
}
— · —
fetch-package-docs
Input schema
{
  "type": "object",
  "properties": {
    "packageName": {
      "type": "string",
      "description": "Name of the package to fetch documentation for"
    },
    "language": {
      "type": "string",
      "description": "Programming language or repository type (e.g., javascript, python, java, dotnet)"
    }
  },
  "required": [
    "packageName"
  ],
  "additionalProperties": false,
  "$schema": "http://json-schema.org/draft-07/schema#"
}
— · —
fetch-url-docs
Input schema
{
  "type": "object",
  "properties": {
    "url": {
      "type": "string",
      "format": "uri",
      "description": "URL of the library documentation to fetch"
    }
  },
  "required": [
    "url"
  ],
  "additionalProperties": false,
  "$schema": "http://json-schema.org/draft-07/schema#"
}
— · —

Resources 0

Resource templates 0

Prompts 2

Let’s talk about MCP security.

Share your details and our security team will contact you.