Skip to main content
Glama

mcp-pdf2md

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
MINERU_API_KEYYesYour MinerU API key for PDF content extraction
MINERU_API_BASENoMinerU API base URL for taskshttps://mineru.net/api/v4/extract/task
MINERU_BATCH_APINoMinerU API endpoint for batch taskshttps://mineru.net/api/v4/extract/task/batch
MINERU_BATCH_RESULTS_APINoMinerU API endpoint for batch resultshttps://mineru.net/api/v4/extract-results/batch

Schema

Prompts

Interactive templates invoked by user choice

NameDescription
default_promptCreate default tool usage prompt
pdf_promptCreate PDF processing prompt

Resources

Contextual data attached and managed by the client

NameDescription
status://api
help://usage

Tools

Functions exposed to the LLM to take actions

NameDescription
convert_pdf_url
Convert PDF URL to Markdown, supports single URL or URL list Args: url: PDF file URL or URL list, can be separated by spaces, commas, or newlines enable_ocr: Whether to enable OCR (default: True) Returns: dict: Conversion result information
convert_pdf_file
Convert local PDF file to Markdown, supports single file or file list Args: file_path: PDF file local path or path list, can be separated by spaces, commas, or newlines enable_ocr: Whether to enable OCR (default: True) Returns: dict: Conversion result information

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/FutureUnreal/mcp-pdf2md'

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