KosmoKrator

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_token API token
cli_setup_supported
true
cli_runtime_supported
true
mcp_gateway_supported
true
lua_supported
true
supports_multi_account
true

Quick Links

Lasso CRM MCP Client Matrix

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

Lasso CRM CLI Matrix

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

Function Catalog

FunctionTypeParametersDescription
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.