Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, email [email protected] and we’ll put it right.

io.github.leonardomso/luca-mcp

NPM · @SETLUCA/MCP · SCANNED AUG 3

Work your Luca workspace from any MCP client: 67 tools for leads, conversations, and campaigns.

Available components

+16 this week 60 Trust /100
Trust breakdown (6 categories)

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score →

Supply Chain Security87
  • No malware found by supply-chain analysis.Pass
  • Only part of the dependency tree could be resolved (98 of 102), so this covers what we could see, not the whole tree.Partial
  • No install/post-install scripts declared.Pass
  • Only part of the dependency tree could be resolved (98 of 102), so this covers what we could see, not the whole tree. View diagnostics → Partial
Provenance & Transparency19
  • Repository check failed: the declared repository URL returned HTTP 404. See how to fix → View diagnostics → Fail
  • Provenance check failed: no build-provenance attestation is published. See how to fix → View diagnostics → Fail
  • Clear OSI-approved license (Apache-2.0).Pass
  • Actively maintained (last published 23 days ago).Pass
  • Security-disclosure policy not yet verified: we couldn't inspect the source repository.Unverified
Schema Quality & AI Usability79
  • 100% of prompts and resources have a non-trivial description (not blank, and not just the item's name).Pass
  • AI-judged instruction clarity (good).Pass
  • Context-footprint check failed: tool/resource definitions use about 10291 tokens (~147/item across 70 items; 67 tools + 3 resources), over budget; trim descriptions and params. See how to fix → Fail
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management0
  • Stability not yet verified: not enough scan history yet (needs a 30-day window).Unverified
Tool Coverage92
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 70% of tool parameters carry a description.Partial
  • Structured output schemas are declared (100% of tools); any adoption earns full credit.Pass
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass

Unverified: 1 category

A category scored 0 because we could not verify it: a data source with nothing on this package, evidence we could not reach, or a check we could not run. We only credit what we can confirm.

Install

Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.

npm · @setluca/mcp

# add to Claude Code
claude mcp add leonardomso-luca-mcp -- npx -y @setluca/mcp
# add to Codex CLI
codex mcp add leonardomso-luca-mcp -- npx -y @setluca/mcp
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "leonardomso-luca-mcp": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "@setluca/mcp"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add leonardomso-luca-mcp --command npx --arg -y --arg @setluca/mcp
# ~/.hermes/config.yaml
mcp_servers:
  leonardomso-luca-mcp:
    command: "npx"
    args: ["-y", "@setluca/mcp"]
// mcp.json
{
  "mcpServers": {
    "leonardomso-luca-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@setluca/mcp"
      ]
    }
  }
}
Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 2 Aug 26 +41
    • Provenance: unverified → fail security
    • Known CVEs: unverified → partial security
    • Install scripts: unverified → pass security
    • Malware scan: unverified → pass security
    • Stability: Stability not yet verified: not enough scan history yet (needs a 30-day window). security
    • Schema quality: unverified → good functional
    • Maintenance: unverified → pass functional
    • Dependency health: unverified → partial functional
    • License: unverified → pass functional
    • MCP protocol: unverified → pass functional
    • Licence: Apache-2.0 functional
  • 1 Aug 26 +19
    • Schema quality: unverified → 100 functional
    • Tool coverage: unverified → 100 functional
  • 31 Jul 26 −19
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 30 Jul 26 −25
    • Tool coverage: 100 → unverified functional
    • Schema quality: 100 → unverified functional
    • Dependency health: unverified → partial functional
  • 27 Jul 26 44

    First indexed and scored.

Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 3 Aug 2026 · Analysed npm/@setluca/[email protected]

Provenance none

Ecosystem: npm · Outcome: none

Dependencies 98 packages

98 packages in the resolved dependency tree · 98 deprecated · 29 stale.

The dependency tree was only partially resolved, so these counts may be incomplete.

MCP tools — 67 exposed · ~10,201 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability.

Tool Tokens
luca_bookings_cancel ~144

Cancel a booking. Luca operation: DELETE /api/bookings/{id} Required scopes: bookings:write Required capability: draft; data sensitivity: redacted Requires Idempotency-Key. Provide idempotencyKey for safe retries, or the server will generate one. Use workspaceId or workspaceSlug to override the default workspace configured by environment.

NameTypeReqDescription
idstringyes
idempotencyKeystringStable key for safe retries. If omitted, the MCP server generates a unique key for this call.
workspaceIdstringOptional Luca workspace id override.
workspaceSlugstringOptional Luca workspace slug override.
NameTypeReqDescription
resultobjectyes

No examples provided.

luca_bookings_create ~153

