Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
MINERU_API_KEY | Yes | Your MinerU API key for PDF content extraction | |
MINERU_API_BASE | No | MinerU API base URL for tasks | https://mineru.net/api/v4/extract/task |
MINERU_BATCH_API | No | MinerU API endpoint for batch tasks | https://mineru.net/api/v4/extract/task/batch |
MINERU_BATCH_RESULTS_API | No | MinerU API endpoint for batch results | https://mineru.net/api/v4/extract-results/batch |
Schema
Prompts
Interactive templates invoked by user choice
Name | Description |
---|---|
default_prompt | Create default tool usage prompt |
pdf_prompt | Create PDF processing prompt |
Resources
Contextual data attached and managed by the client
Name | Description |
---|---|
status://api | |
help://usage |
Tools
Functions exposed to the LLM to take actions
Name | Description |
---|---|
convert_pdf_url | |
convert_pdf_file |