productivity
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.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.
Agent Surfaces
Machine-Readable Metadata
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. |