Create a provider-neutral booking record. Body requires leadId and slotAt. Luca operation: POST /api/bookings Required scopes: bookings:write Required capability: draft; data sensitivity: redacted Requires Idempotency-Key. Provide idempotencyKey for safe retries, or the server will generate one. Use workspaceId or workspaceSlug to override the default workspace configured by environment.

NameTypeReqDescription
bodyobjectyes
idempotencyKeystringStable key for safe retries. If omitted, the MCP server generates a unique key for this call.
workspaceIdstringOptional Luca workspace id override.
workspaceSlugstringOptional Luca workspace slug override.
NameTypeReqDescription
resultobjectyes

No examples provided.

luca_bookings_list ~150

List bookings. Query supports limit, cursor, status, and upcoming. Luca operation: GET /api/bookings Required scopes: bookings:read Required capability: read; data sensitivity: redacted Does not require idempotency. Use workspaceId or workspaceSlug to override the default workspace configured by environment.

NameTypeReqDescription
maxPagesintegerMax pages the server auto-fetches and merges (default 10, hard cap 50). If more remain, the result is marked truncated with a nextCursor to continue.
queryobject
workspaceIdstringOptional Luca workspace id override.
workspaceSlugstringOptional Luca workspace slug override.
NameTypeReqDescription
resultobjectyes

No examples provided.

luca_bookings_update ~154

Reschedule or update booking status. Luca operation: PATCH /api/bookings/{id} Required scopes: bookings:write Required capability: draft; data sensitivity: redacted Requires Idempotency-Key. Provide idempotencyKey for safe retries, or the server will generate one. Use workspaceId or workspaceSlug to override the default workspace configured by environment.

NameTypeReqDescription
bodyobjectyes
idstringyes
idempotencyKeystringStable key for safe retries. If omitted, the MCP server generates a unique key for this call.
workspaceIdstringOptional Luca workspace id override.
workspaceSlugstringOptional Luca workspace slug override.
NameTypeReqDescription
resultobjectyes

No examples provided.

luca_broadcasts_approve ~155

Approve a safe broadcast draft and snapshot recipients. Luca operation: POST /api/broadcasts/{id}/approve Required scopes: broadcasts:write Required capability: draft; data sensitivity: redacted Requires Idempotency-Key. Provide idempotencyKey for safe retries, or the server will generate one. Use workspaceId or workspaceSlug to override the default workspace configured by environment.

NameTypeReqDescription
idstringyes
idempotencyKeystringStable key for safe retries. If omitted, the MCP server generates a unique key for this call.
workspaceIdstringOptional Luca workspace id override.
workspaceSlugstringOptional Luca workspace slug override.
NameTypeReqDescription
resultobjectyes

No examples provided.

luca_broadcasts_cancel ~165

Cancel a draft, approved, running, paused, or failed broadcast. Luca operation: POST /api/broadcasts/{id}/cancel Required scopes: broadcasts:write Required capability: draft; data sensitivity: redacted Requires Idempotency-Key. Provide idempotencyKey for safe retries, or the server will generate one. Use workspaceId or workspaceSlug to override the default workspace configured by environment.

NameTypeReqDescription
bodyobjectyes
idstringyes
idempotencyKeystringStable key for safe retries. If omitted, the MCP server generates a unique key for this call.
workspaceIdstringOptional Luca workspace id override.
workspaceSlugstringOptional Luca workspace slug override.
NameTypeReqDescription
resultobjectyes

No examples provided.

luca_broadcasts_create ~152

Create a broadcast draft. Body requires campaignId and name. Luca operation: POST /api/broadcasts Required scopes: broadcasts:write Required capability: draft; data sensitivity: redacted Requires Idempotency-Key. Provide idempotencyKey for safe retries, or the server will generate one. Use workspaceId or workspaceSlug to override the default workspace configured by environment.

NameTypeReqDescription
bodyobjectyes
idempotencyKeystringStable key for safe retries. If omitted, the MCP server generates a unique key for this call.
workspaceIdstringOptional Luca workspace id override.
workspaceSlugstringOptional Luca workspace slug override.
NameTypeReqDescription
resultobjectyes

No examples provided.

luca_broadcasts_get ~102

Get broadcast detail. Luca operation: GET /api/broadcasts/{id} Required scopes: broadcasts:read Required capability: read; data sensitivity: redacted Does not require idempotency. Use workspaceId or workspaceSlug to override the default workspace configured by environment.

NameTypeReqDescription
idstringyes
workspaceIdstringOptional Luca workspace id override.
workspaceSlugstringOptional Luca workspace slug override.
NameTypeReqDescription
resultobjectyes

No examples provided.

luca_broadcasts_launch ~220

