sales
Lasso CRM MCP, CLI, and Lua Integration for AI Agents
Lasso CRM integration docs for AI agents: MCP gateway setup, Lasso CRM CLI commands, Lua API reference, credentials, and function schemas.
7 functions 6 read 1 write API token auth
Lasso 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
lasso- route_slug
lasso- package
lasso- auth_strategy
api_tokenAPI 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. Lasso CRM CLIHeadless setup and direct function calls. Lasso CRM 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.
Lasso CRM MCP Client Matrix
Use these pages when a specific agent client or framework needs copy-pasteable MCP setup for Lasso CRM.
Claude Code Lasso CRM MCP setup for Claude Code. Cursor Lasso CRM MCP setup for Cursor. Codex Lasso CRM MCP setup for Codex. OpenAI Agents Lasso CRM MCP setup for OpenAI Agents SDK. Claude Agent SDK Lasso CRM MCP setup for Claude Agent SDK. Vercel AI SDK Lasso CRM MCP setup for Vercel AI SDK. LangChain Lasso CRM MCP setup for LangChain. LangGraph Lasso CRM MCP setup for LangGraph. CrewAI Lasso CRM MCP setup for CrewAI. MCP clients Lasso CRM MCP setup for Generic MCP Clients.
Lasso CRM CLI Matrix
Use these pages for direct Lasso CRM CLI workflows in scripts, CI, cron, and agent wrappers.
CI Lasso CRM CLI for CI. Cron Jobs Lasso CRM CLI for cron jobs. Shell Scripts Lasso CRM CLI for shell scripts. Headless Automation Lasso CRM CLI for headless automation. Coding Agents Lasso CRM CLI for coding agents.
Function Catalog
| Function | Type | Parameters | Description |
|---|---|---|---|
lasso.lasso_list_contacts | Read read | 3 | List contacts (registrants) in Lasso CRM. Optionally filter by project ID or other criteria. Supports pagination. |
lasso.lasso_get_contact | Read read | 1 | Get full details for a single contact (registrant) in Lasso CRM, including emails, phone numbers, and associated information. |
lasso.lasso_create_contact | Write write | 7 | Create a new contact (registrant) in Lasso CRM. Provide at least a first name or last name, and optionally email, phone, and other details. |
lasso.lasso_list_deals | Read read | 4 | List deals (sales) in Lasso CRM. Optionally filter by project ID or status. Supports pagination. |
lasso.lasso_get_deal | Read read | 1 | Get full details for a single deal (sale) in Lasso CRM, including pricing, unit details, and associated contacts. |
lasso.lasso_list_inventory | Read read | 4 | List available inventory (units/lots) in Lasso CRM. Optionally filter by project ID or status. Supports pagination. |
lasso.lasso_get_current_user | Read read | 0 | Get the profile of the currently authenticated Lasso CRM user — name, email, organization, and other account details. |