Document Tools
Herramientas de Documentos
Un paquete de Python que implementa una variedad de herramientas relacionadas con documentos para convertir y procesar formatos de documentos. Estas herramientas se exponen a través de una interfaz de servidor MCP para una integración perfecta con asistentes de IA.
Configuración
# Create a virtual env and activate it
uv venv
source .venv/bin/activate
# Install the package in development mode
uv pip install -e .Related MCP server: MCP Document Reader
Ejecución
# Start the MCP server
uv run main.pyPruebas
# Run all tests
uv run pytestDesarrollo
Definiciones de Herramientas
Las herramientas se definen como funciones de Python y se registran con el servidor MCP:
mcp.tool()(my_function)Las descripciones de las herramientas deben:
Comenzar con un resumen de una línea
Proporcionar una explicación detallada de la funcionalidad
Explicar cuándo usar (y no usar) la herramienta
Incluir ejemplos de uso con entrada/salida esperada
Usa Field de pydantic para las descripciones de parámetros:
from pydantic import Field
def my_tool(
param1: str = Field(description="Detailed description of this parameter"),
param2: int = Field(description="Explain what this parameter does")
) -> ReturnType:
"""Comprehensive docstring here"""
# ImplementationThis server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityDmaintenanceAn MCP server that uses the Docling toolkit to convert various document formats, including PDFs, Office files, images, and audio, into clean Markdown for AI processing. It supports multiple processing pipelines like VLM and ASR with intelligent auto-detection and job queue management.2MIT
- AlicenseAqualityFmaintenanceA multi-format MCP server that enables reading and generating Office, PDF, text, EPUB, and presentation documents. It provides unified tools for document processing and creation through AI assistants.410MIT
- Flicense-qualityCmaintenanceEnables document conversion and processing through an MCP server interface for AI assistants.
- Alicense-qualityBmaintenanceMCP server that extracts clean text, tables, and structured data from documents, images, code, and audio files, supporting 97 formats with OCR, transcription, and code intelligence.MIT
Related MCP Connectors
OCR, transcription, file extraction, and image generation for AI agents via MCP.
MCP server for Wan AI video generation
MCP server for AI dialogue using various LLM models via AceDataCloud
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/File1979/mcp-document-tools'
If you have feedback or need assistance with the MCP directory API, please join our Discord server