Launch an approved broadcast. Sends messages to live leads. Luca operation: POST /api/broadcasts/{id}/launch Required scopes: broadcasts:write Required capability: queue_ops; data sensitivity: redacted Requires Idempotency-Key. Provide idempotencyKey for safe retries, or the server will generate one. Destructive: has a real-world side effect. You must pass confirm: true; the call is rejected without it. Use workspaceId or workspaceSlug to override the default workspace configured by environment.

NameTypeReqDescription
confirmbooleanThis tool has a real-world side effect (sends messages or re-triggers downstream automations). Pass confirm: true to proceed; the call is rejected without it.
idstringyes
idempotencyKeystringStable key for safe retries. If omitted, the MCP server generates a unique key for this call.
workspaceIdstringOptional Luca workspace id override.
workspaceSlugstringOptional Luca workspace slug override.
NameTypeReqDescription
resultobjectyes

No examples provided.

luca_broadcasts_list ~150

List broadcasts. Query supports limit, cursor, and status. Luca operation: GET /api/broadcasts Required scopes: broadcasts:read Required capability: read; data sensitivity: redacted Does not require idempotency. Use workspaceId or workspaceSlug to override the default workspace configured by environment.

NameTypeReqDescription
maxPagesintegerMax pages the server auto-fetches and merges (default 10, hard cap 50). If more remain, the result is marked truncated with a nextCursor to continue.
queryobject
workspaceIdstringOptional Luca workspace id override.
workspaceSlugstringOptional Luca workspace slug override.
NameTypeReqDescription
resultobjectyes

No examples provided.

luca_broadcasts_pause ~161

Pause a running broadcast with an optional operator reason. Luca operation: POST /api/broadcasts/{id}/pause Required scopes: broadcasts:write Required capability: draft; data sensitivity: redacted Requires Idempotency-Key. Provide idempotencyKey for safe retries, or the server will generate one. Use workspaceId or workspaceSlug to override the default workspace configured by environment.

NameTypeReqDescription
bodyobjectyes
idstringyes
idempotencyKeystringStable key for safe retries. If omitted, the MCP server generates a unique key for this call.
workspaceIdstringOptional Luca workspace id override.
workspaceSlugstringOptional Luca workspace slug override.
NameTypeReqDescription
resultobjectyes

No examples provided.

luca_broadcasts_preview ~159

Refresh broadcast recipient and sample-message preview. Luca operation: POST /api/broadcasts/{id}/preview Required scopes: broadcasts:write Required capability: draft; data sensitivity: redacted Requires Idempotency-Key. Provide idempotencyKey for safe retries, or the server will generate one. Use workspaceId or workspaceSlug to override the default workspace configured by environment.

NameTypeReqDescription
bodyobjectyes
idstringyes
idempotencyKeystringStable key for safe retries. If omitted, the MCP server generates a unique key for this call.
workspaceIdstringOptional Luca workspace id override.
workspaceSlugstringOptional Luca workspace slug override.
NameTypeReqDescription
resultobjectyes

No examples provided.

luca_broadcasts_retry ~231

Retry failed broadcast recipients after operator review. Re-sends messages to leads. Luca operation: POST /api/broadcasts/{id}/retry Required scopes: broadcasts:write Required capability: queue_ops; data sensitivity: redacted Requires Idempotency-Key. Provide idempotencyKey for safe retries, or the server will generate one. Destructive: has a real-world side effect. You must pass confirm: true; the call is rejected without it. Use workspaceId or workspaceSlug to override the default workspace configured by environment.

NameTypeReqDescription
bodyobjectyes
confirmbooleanThis tool has a real-world side effect (sends messages or re-triggers downstream automations). Pass confirm: true to proceed; the call is rejected without it.
idstringyes
idempotencyKeystringStable key for safe retries. If omitted, the MCP server generates a unique key for this call.
workspaceIdstringOptional Luca workspace id override.
workspaceSlugstringOptional Luca workspace slug override.
NameTypeReqDescription
resultobjectyes

No examples provided.

luca_campaigns_analytics ~114

Read campaign attribution and performance analytics. Luca operation: GET /api/campaigns/{id}/analytics Required scopes: analytics:read Required capability: read; data sensitivity: redacted Does not require idempotency. Use workspaceId or workspaceSlug to override the default workspace configured by environment.

NameTypeReqDescription
idstringyes
queryobject
workspaceIdstringOptional Luca workspace id override.
workspaceSlugstringOptional Luca workspace slug override.
NameTypeReqDescription
resultobjectyes

No examples provided.

luca_campaigns_commentEvents_list ~155

List matched, suppressed, blocked, and replayed comment automation events. Luca operation: GET /api/campaigns/comment-events Required scopes: campaigns:read Required capability: read; data sensitivity: full_content Does not require idempotency. Use workspaceId or workspaceSlug to override the default workspace configured by environment.

