Connect
Optimize
Secure
Announcing StackOne Defender: leading open-source prompt injection guard for your agent • Read More →
Production-ready Freshdesk MCP server with 71 extensible actions — plus built-in authentication, security, and optimized execution.
Coverage
Create, read, update, and delete across Freshdesk — and extend your agent's capabilities with custom actions.
Authentication
Per-user OAuth in one call. Your Freshdesk MCP server gets session-scoped tokens with zero credentials stored on your infra.
Agent Auth →Security
Every Freshdesk 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 Freshdesk call.
Tools Discovery →A Freshdesk MCP server lets AI agents read and write Freshdesk data through the Model Context Protocol — Anthropic's open standard for connecting LLMs to external tools. StackOne's Freshdesk MCP server ships with 71 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 Freshdesk's API, ready for your agent. Create, read, update, and delete — scoped to exactly what you need.
Create a new agent in Freshdesk
Retrieve a list of all agents in Freshdesk
Retrieve a specific agent by ID
Search for agents by name or email using autocomplete
Update an existing agent in Freshdesk
Delete an agent from Freshdesk
Create a new canned response folder
List all canned response folders
Retrieve a specific canned response folder and its responses
Update an existing canned response folder
Create a new canned response in Freshdesk
Retrieve a specific canned response by ID
Update an existing canned response in Freshdesk
Retrieve a paginated list of all companies in Freshdesk
Search companies by name using autocomplete
Create a new company in Freshdesk
Retrieve detailed information about a specific company by its ID
Update an existing company in Freshdesk
Permanently delete a company from Freshdesk
Create a new contact
Retrieve a paginated list of contacts
Retrieve a single contact by ID
Search contacts by keyword using autocomplete
Update an existing contact
Soft delete a contact
Update the body of an existing conversation
Delete an existing conversation
Create a new agent group for ticket assignment and escalation
Retrieve a paginated list of all agent groups in the Freshdesk account
Retrieve details of a specific group by its ID
Update an existing group's properties and membership
Permanently delete a group from Freshdesk
List all roles in the helpdesk
Retrieve a specific role by ID
Create a new solution category in the knowledge base
Retrieve a specific solution category by ID
Update an existing solution category
Delete a solution category from the knowledge base
Create a new solution folder within a category
Retrieve all folders within a solution category
Retrieve a specific solution folder by ID
Update an existing solution folder
Delete a solution folder from the knowledge base
Create a new solution article within a folder
Retrieve all articles within a solution folder
Retrieve a specific solution article by ID
Update an existing solution article
Delete a solution article from the knowledge base
Create a new support ticket
Retrieve a paginated list of all tickets
Retrieve a single ticket by ID
Update an existing ticket
Permanently delete a ticket
Create a new time entry for a ticket
Update an existing time entry
Delete a time entry
Reply to a ticket
Add a note to a ticket
Retrieve the currently authenticated agent's profile
Retrieve detailed canned responses in a folder
Retrieve all company fields configured in Freshdesk
Retrieve all contact fields configured in Freshdesk
Retrieve all conversations for a specific ticket
Retrieve all solution categories in the knowledge base
Retrieve all ticket fields configured in the helpdesk
Retrieve all time entries across all tickets
Restore a previously deleted contact
Forward a ticket to external email addresses
Restore a previously deleted ticket
Search tickets using Freshdesk query language
Start or stop the timer on a time entry
One endpoint. Any framework. Your agent is talking to Freshdesk 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
69+ actions
67+ actions
65+ 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.