KosmoKrator

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_token Bearer token
cli_setup_supported
true
cli_runtime_supported
true
mcp_gateway_supported
true
lua_supported
true
supports_multi_account
true

Quick Links

Front MCP Client Matrix

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

Front CLI Matrix

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

Function Catalog

FunctionTypeParametersDescription
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.