NameTypeReqDescription
maxPagesintegerMax pages the server auto-fetches and merges (default 10, hard cap 50). If more remain, the result is marked truncated with a nextCursor to continue.
queryobject
workspaceIdstringOptional Luca workspace id override.
workspaceSlugstringOptional Luca workspace slug override.
NameTypeReqDescription
provenanceobject
resultobjectyes

No examples provided.

luca_campaigns_create ~152

Create a campaign draft. Body requires name and may include graph. Luca operation: POST /api/campaigns Required scopes: campaigns:write Required capability: draft; data sensitivity: redacted Requires Idempotency-Key. Provide idempotencyKey for safe retries, or the server will generate one. Use workspaceId or workspaceSlug to override the default workspace configured by environment.

NameTypeReqDescription
bodyobjectyes
idempotencyKeystringStable key for safe retries. If omitted, the MCP server generates a unique key for this call.
workspaceIdstringOptional Luca workspace id override.
workspaceSlugstringOptional Luca workspace slug override.
NameTypeReqDescription
resultobjectyes

No examples provided.

luca_campaigns_draft_update ~158

Autosave a campaign draft. Luca operation: PATCH /api/campaigns/{id}/draft Required scopes: campaigns:write Required capability: draft; data sensitivity: redacted Requires Idempotency-Key. Provide idempotencyKey for safe retries, or the server will generate one. Use workspaceId or workspaceSlug to override the default workspace configured by environment.

NameTypeReqDescription
bodyobjectyes
idstringyes
idempotencyKeystringStable key for safe retries. If omitted, the MCP server generates a unique key for this call.
workspaceIdstringOptional Luca workspace id override.
workspaceSlugstringOptional Luca workspace slug override.
NameTypeReqDescription
resultobjectyes

No examples provided.

luca_campaigns_enroll ~240

Enroll a lead in the latest published campaign version. Triggers the live campaign's automation for that lead. Luca operation: POST /api/campaigns/{id}/enrollments Required scopes: campaigns:write Required capability: queue_ops; data sensitivity: redacted Requires Idempotency-Key. Provide idempotencyKey for safe retries, or the server will generate one. Destructive: has a real-world side effect. You must pass confirm: true; the call is rejected without it. Use workspaceId or workspaceSlug to override the default workspace configured by environment.

NameTypeReqDescription
bodyobjectyes
confirmbooleanThis tool has a real-world side effect (sends messages or re-triggers downstream automations). Pass confirm: true to proceed; the call is rejected without it.
idstringyes
idempotencyKeystringStable key for safe retries. If omitted, the MCP server generates a unique key for this call.
workspaceIdstringOptional Luca workspace id override.
workspaceSlugstringOptional Luca workspace slug override.
NameTypeReqDescription
resultyes

No examples provided.

luca_campaigns_enrollments_list ~151

List campaign enrollments. Luca operation: GET /api/campaigns/{id}/enrollments Required scopes: campaigns:read Required capability: read; data sensitivity: redacted Does not require idempotency. Use workspaceId or workspaceSlug to override the default workspace configured by environment.

NameTypeReqDescription
idstringyes
maxPagesintegerMax pages the server auto-fetches and merges (default 10, hard cap 50). If more remain, the result is marked truncated with a nextCursor to continue.
workspaceIdstringOptional Luca workspace id override.
workspaceSlugstringOptional Luca workspace slug override.
NameTypeReqDescription
resultobjectyes

No examples provided.

luca_campaigns_generate ~153

Generate a safe AI campaign plan without creating or publishing it. Luca operation: POST /api/campaigns/generate Required scopes: campaigns:write Required capability: draft; data sensitivity: redacted Requires Idempotency-Key. Provide idempotencyKey for safe retries, or the server will generate one. Use workspaceId or workspaceSlug to override the default workspace configured by environment.

NameTypeReqDescription
bodyobjectyes
idempotencyKeystringStable key for safe retries. If omitted, the MCP server generates a unique key for this call.
workspaceIdstringOptional Luca workspace id override.
workspaceSlugstringOptional Luca workspace slug override.
NameTypeReqDescription
resultobjectyes

No examples provided.

luca_campaigns_get ~105

Get campaign draft and latest published version. Luca operation: GET /api/campaigns/{id} Required scopes: campaigns:read Required capability: read; data sensitivity: redacted Does not require idempotency. Use workspaceId or workspaceSlug to override the default workspace configured by environment.

NameTypeReqDescription
idstringyes
workspaceIdstringOptional Luca workspace id override.
workspaceSlugstringOptional Luca workspace slug override.
NameTypeReqDescription
resultobjectyes

No examples provided.

luca_campaigns_list ~149

