MCP Server
MCP
MCP FreeScout
FreeScout ticket management with AI-powered analysis, search filters, and structured outputs.
Install
npx -y @verygoodplugins/[email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"identifier": "@verygoodplugins/mcp-freescout",
"version": "3.0.1",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Your FreeScout instance URL (e.g., https://support.example.com)",
"isRequired": true,
"format": "string",
"name": "FREESCOUT_URL"
},
{
"description": "FreeScout API key with read/write permissions",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "FREESCOUT_API_KEY"
},
{
"description": "Default user ID for ticket operations",
"format": "string",
"name": "FREESCOUT_DEFAULT_USER_ID"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment