KosmoKrator

sales

Zendesk Sell MCP, CLI, and Lua Integration for AI Agents

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

7 functions 6 read 1 write Bearer token auth

Zendesk Sell 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
zendesk-sell
route_slug
zendesk-sell
package
zendesk-sell
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

Zendesk Sell MCP Client Matrix

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

Zendesk Sell CLI Matrix

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

Function Catalog

FunctionTypeParametersDescription
zendesk-sell.zendesk_sell_list_contacts Read read 3 List contacts in Zendesk Sell. Returns paginated results sorted by the specified field. Use this to browse, search, or export contacts from the CRM.
zendesk-sell.zendesk_sell_get_contact Read read 1 Get full details of a specific contact in Zendesk Sell by its ID. Returns all contact fields including email, phone, organization, and custom fields.
zendesk-sell.zendesk_sell_create_contact Write write 4 Create a new contact in Zendesk Sell. Provide at least a first name and last name. Optionally include email and organization ID to associate the contact with an existing organization.
zendesk-sell.zendesk_sell_list_deals Read read 3 List deals in Zendesk Sell. Optionally filter by status (open, won, lost, abandoned). Returns paginated results.
zendesk-sell.zendesk_sell_get_deal Read read 1 Get full details of a specific deal in Zendesk Sell by its ID. Returns deal value, status, associated contact and organization, pipeline stage, and custom fields.
zendesk-sell.zendesk_sell_list_leads Read read 2 List leads in Zendesk Sell. Returns paginated results with lead details including contact info, status, and source.
zendesk-sell.zendesk_sell_get_current_user Read read 0 Get the profile of the currently authenticated Zendesk Sell user. Use this to verify credentials and identify the connected account.