DocsFetcher MCP Server

fetch-url-docs

Input Schema

NameRequiredDescriptionDefault
urlYesURL of the library documentation to fetch

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "url": { "description": "URL of the library documentation to fetch", "format": "uri", "type": "string" } }, "required": [ "url" ], "type": "object" }