KosmoKrator

sales

Freshsales MCP, CLI, and Lua Integration for AI Agents

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

7 functions 6 read 1 write API key auth

Freshsales 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
freshsales
route_slug
freshsales
package
freshsales
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

Freshsales MCP Client Matrix

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

Freshsales CLI Matrix

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

Function Catalog

FunctionTypeParametersDescription
freshsales.freshsales_create_contact Write write 4 Create a new contact in Freshsales CRM with name, email, and phone details.
freshsales.freshsales_get_contact Read read 1 Get full details for a specific Freshsales contact by ID.
freshsales.freshsales_get_current_user Read read 0 Get the profile of the currently authenticated Freshsales user. Useful for verifying the API connection.
freshsales.freshsales_get_deal Read read 1 Get full details for a specific Freshsales deal by ID.
freshsales.freshsales_list_accounts Read read 2 List sales accounts (companies) from Freshsales CRM. Returns paginated results.
freshsales.freshsales_list_contacts Read read 4 List contacts from Freshsales CRM. Returns paginated results with optional sorting by field and direction.
freshsales.freshsales_list_deals Read read 2 List deals from Freshsales CRM. Returns paginated results showing deal pipeline information.