List campaigns. Query supports limit, cursor, and status. Luca operation: GET /api/campaigns Required scopes: campaigns:read Required capability: read; data sensitivity: redacted Does not require idempotency. Use workspaceId or workspaceSlug to override the default workspace configured by environment.

NameTypeReqDescription
maxPagesintegerMax pages the server auto-fetches and merges (default 10, hard cap 50). If more remain, the result is marked truncated with a nextCursor to continue.
queryobject
workspaceIdstringOptional Luca workspace id override.
workspaceSlugstringOptional Luca workspace slug override.
NameTypeReqDescription
resultobjectyes

No examples provided.

luca_campaigns_providerCapabilities ~111

Evaluate provider capability blockers for a campaign draft. Luca operation: GET /api/campaigns/{id}/provider-capabilities Required scopes: campaigns:read Required capability: read; data sensitivity: redacted Does not require idempotency. Use workspaceId or workspaceSlug to override the default workspace configured by environment.

NameTypeReqDescription
idstringyes
workspaceIdstringOptional Luca workspace id override.
workspaceSlugstringOptional Luca workspace slug override.
NameTypeReqDescription
resultobjectyes

No examples provided.

luca_campaigns_simulations_create ~163

Run a persisted dry-run simulation without sending messages. Luca operation: POST /api/campaigns/{id}/simulations Required scopes: campaigns:write Required capability: draft; data sensitivity: redacted Requires Idempotency-Key. Provide idempotencyKey for safe retries, or the server will generate one. Use workspaceId or workspaceSlug to override the default workspace configured by environment.

NameTypeReqDescription
bodyobjectyes
idstringyes
idempotencyKeystringStable key for safe retries. If omitted, the MCP server generates a unique key for this call.
workspaceIdstringOptional Luca workspace id override.
workspaceSlugstringOptional Luca workspace slug override.
NameTypeReqDescription
resultobjectyes

No examples provided.

luca_campaigns_simulations_get ~121

Get a campaign simulation run with trace. Luca operation: GET /api/campaigns/{id}/simulations/{simulationId} Required scopes: campaigns:read Required capability: read; data sensitivity: redacted Does not require idempotency. Use workspaceId or workspaceSlug to override the default workspace configured by environment.

NameTypeReqDescription
idstringyes
simulationIdstringyes
workspaceIdstringOptional Luca workspace id override.
workspaceSlugstringOptional Luca workspace slug override.
NameTypeReqDescription
resultobjectyes

No examples provided.

luca_campaigns_simulations_list ~150

List persisted campaign simulation runs. Luca operation: GET /api/campaigns/{id}/simulations Required scopes: campaigns:read Required capability: read; data sensitivity: redacted Does not require idempotency. Use workspaceId or workspaceSlug to override the default workspace configured by environment.

NameTypeReqDescription
idstringyes
maxPagesintegerMax pages the server auto-fetches and merges (default 10, hard cap 50). If more remain, the result is marked truncated with a nextCursor to continue.
workspaceIdstringOptional Luca workspace id override.
workspaceSlugstringOptional Luca workspace slug override.
NameTypeReqDescription
resultobjectyes

No examples provided.

luca_capabilities_get ~125

Describe Luca's public API capabilities, scopes, and boundaries. Luca operation: GET /api/capabilities Required scopes: leads:read, conversations:read, bookings:read, campaigns:read, broadcasts:read, webhooks:read, integrations:read Required capability: read; data sensitivity: redacted Does not require idempotency. Use workspaceId or workspaceSlug to override the default workspace configured by environment.

NameTypeReqDescription
workspaceIdstringOptional Luca workspace id override.
workspaceSlugstringOptional Luca workspace slug override.
NameTypeReqDescription
resultobjectyes

No examples provided.

luca_conversations_get ~105

Get a conversation with messages and lead context. Luca operation: GET /api/conversations/{id} Required scopes: conversations:read Required capability: read; data sensitivity: full_content Does not require idempotency. Use workspaceId or workspaceSlug to override the default workspace configured by environment.

NameTypeReqDescription
idstringyes
workspaceIdstringOptional Luca workspace id override.
workspaceSlugstringOptional Luca workspace slug override.
NameTypeReqDescription
provenanceobject
resultobjectyes

No examples provided.

luca_conversations_list ~151

List recent conversations. Query supports limit, cursor, channel, and q. Luca operation: GET /api/conversations Required scopes: conversations:read Required capability: read; data sensitivity: full_content Does not require idempotency. Use workspaceId or workspaceSlug to override the default workspace configured by environment.

NameTypeReqDescription
maxPagesintegerMax pages the server auto-fetches and merges (default 10, hard cap 50). If more remain, the result is marked truncated with a nextCursor to continue.
queryobject
workspaceIdstringOptional Luca workspace id override.
workspaceSlugstringOptional Luca workspace slug override.
NameTypeReqDescription
provenanceobject
resultobjectyes

