communication
Front MCP, CLI, and Lua Integration for AI Agents
Front integration docs for AI agents: MCP gateway setup, Front CLI commands, Lua API reference, credentials, and function schemas.
7 functions 6 read 1 write Bearer token auth
Front 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
front- route_slug
front- package
front- auth_strategy
bearer_tokenBearer token- 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. Front CLIHeadless setup and direct function calls. Front 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.
Front MCP Client Matrix
Use these pages when a specific agent client or framework needs copy-pasteable MCP setup for Front.
Claude Code Front MCP setup for Claude Code. Cursor Front MCP setup for Cursor. Codex Front MCP setup for Codex. OpenAI Agents Front MCP setup for OpenAI Agents SDK. Claude Agent SDK Front MCP setup for Claude Agent SDK. Vercel AI SDK Front MCP setup for Vercel AI SDK. LangChain Front MCP setup for LangChain. LangGraph Front MCP setup for LangGraph. CrewAI Front MCP setup for CrewAI. MCP clients Front MCP setup for Generic MCP Clients.
Front CLI Matrix
Use these pages for direct Front CLI workflows in scripts, CI, cron, and agent wrappers.
CI Front CLI for CI. Cron Jobs Front CLI for cron jobs. Shell Scripts Front CLI for shell scripts. Headless Automation Front CLI for headless automation. Coding Agents Front CLI for coding agents.
Function Catalog
| Function | Type | Parameters | Description |
|---|---|---|---|
front.front_get_contact | Read read | 1 | Get details of a specific Front contact by ID, including name, emails, phone numbers, and custom fields. |
front.front_get_conversation | Read read | 1 | Get details of a specific Front conversation by ID, including subject, participants, status, tags, and metadata. |
front.front_get_current_user | Read read | 0 | Get the profile of the currently authenticated Front user. Returns name, email, and account details. |
front.front_list_contacts | Read read | 3 | List and search contacts in Front. Search by name, email, or other identifiers. Returns paginated contact details. |
front.front_list_conversations | Read read | 4 | List and search conversations in Front. Filter by status or search by keyword. Returns paginated results with conversation IDs, subjects, and metadata. |
front.front_list_messages | Read read | 3 | List all messages in a Front conversation. Returns paginated message details including sender, body, and timestamps. |
front.front_send_message | Write write | 5 | Send a reply message to an existing Front conversation. Supports HTML and plain-text bodies, and explicit TO/CC recipients. |