FreeScout MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| FREESCOUT_URL | Yes | Your FreeScout instance URL | |
| FREESCOUT_API_KEY | Yes | FreeScout API key | |
| FREESCOUT_DEFAULT_USER_ID | No | Default user ID for assignments | 1 |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| freescout_get_ticketC | Fetch and analyze a FreeScout ticket by ID or URL |
| freescout_analyze_ticketB | Analyze a FreeScout ticket to determine issue type, root cause, and suggested solution |
| freescout_add_noteB | Add an internal note to a FreeScout ticket |
| freescout_update_ticketB | Update ticket status and/or assignment |
| freescout_create_draft_replyB | Create a draft reply in FreeScout that can be edited before sending |
| freescout_get_ticket_contextA | Get ticket context and customer info to help draft personalized replies |
| freescout_search_ticketsB | Search for FreeScout tickets with explicit filter parameters. Use assignee: "unassigned" for unassigned tickets, or assignee: number for specific user. Supports relative time filters like "7d", "24h". Use includeLastMessage: true to get a preview of the most recent message for each ticket. |
| freescout_get_mailboxesA | Get list of available mailboxes |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/verygoodplugins/mcp-freescout'
If you have feedback or need assistance with the MCP directory API, please join our Discord server