No examples provided.

luca_integrations_connectors_list ~145

List Zapier, Make, and CRM provider capabilities. Luca operation: GET /api/integrations/connectors Required scopes: integrations:read Required capability: read; data sensitivity: redacted Does not require idempotency. Use workspaceId or workspaceSlug to override the default workspace configured by environment.

NameTypeReqDescription
maxPagesintegerMax pages the server auto-fetches and merges (default 10, hard cap 50). If more remain, the result is marked truncated with a nextCursor to continue.
workspaceIdstringOptional Luca workspace id override.
workspaceSlugstringOptional Luca workspace slug override.
NameTypeReqDescription
resultobjectyes

No examples provided.

luca_integrations_crm_connections_create ~156

Create or update a workspace-scoped CRM connection. Luca operation: POST /api/integrations/crm/connections Required scopes: integrations:write Required capability: draft; data sensitivity: redacted Requires Idempotency-Key. Provide idempotencyKey for safe retries, or the server will generate one. Use workspaceId or workspaceSlug to override the default workspace configured by environment.

NameTypeReqDescription
bodyobjectyes
idempotencyKeystringStable key for safe retries. If omitted, the MCP server generates a unique key for this call.
workspaceIdstringOptional Luca workspace id override.
workspaceSlugstringOptional Luca workspace slug override.
NameTypeReqDescription
resultobjectyes

No examples provided.

luca_integrations_crm_connections_health ~155

Probe CRM provider health. Luca operation: POST /api/integrations/crm/connections/{id}/health Required scopes: integrations:write Required capability: draft; data sensitivity: redacted Requires Idempotency-Key. Provide idempotencyKey for safe retries, or the server will generate one. Use workspaceId or workspaceSlug to override the default workspace configured by environment.

NameTypeReqDescription
idstringyes
idempotencyKeystringStable key for safe retries. If omitted, the MCP server generates a unique key for this call.
workspaceIdstringOptional Luca workspace id override.
workspaceSlugstringOptional Luca workspace slug override.
NameTypeReqDescription
resultobjectyes

No examples provided.

luca_integrations_crm_connections_list ~141

List CRM connections. Luca operation: GET /api/integrations/crm/connections Required scopes: integrations:read Required capability: read; data sensitivity: redacted Does not require idempotency. Use workspaceId or workspaceSlug to override the default workspace configured by environment.

NameTypeReqDescription
maxPagesintegerMax pages the server auto-fetches and merges (default 10, hard cap 50). If more remain, the result is marked truncated with a nextCursor to continue.
workspaceIdstringOptional Luca workspace id override.
workspaceSlugstringOptional Luca workspace slug override.
NameTypeReqDescription
resultobjectyes

No examples provided.

luca_integrations_crm_connections_schema ~111

Discover CRM provider schema. Luca operation: GET /api/integrations/crm/connections/{id}/schema Required scopes: integrations:read Required capability: read; data sensitivity: redacted Does not require idempotency. Use workspaceId or workspaceSlug to override the default workspace configured by environment.

NameTypeReqDescription
idstringyes
workspaceIdstringOptional Luca workspace id override.
workspaceSlugstringOptional Luca workspace slug override.
NameTypeReqDescription
resultobjectyes

No examples provided.

luca_integrations_crm_connections_webhooksSetup ~167

Configure CRM provider webhook status. Luca operation: POST /api/integrations/crm/connections/{id}/webhooks/setup Required scopes: integrations:write Required capability: draft; data sensitivity: redacted Requires Idempotency-Key. Provide idempotencyKey for safe retries, or the server will generate one. Use workspaceId or workspaceSlug to override the default workspace configured by environment.

NameTypeReqDescription
bodyobjectyes
idstringyes
idempotencyKeystringStable key for safe retries. If omitted, the MCP server generates a unique key for this call.
workspaceIdstringOptional Luca workspace id override.
workspaceSlugstringOptional Luca workspace slug override.
NameTypeReqDescription
resultobjectyes

No examples provided.

luca_integrations_crm_mappings_confirm ~164

Confirm CRM field mappings. Luca operation: PUT /api/integrations/crm/connections/{id}/mappings Required scopes: integrations:write Required capability: draft; data sensitivity: redacted Requires Idempotency-Key. Provide idempotencyKey for safe retries, or the server will generate one. Use workspaceId or workspaceSlug to override the default workspace configured by environment.

NameTypeReqDescription
bodyobjectyes
idstringyes
idempotencyKeystringStable key for safe retries. If omitted, the MCP server generates a unique key for this call.
workspaceIdstringOptional Luca workspace id override.
workspaceSlugstringOptional Luca workspace slug override.
NameTypeReqDescription
resultobjectyes

