Connect
Optimize
Secure
Announcing StackOne Defender: leading open-source prompt injection guard for your agent • Read More →
Production-ready Shortcut MCP server with 78 extensible actions — plus built-in authentication, security, and optimized execution.
Coverage
Create, read, update, and delete across Shortcut — and extend your agent's capabilities with custom actions.
Authentication
Per-user OAuth in one call. Your Shortcut MCP server gets session-scoped tokens with zero credentials stored on your infra.
Agent Auth →Security
Every Shortcut 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 Shortcut call.
Tools Discovery →A Shortcut MCP server lets AI agents read and write Shortcut data through the Model Context Protocol — Anthropic's open standard for connecting LLMs to external tools. StackOne's Shortcut MCP server ships with 78 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 Shortcut's API, ready for your agent. Create, read, update, and delete — scoped to exactly what you need.
Create a new category in Shortcut
Retrieve a specific category by its public ID
Update an existing category in Shortcut
Delete a category from Shortcut
List all custom fields in the workspace
Retrieve a specific custom field by its public ID
Create a new document in Shortcut
List all documents in the Shortcut workspace
Retrieve a specific document by its public ID
Update an existing document in Shortcut
Delete a document from Shortcut
Create a new comment on an epic
List all comments on an epic
Retrieve a specific comment on an epic
Delete a comment from an epic
Create a new epic in Shortcut
List all epics in the Shortcut workspace
Retrieve a specific epic by its public ID
Search for epics using a text query
Update an existing epic in Shortcut
Delete an epic from Shortcut
Create a new group in Shortcut
List all groups in the Shortcut workspace
Retrieve a specific group by its public ID
Update an existing group in Shortcut
Create a new iteration in Shortcut
List all iterations in the Shortcut workspace
Retrieve a specific iteration by its public ID
Update an existing iteration in Shortcut
Delete an iteration from Shortcut
Create a new label in Shortcut
List all labels in the Shortcut workspace
Retrieve a specific label by its public ID
Update an existing label in Shortcut
Delete a label from Shortcut
List all members in the Shortcut workspace
Retrieve a specific member by their public ID
Create a new objective in Shortcut
List all objectives in the workspace
Retrieve a specific objective by its public ID
Update an existing objective in Shortcut
Delete an objective from Shortcut
Create a new project in Shortcut
List all projects in the Shortcut workspace
Retrieve a specific project by its public ID
Update an existing project in Shortcut
Delete a project from Shortcut
Search for stories using a text query
Search for stories using filter criteria
Create a new story in Shortcut
Retrieve a specific story by its public ID
Update an existing story in Shortcut
Delete a story from Shortcut
Add a new comment to a story
List all comments on a story
Retrieve a specific comment on a story
Update an existing comment on a story
Delete a comment from a story
Create a relationship between two stories
Retrieve a specific story link
Update an existing story link
Delete a story link
Add a new task to a story
Retrieve a specific task on a story
Update an existing task on a story
Delete a task from a story
List all workflows in the Shortcut workspace
Retrieve a specific workflow by its public ID
List all categories in the workspace
List all stories belonging to an epic
Retrieve the current health status of an epic
Retrieve the epic workflow and its states
List all stories associated with a specific group
List all stories in a specific iteration
Retrieve the currently authenticated member
List all stories associated with a specific project
Retrieve the history of changes for a story
List all sub-task stories for a given story
One endpoint. Any framework. Your agent is talking to Shortcut 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
133+ actions
126+ actions
125+ 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.