data
Mindee MCP, CLI, and Lua Integration for AI Agents
Mindee integration docs for AI agents: MCP gateway setup, Mindee CLI commands, Lua API reference, credentials, and function schemas.Mindee for agents
Credentials can be configured manually in web or CLI hosts.
Use this integration from Lua code mode, the headless integrations CLI, or the KosmoKrator MCP gateway. The same package metadata powers all three surfaces.
Agent Surfaces
Machine-Readable Metadata
Function Catalog
| Function | Type | Parameters | Description |
|---|---|---|---|
mindee.mindee_predict_document | Write write | 6 | Parse a document synchronously with any Mindee product endpoint using account, api_name, and api_version. |
mindee.mindee_predict_document_async | Write write | 6 | Send a document to a Mindee asynchronous prediction endpoint and return the queued job response. |
mindee.mindee_get_async_prediction | Read read | 4 | Retrieve a Mindee asynchronous prediction job status, or the completed document redirect when the job has finished. |
mindee.mindee_parse_invoice | Write write | 3 | Parse an invoice document (PDF or image) and extract structured data including supplier, line items, totals, dates, and tax details. |
mindee.mindee_parse_receipt | Write write | 3 | Parse an expense receipt (PDF or image) and extract structured data including merchant, line items, totals, dates, and category. |
mindee.mindee_parse_passport | Write write | 3 | Parse a passport document (PDF or image) and extract structured data including full name, date of birth, nationality, passport number, and expiry date. |
mindee.mindee_parse_custom | Write write | 4 | Parse a document using a custom Mindee API endpoint. Requires an endpoint_id from your custom model trained in the Mindee API builder. |