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_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. Zendesk Sell CLIHeadless setup and direct function calls. Zendesk Sell 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.
Zendesk Sell MCP Client Matrix
Use these pages when a specific agent client or framework needs copy-pasteable MCP setup for Zendesk Sell.
Claude Code Zendesk Sell MCP setup for Claude Code. Cursor Zendesk Sell MCP setup for Cursor. Codex Zendesk Sell MCP setup for Codex. OpenAI Agents Zendesk Sell MCP setup for OpenAI Agents SDK. Claude Agent SDK Zendesk Sell MCP setup for Claude Agent SDK. Vercel AI SDK Zendesk Sell MCP setup for Vercel AI SDK. LangChain Zendesk Sell MCP setup for LangChain. LangGraph Zendesk Sell MCP setup for LangGraph. CrewAI Zendesk Sell MCP setup for CrewAI. MCP clients Zendesk Sell MCP setup for Generic MCP Clients.
Zendesk Sell CLI Matrix
Use these pages for direct Zendesk Sell CLI workflows in scripts, CI, cron, and agent wrappers.
CI Zendesk Sell CLI for CI. Cron Jobs Zendesk Sell CLI for cron jobs. Shell Scripts Zendesk Sell CLI for shell scripts. Headless Automation Zendesk Sell CLI for headless automation. Coding Agents Zendesk Sell CLI for coding agents.
Function Catalog
| Function | Type | Parameters | Description |
|---|---|---|---|
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. |