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_keyAPI key- cli_setup_supported
true- cli_runtime_supported
true- mcp_gateway_supported
true- lua_supported
true- supports_multi_account
true
Quick Links
Lua APIAgent-facing namespace and function reference. Mindee CLIHeadless setup and direct function calls. Mindee MCPMCP gateway setup for external clients. Submit feedbackReport missing tools, auth problems, wrong docs, or runtime issues. ContributeAdd tools or improve metadata in the integrations repo.
Mindee MCP Client Matrix
Use these pages when a specific agent client or framework needs copy-pasteable MCP setup for Mindee.
Claude Code Mindee MCP setup for Claude Code. Cursor Mindee MCP setup for Cursor. Codex Mindee MCP setup for Codex. OpenAI Agents Mindee MCP setup for OpenAI Agents SDK. Claude Agent SDK Mindee MCP setup for Claude Agent SDK. Vercel AI SDK Mindee MCP setup for Vercel AI SDK. LangChain Mindee MCP setup for LangChain. LangGraph Mindee MCP setup for LangGraph. CrewAI Mindee MCP setup for CrewAI. MCP clients Mindee MCP setup for Generic MCP Clients.
Mindee CLI Matrix
Use these pages for direct Mindee CLI workflows in scripts, CI, cron, and agent wrappers.
CI Mindee CLI for CI. Cron Jobs Mindee CLI for cron jobs. Shell Scripts Mindee CLI for shell scripts. Headless Automation Mindee CLI for headless automation. Coding Agents Mindee CLI for coding agents.
Function Catalog
| Function | Type | Parameters | Description |
|---|---|---|---|
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. |