Skip to main content Announcing Tool Gateway MCP: the universal MCPRead the announcement
Live 61 Actions

Lucid MCP Server
for AI Agents

Connect your AI agent to StackOne's Lucid MCP server and give it 61 MCP tools out of the box. Auth, tool execution, and security all managed.

Lucid logo
Lucid MCP Server
Built by StackOne StackOne
DrataGPLocalyzeFlipMindtoolsScreenloop

Coverage

61 Agent Actions

Create, read, update, and delete across Lucid — and extend your agent's capabilities with custom actions.

Authentication

Agent Tool Authentication

Per-user OAuth in one call. Your Lucid MCP server gets session-scoped tokens with zero credentials stored on your infra.

Agent Auth →

Security

Agent Protection

Every Lucid tool response scanned for prompt injection in milliseconds — 88.7% accuracy, all running on CPU.

Prompt Injection Defense →

Performance

Max Agent Context. Min Cost.

Free up to 96% of your agent's context window to enhance reasoning and reduce cost, on every Lucid call.

Tools Discovery →

What is the Lucid MCP Server?

A Lucid MCP server lets AI agents read and write Lucid data through the Model Context Protocol — Anthropic's open standard for connecting LLMs to external tools. StackOne's Lucid MCP server ships with 61 pre-built actions, fully extensible via the Connector Builder — plus managed authentication, prompt injection defense, observability, and agent execution runtime. Connect it from MCP clients like Claude Desktop, Claude Code, Cursor, Goose, and VS Code, or from agent frameworks like OpenAI Agents SDK, LangChain, and Vercel AI SDK.

All Lucid MCP Tools

Every action from Lucid's API, ready for your agent. Create, read, update, and delete — scoped to exactly what you need.

Document User Collaborators

  • Get Document User Collaborator

    Retrieve a specific user's access role on a document.

  • Set Document User Collaborator

    Grant or update a user's access role on a document.

  • Remove Document User Collaborator

    Revoke a user's access to a document.

Document Team Collaborators

  • Get Document Team Collaborator

    Retrieve a specific team's access role on a document.

  • Set Document Team Collaborator

    Grant or update a team's access role on a document.

  • Remove Document Team Collaborator

    Revoke a team's access to a document.

Folder User Collaborators

  • Get Folder User Collaborator

    Retrieve a specific user's access role on a folder.

  • Set Folder User Collaborator

    Grant or update a user's access role on a folder.

  • Remove Folder User Collaborator

    Revoke a user's access to a folder.

Folder Team Collaborators

  • Get Folder Team Collaborator

    Retrieve a specific team's access role on a folder.

  • Set Folder Team Collaborator

    Grant or update a team's access role on a folder.

  • Remove Folder Team Collaborator

    Revoke a team's access to a folder.

Documents

  • Create Document

    Create a new blank Lucidchart or Lucidspark document with a title, optionally inside a specific folder.

  • Copy Document

    Create a copy of an existing Lucid document with a new title, optionally inside a specific folder.

  • Get Document

    Retrieve metadata about a specific Lucid document, including its title, product, owner, and edit history.

  • Search Documents

    Search the requesting user's documents by keywords, product, owner, status, and creation or modification dates.

  • Update Document

    Update properties of an existing Lucid document, such as its title, parent folder, classification, or custom tags.

Folders

  • Create Folder

    Create a new folder, optionally nested inside an existing parent folder.

  • Get Folder

    Retrieve information about a specific folder.

  • Search Folders

    List folders the authenticated user has at least read-only access to, sorted by creation date.

  • Update Folder

    Update a folder's name or move it to a different parent folder.

Mermaid Diagrams

  • Create Mermaid Diagram

    Create a diagram in a Lucidchart or Lucidspark document from Mermaid markup.

  • List Mermaid Diagrams

    List the Mermaid diagrams in a Lucidchart or Lucidspark document.

  • Get Mermaid Diagram

    Retrieve a specific Mermaid diagram in a document, including its markup.

  • Update Mermaid Diagram

    Replace the markup of an existing Mermaid diagram in a document.

Document Share Links

  • Create Document Share Link

    Create a share link that grants access to a document at a specified role.

  • Get Document Share Link

    Retrieve information about a share link on a document.

  • Update Document Share Link

    Update the settings of an existing share link on a document.

  • Delete Document Share Link

    Delete a share link from a document.

Folder Share Links

  • Create Folder Share Link

    Create a share link that grants access to a folder at a specified role.

  • Get Folder Share Link

    Retrieve information about a share link on a folder.

  • Update Folder Share Link

    Update the settings of an existing share link on a folder.

  • Delete Folder Share Link

    Delete a share link from a folder.

Teams

  • Create Team

    Create a new team on the account.

  • List Teams

    List the teams the authenticated user has access to.

  • Get Team

    Retrieve information about a specific team.

  • Update Team

    Update a team's properties, such as its name.

Team Users

  • Add Team Users

    Add one or more users to a team.

  • List Team Users

    List the members of a specific team.

  • Remove Team Users

    Remove one or more users from a team.

Users

  • Create User

    Create a new user on the account (Enterprise accounts only).

  • Get User

    Retrieve information about a specific user on the account by their user ID.

  • List Users

    List all users on the authenticated Lucid account.

  • Search Users

    Find a user on the account by their email address.