No examples provided.

luca_integrations_crm_mappings_suggest ~160

Suggest CRM field mappings. Luca operation: POST /api/integrations/crm/connections/{id}/mappings/suggest Required scopes: integrations:write Required capability: draft; data sensitivity: redacted Requires Idempotency-Key. Provide idempotencyKey for safe retries, or the server will generate one. Use workspaceId or workspaceSlug to override the default workspace configured by environment.

NameTypeReqDescription
idstringyes
idempotencyKeystringStable key for safe retries. If omitted, the MCP server generates a unique key for this call.
workspaceIdstringOptional Luca workspace id override.
workspaceSlugstringOptional Luca workspace slug override.
NameTypeReqDescription
resultobjectyes

No examples provided.

luca_integrations_crm_oauthCallback ~158

Exchange a CRM OAuth code and store encrypted credentials. Luca operation: POST /api/integrations/crm/oauth/callback Required scopes: integrations:write Required capability: draft; data sensitivity: redacted Requires Idempotency-Key. Provide idempotencyKey for safe retries, or the server will generate one. Use workspaceId or workspaceSlug to override the default workspace configured by environment.

NameTypeReqDescription
bodyobjectyes
idempotencyKeystringStable key for safe retries. If omitted, the MCP server generates a unique key for this call.
workspaceIdstringOptional Luca workspace id override.
workspaceSlugstringOptional Luca workspace slug override.
NameTypeReqDescription
resultobjectyes

No examples provided.

luca_integrations_crm_oauthUrl ~121

Create a CRM provider OAuth URL. Luca operation: GET /api/integrations/crm/providers/{provider}/oauth-url Required scopes: integrations:write Required capability: read; data sensitivity: redacted Does not require idempotency. Use workspaceId or workspaceSlug to override the default workspace configured by environment.

NameTypeReqDescription
providerstringyes
queryobject
workspaceIdstringOptional Luca workspace id override.
workspaceSlugstringOptional Luca workspace slug override.
NameTypeReqDescription
resultobjectyes

No examples provided.

luca_integrations_crm_syncRuns_create ~170

Create a CRM dry-run or live sync run. Luca operation: POST /api/integrations/crm/connections/{id}/sync-runs Required scopes: integrations:write Required capability: draft; data sensitivity: redacted Requires Idempotency-Key. Provide idempotencyKey for safe retries, or the server will generate one. Use workspaceId or workspaceSlug to override the default workspace configured by environment.

NameTypeReqDescription
bodyobjectyes
idstringyes
idempotencyKeystringStable key for safe retries. If omitted, the MCP server generates a unique key for this call.
workspaceIdstringOptional Luca workspace id override.
workspaceSlugstringOptional Luca workspace slug override.
NameTypeReqDescription
resultobjectyes

No examples provided.

luca_integrations_crm_syncRuns_list ~156

List CRM sync history. Luca operation: GET /api/integrations/crm/connections/{id}/sync-runs Required scopes: integrations:read Required capability: read; data sensitivity: redacted Does not require idempotency. Use workspaceId or workspaceSlug to override the default workspace configured by environment.

NameTypeReqDescription
idstringyes
maxPagesintegerMax pages the server auto-fetches and merges (default 10, hard cap 50). If more remain, the result is marked truncated with a nextCursor to continue.
workspaceIdstringOptional Luca workspace id override.
workspaceSlugstringOptional Luca workspace slug override.
NameTypeReqDescription
resultobjectyes

No examples provided.

luca_integrations_events_list ~144

List integration event log. Luca operation: GET /api/integrations/events Required scopes: integrations:read Required capability: read; data sensitivity: redacted Does not require idempotency. Use workspaceId or workspaceSlug to override the default workspace configured by environment.

NameTypeReqDescription
maxPagesintegerMax pages the server auto-fetches and merges (default 10, hard cap 50). If more remain, the result is marked truncated with a nextCursor to continue.
queryobject
workspaceIdstringOptional Luca workspace id override.
workspaceSlugstringOptional Luca workspace slug override.
NameTypeReqDescription
resultobjectyes

No examples provided.

luca_leads_consents_grant ~162

Grant explicit lead consent for a channel purpose. Luca operation: POST /api/leads/{id}/consents Required scopes: leads:write Required capability: draft; data sensitivity: redacted Requires Idempotency-Key. Provide idempotencyKey for safe retries, or the server will generate one. Use workspaceId or workspaceSlug to override the default workspace configured by environment.

