Skip to main content
Glama
verygoodplugins

FreeScout MCP Server

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
FREESCOUT_URLYesYour FreeScout instance URL
FREESCOUT_API_KEYYesFreeScout API key
FREESCOUT_DEFAULT_USER_IDNoDefault user ID for assignments1

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
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

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

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