Metadata-Version: 2.4
Name: mcp-server-mineru-bach
Version: 0.1.3
Summary: A MCP server for Mineru document analysis
Author-email: bachstudio <bachstudio@example.com>
Keywords: ai,mcp,mineru
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.10
Requires-Dist: mcp[cli]
Requires-Dist: requests
Description-Content-Type: text/markdown

# mcp-server-mineru-bach

A Model Context Protocol (MCP) server for Mineru document analysis.

## Configuration

This server requires the following environment variables:

- `MINERU_TOKEN`: Your Mineru API token.
- `MINERU_BASE_URL`: (Optional) Mineru API base URL, defaults to `https://api.mineru.net/v1`.

## Usage

Run with `uvx`:

```bash
uvx mcp-server-mineru-bach
```

## Tools

### analyze_document_mineru

Analyzes a document using Mineru and returns the content.

- `file_url`: URL of the file to analyze.
- `output_type`: "json" (structured) or "fullmd" (markdown).
