Connect
Optimize
Secure
Announcing StackOne Defender: leading open-source prompt injection guard for your agent • Read More →
Production-ready Front MCP server with 53 extensible actions — plus built-in authentication, security, and optimized execution.
Coverage
Create, read, update, and delete across Front — and extend your agent's capabilities with custom actions.
Authentication
Per-user OAuth in one call. Your Front MCP server gets session-scoped tokens with zero credentials stored on your infra.
Agent Auth →Security
Every Front 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 Front call.
Tools Discovery →A Front MCP server lets AI agents read and write Front data through the Model Context Protocol — Anthropic's open standard for connecting LLMs to external tools. StackOne's Front MCP server ships with 53 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 Front's API, ready for your agent. Create, read, update, and delete — scoped to exactly what you need.
Retrieve a list of conversations from Front in reverse chronological order.
Retrieve a specific conversation by ID from Front.
Search for conversations in Front using query filters.
Update a conversation's properties in Front.
Delete a conversation from Front.
Add an internal comment to a conversation in Front.
Retrieve all comments on a conversation from Front.
Add a tag to a conversation in Front.
Remove a tag from a conversation in Front.
Add followers to a conversation in Front.
Retrieve all followers of a conversation from Front.
Create a new contact in Front.
Retrieve a list of contacts from Front.
Retrieve a specific contact by ID from Front.
Update an existing contact in Front.
Delete a contact from Front.
Retrieve a list of teammates from Front.
Retrieve a specific teammate by ID from Front.
Update a teammate's profile in Front.
Create a new inbox in Front.
Retrieve a specific inbox by ID from Front.
Retrieve a list of channels from Front.
Retrieve a specific channel by ID from Front.
Update a channel's settings in Front.
Send an outbound message from a channel in Front.
Retrieve a specific message by ID from Front.
Create a new tag in Front.
Retrieve a list of tags from Front.
Retrieve a specific tag by ID from Front.
Update a tag in Front.
Delete a tag from Front.
Create a child tag under a parent tag in Front.
Retrieve child tags of a parent tag from Front.
Create a new account in Front.
Retrieve a list of accounts from Front.
Retrieve a specific account by ID from Front.
Update an existing account in Front.
Delete an account from Front.
Retrieve a list of events from Front.
Retrieve a specific event by ID from Front.
Add a new handle (email, phone, etc.) to a contact in Front.
Add a note to a contact in Front.
Create a draft message which is the first message of a new conversation.
Retrieve all messages in a conversation from Front.
Retrieve all conversations for a contact from Front.
Retrieve the teammate associated with the current API token.
Retrieve a list of inboxes from Front.
Retrieve conversations in an inbox from Front.
Retrieve channels associated with an inbox from Front.
Retrieve conversations with a specific tag from Front.
Retrieve contacts associated with an account from Front.
Retrieve events for a specific conversation from Front.
Assign or unassign a conversation to a teammate in Front.
One endpoint. Any framework. Your agent is talking to Front 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>"
]
}
}
}123+ actions
104+ actions
84+ actions
74+ actions
71+ actions
69+ actions
67+ 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.