MCP.so
Sign In

DocReader MCP Tool

@NetMindAI-Open

About DocReader MCP Tool

An MCP server that can read online documents to solve problems accordingly!

Basic information

Category

Other

Runtime

python

Transports

stdio

Publisher

NetMindAI-Open

Config

Add this server to your MCP-compatible client using the configuration below.

{
  "mcpServers": {
    "DocReaderMCP": {
      "command": "python",
      "args": [
        "DocReader.py"
      ]
    }
  }
}

Tools

No tools detected

We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.

Overview

What is DocReader MCP Tool?

DocReader MCP Tool is a document reading and searching tool built on the Model Context Protocol (MCP). It enables LLMs to search, extract, and synthesize information from web-based documentation, assisting AI assistants in answering questions.

How to use DocReader MCP Tool?

Install Python 3.7+, then install dependencies: pip install fastmcp beautifulsoup4 requests openai python-dotenv. Create a .env file

Comments

More Other MCP servers