Connect
Optimize
Secure
Announcing StackOne Defender: leading open-source prompt injection guard for your agent • Read More →
Production-ready Trello MCP server with 133 extensible actions — plus built-in authentication, security, and optimized execution.
Coverage
Create, read, update, and delete across Trello — and extend your agent's capabilities with custom actions.
Authentication
Per-user OAuth in one call. Your Trello MCP server gets session-scoped tokens with zero credentials stored on your infra.
Agent Auth →Security
Every Trello tool response scanned for prompt injection in milliseconds — 88.7% accuracy, all running on CPU.
Prompt Injection Defense →Performance
Free up to 96% of your agent's context window to enhance reasoning and reduce cost, on every Trello call.
Tools Discovery →A Trello MCP server lets AI agents read and write Trello data through the Model Context Protocol — Anthropic's open standard for connecting LLMs to external tools. StackOne's Trello MCP server ships with 133 pre-built actions, fully extensible via the Connector Builder — plus managed authentication, prompt injection defense, and optimized agent context. Connect it from MCP clients like Claude Desktop, Cursor, and VS Code, or from agent frameworks like OpenAI Agents SDK, LangChain, and Vercel AI SDK.
Every action from Trello's API, ready for your agent. Create, read, update, and delete — scoped to exactly what you need.
Get a single action by ID
Delete an action
Create a reaction for an action
Get reactions for an action
Get a single reaction on an action by reaction ID
Delete a reaction from an action
Create a URL attachment on a card
Get a single attachment by ID
Delete an attachment from a card
Create a new Trello board
Get all boards the authenticated member belongs to
Get a single board by ID
Update an existing Trello board
Delete a Trello board
Create a board star for a member
Get boardStars on a board
Remove a board star to unfavorite a board for a member
Create a new card
Get a single card by ID
Update an existing card
Delete a card
Get a specific checkItem on a card
Update a checkItem on a card
Delete a checkItem from a card
Get all checklists on a card
Delete a checklist from a card
Create a new checklist on a card
Get a single checklist by ID
Update a checklist
Delete a checklist
Create a new checkItem on a checklist
Get a single checkItem on a checklist
Update a checkItem on a card
Delete a checkItem
Create a new label on a board
Get a single label by ID
Update an existing label
Delete a label
Create a new list on a board
Get a single list by ID
Update an existing list
Get a single member by ID
Update a member's profile including name, initials, bio, avatar source, and preference settings
Create a new saved board search query for a member
Update a member's saved search name, query, or position
Delete a member's saved search query
Create a new organization (workspace)
Get all organizations the authenticated user belongs to
Get a single organization by ID
Update an organization
Delete an organization (workspace)
Get all members of an organization
Update a member of an organization
Remove a member from an organization
Add a member to a board
Add an existing label to a card
Vote on behalf of a member on a card
Create a new label on a card
Add a member to a card
Add a new comment to a card
Get all actions (activity events) on a board
Get activity/actions for a card
Get the board for an action
Get the card for an action
Get the list for an action
Get the member of an action
Get the member creator of an action
Get the organization of an action
Get a summary of reactions grouped by emoji type for an action
Get a specific field on a board
Get all cards on a board
Get all lists on a board
Get all members of a board, including admins, normal members, and observers
Get all memberships of a board
Get all checklists on a board
Get filtered cards on a board
Get plugins on a board
Get a specific field on a card
Get all attachments on a card
Get all members assigned to a card
Get members who have voted on a card
Get the completed checkItems on a card
Get the board for a card
Get the list for a card
Get checkitems on a checklist
Get the board a checklist is on
Get the card a checklist is on
Get all labels on a board
Get filtered lists on a board
Get all cards in a list
Get actions for a list
Get the board a list is on
Get all boards a member belongs to
Get all organizations a member belongs to
Get all cards a member is assigned to
Get the authenticated member's full profile information
Get all cards the authenticated member is assigned to
Get a member's activity history including card creates, updates, comments, and board changes
Get a member's in-app notifications for mentions, card assignments, due date reminders, and board activity
Get a member's starred (favorited) boards and their positions in the member's sidebar
Get boards a member has been invited to
Get the authenticated member's activity history across all boards
Get the authenticated member's starred (favorited) boards and their sidebar positions
Get boards the authenticated member has been invited to
Get the authenticated member's notifications
Get organizations the authenticated member has been invited to
Get the authenticated member's API tokens including app names, permissions, and expiry dates
Get the authenticated member's available board backgrounds including default colors and custom uploads
Get the authenticated member's organizations (workspaces)
Get a member's custom uploaded board background images
Get a member's saved board search queries
Get API tokens issued to a specific member by app name and permissions
Get all boards in an organization
Get actions for an organization
Get memberships of an organization
Search across Trello boards, cards, and members
Search for members in Trello
Update a comment action. Only comment actions can be updated.
Update a membership on a board
Move a card to a different list
Update a comment on a card
Move all cards in a list to another list
Move a list to another board
Remove a member from a board
Remove a member's vote on a card
Remove a label from a card
Remove a member from a card
Delete a comment from a card
Mark a board as viewed
Invite a member to a board via email
Mark a card's notifications as read
Archive a list
Archive all cards in a list
One endpoint. Any framework. Your agent is talking to Trello in under 10 lines of code.
MCP Clients
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>"
]
}
}
}172+ actions
134+ actions
134+ actions
133+ actions
126+ actions
125+ actions
123+ actions
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
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
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
origin_owner_id.All the tools you need to build and scale AI agent integrations, with best-in-class connectivity, execution, and security.