KosmoKrator

documents

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.

5 functions 1 read 4 write API key auth

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.

Machine-Readable Metadata
integration_slug
mindee
route_slug
mindee
package
mindee
auth_strategy
api_key API key
cli_setup_supported
true
cli_runtime_supported
true
mcp_gateway_supported
true
lua_supported
true
supports_multi_account
true

Quick Links

Mindee MCP Client Matrix

Use these pages when a specific agent client or framework needs copy-pasteable MCP setup for Mindee.

Mindee CLI Matrix

Use these pages for direct Mindee CLI workflows in scripts, CI, cron, and agent wrappers.

Function Catalog

FunctionTypeParametersDescription
mindee.mindee_parse_invoice Write write 2 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 2 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 2 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 3 Parse a document using a custom Mindee API endpoint. Requires an endpoint_id from your custom model trained in the Mindee API builder.
mindee.mindee_get_current_user Read read 0 Get the current authenticated Mindee user's account information — useful for verifying credentials and connection.