Skip to main content
Glama

DocsFetcher MCP Server

by cdugo

fetch-url-docs

Fetch and extract detailed package documentation from URLs across multiple programming language ecosystems for LLMs like Claude, without requiring API keys.

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" }
Install Server

Other Tools from DocsFetcher MCP Server

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/cdugo/package-documentation-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server