mcp-doc

esakrissa/mcp-doc

3.2

If you are the rightful owner of mcp-doc and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

A customized version of the MCP documentation server that enables integration between LLM applications and documentation sources via the Model Context Protocol.

Tools

Functions exposed to the LLM to take actions

list_doc_sources

List all available documentation sources.

This is the first tool you should call in the documentation workflow. It provides URLs to llms.txt files or local file paths that the user has made available.

Returns: A string containing a formatted list of documentation sources with their URLs or file paths

fetch_docs

Fetch and parse documentation from a given URL or local file.

Use this tool after list_doc_sources to:

  1. First fetch the llms.txt file from a documentation source
  2. Analyze the URLs listed in the llms.txt file
  3. Then fetch specific documentation pages relevant to the user's question

Args: url: The URL to fetch documentation from.

Returns: The fetched documentation content converted to markdown, or an error message if the request fails or the URL is not from an allowed domain.

Prompts

Interactive templates invoked by user choice

No prompts

Resources

Contextual data attached and managed by the client

No resources