← Back to Plugins
MCP Server MCP

io.github.leonardomso/luca-mcp

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

npx -y @setluca/[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@setluca/mcp",
      "version": "0.1.1",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Luca developer API key (from Luca settings, developer API keys).",
          "isRequired": true,
          "isSecret": true,
          "name": "LUCA_API_KEY"
        },
        {
          "description": "Luca API origin. Defaults to https://api.setluca.com.",
          "name": "LUCA_API_BASE_URL"
        },
        {
          "description": "Optional default workspace slug for every call.",
          "name": "LUCA_WORKSPACE_SLUG"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...