Connect
Optimize
Secure
The #1 agentic semantic tool search: 91.6% first-try accuracy on S1 Search Bench • Explore Tool Discovery →
Connect your AI agent to StackOne's MeisterTask MCP server and give it 56 MCP tools out of the box. Auth, tool execution, and security all managed.
Coverage
Create, read, update, and delete across MeisterTask — and extend your agent's capabilities with custom actions.
Authentication
Per-user OAuth in one call. Your MeisterTask MCP server gets session-scoped tokens with zero credentials stored on your infra.
Agent Auth →Security
Every MeisterTask 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 MeisterTask call.
Tools Discovery →A MeisterTask MCP server lets AI agents read and write MeisterTask data through the Model Context Protocol — Anthropic's open standard for connecting LLMs to external tools. StackOne's MeisterTask MCP server ships with 56 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.
Every action from MeisterTask's API, ready for your agent. Create, read, update, and delete — scoped to exactly what you need.
Creates a new project (Kanban board).
Returns a paginated list of projects (Kanban boards) the authenticated user has access to.
Returns full details for a single project by id.
Updates an existing project's name, notes, or status.
Creates a new section (board column) within a project.
Returns a paginated list of sections (board columns) across all projects the user has access to.
Returns full details for a single section by id.
Updates an existing section's name or status.
Creates a new task within a section.
Returns a paginated list of tasks across all projects the user has access to.
Returns full details for a single task by id.
Updates an existing task's fields (name, notes, due date, status, assignee, section).
Creates a new comment on a task.
Returns full details for a single comment by id.
Deletes a comment by id.
Uploads a file attachment to a task via multipart/form-data.
Returns full details for a single attachment by id.
Deletes an attachment by id.
Creates a new label within a project.
Returns full details for a single label by id.
Updates an existing label's name or color.
Deletes a label by id.
Returns full details for a single checklist by id.
Updates an existing checklist's name.
Deletes a checklist by id.
Creates a new item inside a checklist.
Returns full details for a single checklist item by id.
Returns a paginated list of items inside a checklist.
Updates an existing checklist item's name or status.
Deletes a checklist item by id.
Creates a reusable checklist template within a project.
Returns a paginated list of reusable checklist templates defined within a project.
Creates a checklist directly on a task.
Returns a paginated list of checklists applied to a task.
Returns a paginated list of persons (users) visible to the authenticated user.
Returns full details for a single person by id.
Sets a custom field value on a task.
Returns full details for a single custom field by id.
Returns the list of custom field values on a task.
Updates the value of an existing custom field on a task.
Deletes a custom field by id.
Creates a new subtask attached to a task.
Returns the list of members for a single project.
Returns a paginated list of subtasks for a single task.
Returns a paginated list of comments on a task.
Returns a paginated list of attachments on a task.
Returns all labels defined within a project.
Returns a paginated list of label assignments on a task.
Returns full details for a single task_label assignment by id.
Returns a paginated list of tasks within a section.
Returns a paginated list of tasks within a project (across all sections).
Returns a paginated list of persons (members) on a project.
Returns the currently authenticated person (the resource owner of the access token).
Duplicates an existing project including its sections.
Attaches an existing label to a task.
Detaches a label from a task by task_label id.
One endpoint. Any framework. Your agent is talking to MeisterTask 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>"
]
}
}
}189+ actions
185+ actions
147+ actions
136+ actions
133+ actions
133+ actions
133+ 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.