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 |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| freescout_get_ticketB | Fetch and analyze a FreeScout ticket by ID or URL |
| freescout_analyze_ticketA | 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_ticketC | 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_contextB | 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
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- 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