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.
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
{
"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
266+ actions
124+ actions
119+ actions
102+ actions
87+ actions
71+ actions
67+ actions
Platform Resources
MCP Code Mode: Keeping Tool Responses Out of Agent Context
Anthropic's code_execution processes data already in context. Custom MCP code mode keeps raw tool responses in a sandbox. 14K tokens vs 500.
11 min
Comparing BM25, TF-IDF, and Hybrid Search for MCP Tool Discovery
Benchmarking BM25, TF-IDF, and hybrid search for MCP tool discovery across 916 tools. The 80/20 TF-IDF/BM25 hybrid hits 21% Top-1 accuracy in under 1ms.
10 min
Indirect Prompt Injection Defense for MCP Tools: A Technical Guide
MCP tools that read emails, CRM records, and tickets are indirect prompt injection vectors. Here's how we built a two-tier defense that scans tool results in ~11ms.
12 min
MCP vs A2A: Architecture, Security, and When to Use Each
MCP vs A2A: what each protocol standardizes, how they differ, their shared security risks including indirect prompt injection, and when to use one, both, or a hybrid architecture.
12 min
MCP vs API: What Hundreds of Connector Builds Taught Us
MCP wraps APIs, it doesn't replace them. After building hundreds of connectors that serve both, here's when each approach wins.
14 min read
Lucid MCP Server FAQ
Does StackOne have a Lucid MCP server?
Lucid MCP server vs direct API integration — what's the difference?
How does Lucid authentication work for AI agents?
origin_owner_id.Are Lucid MCP tools vulnerable to prompt injection?
What is the context bloat of a Lucid agent and how do I avoid it?
Can I limit which actions my Lucid agent can access?
Can I create custom agent actions for my Lucid MCP server?
When should I NOT use a Lucid MCP server?
What AI frameworks and AI clients does the StackOne Lucid MCP server support?
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.