← Back to Plugins
MCP Server MCP

MCP FreeScout

github By github 👁 1 views ▲ 0 votes

FreeScout ticket management with AI-powered analysis, search filters, and structured outputs.

Homepage Verified source GitHub

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

Comments

Sign in to leave a comment

Loading comments...