NameTypeReqDescription
bodyobjectyes
idstringyes
idempotencyKeystringStable key for safe retries. If omitted, the MCP server generates a unique key for this call.
workspaceIdstringOptional Luca workspace id override.
workspaceSlugstringOptional Luca workspace slug override.
NameTypeReqDescription
resultyes

No examples provided.

luca_leads_consents_revoke ~165

Revoke explicit lead consent for a channel purpose. Luca operation: POST /api/leads/{id}/consents/revoke Required scopes: leads:write Required capability: draft; data sensitivity: redacted Requires Idempotency-Key. Provide idempotencyKey for safe retries, or the server will generate one. Use workspaceId or workspaceSlug to override the default workspace configured by environment.

NameTypeReqDescription
bodyobjectyes
idstringyes
idempotencyKeystringStable key for safe retries. If omitted, the MCP server generates a unique key for this call.
workspaceIdstringOptional Luca workspace id override.
workspaceSlugstringOptional Luca workspace slug override.
NameTypeReqDescription
resultyes

No examples provided.

luca_leads_create ~154

Create or upsert a lead identity. Body requires channel and externalUserId. Luca operation: POST /api/leads Required scopes: leads:write Required capability: draft; data sensitivity: redacted Requires Idempotency-Key. Provide idempotencyKey for safe retries, or the server will generate one. Use workspaceId or workspaceSlug to override the default workspace configured by environment.

NameTypeReqDescription
bodyobjectyes
idempotencyKeystringStable key for safe retries. If omitted, the MCP server generates a unique key for this call.
workspaceIdstringOptional Luca workspace id override.
workspaceSlugstringOptional Luca workspace slug override.
NameTypeReqDescription
resultobjectyes

No examples provided.

luca_leads_explain ~122

Explain why a lead qualified: the qualifier's reasoning, signals, and confidence from its most recent drafted turn. Luca operation: GET /api/leads/{id}/explain Required scopes: leads:read Required capability: read; data sensitivity: full_content Does not require idempotency. Use workspaceId or workspaceSlug to override the default workspace configured by environment.

NameTypeReqDescription
idstringyes
workspaceIdstringOptional Luca workspace id override.
workspaceSlugstringOptional Luca workspace slug override.
NameTypeReqDescription
provenanceobject
resultyes

No examples provided.

luca_leads_fieldDefinitions_list ~141

List custom lead field definitions. Luca operation: GET /api/leads/field-definitions Required scopes: leads:read Required capability: read; data sensitivity: full_content Does not require idempotency. Use workspaceId or workspaceSlug to override the default workspace configured by environment.

NameTypeReqDescription
maxPagesintegerMax pages the server auto-fetches and merges (default 10, hard cap 50). If more remain, the result is marked truncated with a nextCursor to continue.
workspaceIdstringOptional Luca workspace id override.
workspaceSlugstringOptional Luca workspace slug override.
NameTypeReqDescription
provenanceobject
resultyes

No examples provided.

luca_leads_fieldDefinitions_upsert ~154

Create or update a custom lead field definition. Luca operation: POST /api/leads/field-definitions Required scopes: leads:write Required capability: draft; data sensitivity: redacted Requires Idempotency-Key. Provide idempotencyKey for safe retries, or the server will generate one. Use workspaceId or workspaceSlug to override the default workspace configured by environment.

NameTypeReqDescription
bodyobjectyes
idempotencyKeystringStable key for safe retries. If omitted, the MCP server generates a unique key for this call.
workspaceIdstringOptional Luca workspace id override.
workspaceSlugstringOptional Luca workspace slug override.
NameTypeReqDescription
resultyes

No examples provided.

luca_leads_get ~105

Get a lead's full timeline and notes. Luca operation: GET /api/leads/{id} Required scopes: leads:read Required capability: read; data sensitivity: full_content Does not require idempotency. Use workspaceId or workspaceSlug to override the default workspace configured by environment.

NameTypeReqDescription
idstringyes
workspaceIdstringOptional Luca workspace id override.
workspaceSlugstringOptional Luca workspace slug override.
NameTypeReqDescription
provenanceobject
resultobjectyes

No examples provided.

luca_leads_identities_attach ~162

Attach a verified or claimed identity to a lead. Luca operation: POST /api/leads/{id}/identities Required scopes: leads:write Required capability: draft; data sensitivity: redacted Requires Idempotency-Key. Provide idempotencyKey for safe retries, or the server will generate one. Use workspaceId or workspaceSlug to override the default workspace configured by environment.

NameTypeReqDescription
bodyobjectyes
idstringyes
idempotencyKeystringStable key for safe retries. If omitted, the MCP server generates a unique key for this call.
workspaceIdstringOptional Luca workspace id override.
workspaceSlugstringOptional Luca workspace slug override.
NameTypeReqDescription
resultyes

No examples provided.