{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
  "name": "ai.lotics/lotics",
  "description": "Read and write a Lotics workspace from an AI client: list tables, query and create records, run the saved queries and actions an app exposes, generate documents from templates, and search across the workspace. The connector acts as the signed-in member and reaches exactly what that member's own permissions reach.",
  "version": "1.0.0",
  "websiteUrl": "https://lotics.ai",
  "icons": [
    {
      "src": "https://api.lotics.ai/mcp-icon.png",
      "mimeType": "image/png",
      "sizes": ["256x256"]
    }
  ],
  "repository": {
    "url": "https://lotics.ai/docs/mcp",
    "source": "docs"
  },
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://api.lotics.ai/mcp",
      "headers": [
        {
          "name": "Authorization",
          "description": "Organization-scoped Lotics API key, as `Bearer ltk_...`. Created by an admin under Settings → API keys. Clients that support OAuth 2.1 with dynamic client registration can sign in through the browser instead and send no header — nothing has to be registered in advance.",
          "isRequired": false,
          "isSecret": true
        },
        {
          "name": "X-Workspace-Id",
          "description": "Which workspace this connection uses (`wsp_...`). Required only when the organization has more than one workspace, and only on the API-key path — a browser sign-in picks the workspace on the approval page.",
          "isRequired": false,
          "isSecret": false
        }
      ]
    }
  ]
}
