KosmoKrator

sales

Freshworks CRM MCP, CLI, and Lua Integration for AI Agents

Freshworks CRM integration docs for AI agents: MCP gateway setup, Freshworks CRM CLI commands, Lua API reference, credentials, and function schemas.

7 functions 6 read 1 write API key auth

Freshworks CRM 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
freshworks_crm
route_slug
freshworks-crm
package
freshworks-crm
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

Freshworks CRM MCP Client Matrix

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

Freshworks CRM CLI Matrix

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

Function Catalog

FunctionTypeParametersDescription
freshworks_crm.freshworks_crm_list_contacts Read read 2 List contacts in Freshworks CRM. Returns paginated results with contact details including name, email, phone, and company.
freshworks_crm.freshworks_crm_get_contact Read read 1 Get a single contact from Freshworks CRM by ID. Returns full contact details including custom fields.
freshworks_crm.freshworks_crm_create_contact Write write 4 Create a new contact in Freshworks CRM. Provide at least a first name or last name. Email and mobile number are optional.
freshworks_crm.freshworks_crm_list_deals Read read 3 List deals in Freshworks CRM. Returns paginated results with deal details. Optionally filter by deal stage.
freshworks_crm.freshworks_crm_get_deal Read read 1 Get a single deal from Freshworks CRM by ID. Returns full deal details including amount, stage, associated contacts, and custom fields.
freshworks_crm.freshworks_crm_list_accounts Read read 2 List sales accounts in Freshworks CRM. Returns paginated results with account details including name, domain, and industry.
freshworks_crm.freshworks_crm_get_current_user Read read 0 Get the currently authenticated Freshworks CRM user. Useful for verifying credentials and understanding whose context the agent is operating in.