Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| MINERU_API_KEY | Yes | Your MinerU API Bearer token | |
| MINERU_BASE_URL | No | API base URL | https://mineru.net/api/v4 |
| MINERU_DEFAULT_MODEL | No | Default model: pipeline or vlm | pipeline |
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| mineru_parse | Parse a document URL. Returns task_id to check status. |
| mineru_status | Check task progress. Returns download URL when done. |
| mineru_batch | Parse multiple URLs in one batch (max 200). |
| mineru_batch_status | Get batch results. Supports pagination for large batches. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |