The Lucim MCP server is a thin adapter over the same tenant-scoped service contract used by REST.

Transports

The hosted service exposes MCP at /mcp and liveness at /health.

Output contract

Each successful tool result includes:
  • human-readable MCP content;
  • machine-readable structuredContent using REST field names.
Tool errors set MCP isError and return a stable JSON envelope:
REST wins if an MCP schema and REST response ever diverge. MCP handlers call shared services and do not query the database directly.
Continue with Connect an MCP client or browse the tool catalog.