Other (17)

  • Get Account

    Retrieve basic information about the authenticated Lucid account, including the account ID and name.

  • List Document Collaborators

    List all collaborators (users) on a specific document.

  • List Folder Collaborators

    List all user collaborators on a specific folder.

  • List Document Threads

    List all comment threads on a Lucid document, each with its ID, creation time, and open/closed status.

  • List Thread Comments

    List all comments within a specific comment thread on a Lucid document.

  • Get Document Contents

    Retrieve the structured contents (pages, shapes, and data) of a specific Lucid document.

  • Export Document (Async)

    Start an asynchronous export of one or more pages of a Lucid document to an image or PDF format.

  • Get Document Export Status

    Check the status of an asynchronous document export job and retrieve the download URL when complete.

  • List Folder Contents

    List the documents and subfolders contained in a specific folder.

  • List Root Contents

    List the documents and folders at the root of the authenticated user's Lucid workspace.

  • Get Profile

    Retrieve the profile of the authenticated Lucid user, including name, username, and email.

  • Post Thread Comment

    Post a new comment to an existing comment thread on a Lucid document.

  • Trash Document

    Move a Lucid document to the trash. This is a soft-delete — the document is recoverable, not permanently removed.

  • Trash Folder

    Move a folder to the trash. This is a soft-delete — the folder is recoverable via restore_folder, not permanently removed.

  • Restore Folder

    Restore a previously trashed folder.

  • Archive Team

    Archive a team, removing it from active use while preserving its data.

  • Restore Team

    Restore a previously archived team.

Set Up Your Lucid MCP Server in Minutes

One endpoint. Any framework. Your agent is talking to Lucid in under 10 lines of code.

Agent Frameworks

Claude Desktop
{
  "mcpServers": {
    "stackone": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote@latest",
        "https://api.stackone.com/mcp?x-account-id=<account_id>",
        "--header",
        "Authorization: Basic <YOUR_BASE64_TOKEN>"
      ]
    }
  }
}

Check More developer MCP Servers

Lucid MCP Server FAQ

Does StackOne have a Lucid MCP server?
Yes. StackOne offers a hosted Lucid MCP server with 61 pre-built actions, and every action is tested and QA'd by StackOne. Connect it to Claude, Cursor, and any other MCP client, or to any agent framework through the AI Action SDK. It ships with managed agent authentication, prompt injection defense, and tool discovery with server-side execution that preserve your agent's context window and keep reasoning performance.
Lucid MCP server vs direct API integration — what's the difference?
A Lucid MCP server and direct API integration serve different use cases. Direct API integration is for software-to-software — backend code calling Lucid. A Lucid MCP server is for AI agents — MCP clients like Claude and Cursor, plus framework agents built with OpenAI, LangChain, or Vercel AI — discovering and calling Lucid at runtime. StackOne provides both.
How does Lucid authentication work for AI agents?
Lucid authentication for AI agents works through a StackOne Connect Session. Create one via the dashboard or the SDK — you get an auth link and ready-to-paste config for Claude Desktop, Cursor, and other MCP clients. Your user authenticates their own Lucid account; StackOne handles token exchange, storage, and refresh. Credentials never reach the LLM, and each user is isolated via origin_owner_id.
Are Lucid MCP tools vulnerable to prompt injection?
Yes — Lucid MCP tools can be vulnerable to indirect prompt injection. Any tool that reads user-written content — documents, messages, tickets, records, or free-text fields — is a potential vector. StackOne Defender scans every tool response before it enters the agent's context — regex patterns in ~1ms, then a MiniLM classifier in ~4ms. 88.7% accuracy, CPU-only.
What is the context bloat of a Lucid agent and how do I avoid it?
Context bloat happens when Lucid tool schemas and API responses eat your Lucid agent's memory, preventing it from reasoning effectively. A single Lucid query can return a massive JSON response, and connecting multiple tools compounds the problem. Tools Discovery and Code Mode reduce context bloat — loading only relevant tools per query and keeping raw responses out of the agent's context.
Can I limit which actions my Lucid agent can access?
Yes — you can limit which actions your Lucid agent can access directly from the StackOne dashboard. Toggle actions on or off, or restrict them to specific accounts, with no code changes to your agent. Session tokens can be scoped to exact actions so if one leaks, exposure stays contained.
Can I create custom agent actions for my Lucid MCP server?
Yes — you can create custom agent actions for your Lucid MCP server using Connector Builder. It's an integration agent your coding assistant (Claude Code, Cursor, or Copilot) can invoke to research Lucid's API, generate production-ready connector YAML, test against the live API, and validate before you ship.
When should I NOT use a Lucid MCP server?
Skip a Lucid MCP server if your integration is purely software-to-software — direct Lucid API integration is simpler when no AI agent is involved. For deterministic, compliance-critical operations (financial transactions, regulatory reporting), direct API gives you predictable behavior without agent-driven decision-making. MCP shines when AI agents need to dynamically discover and call Lucid actions at runtime.
What AI frameworks and AI clients does the StackOne Lucid MCP server support?
The StackOne Lucid MCP server supports both. MCP clients (paste-and-go apps): Claude Desktop, Claude Code, Cursor, VS Code, Goose. Agent frameworks (code SDKs you build with): OpenAI Agents SDK, Anthropic, Vercel AI, Google ADK, CrewAI, Pydantic AI, LangChain, LangGraph, Azure AI Foundry.

Put your AI agents to work

All the tools you need to build and scale AI agent integrations, with best-in-class connectivity, execution, and security.