How to Use the FreeScout MCP in Windsurf
Manage FreeScout tickets directly inside Windsurf. Cascade reads context, plans actions, and manages queues autonomously.
Works with every AI agent you already use
…and any MCP-compatible client
Connect FreeScout MCP to Windsurf
Create your Vinkius account to connect FreeScout to Windsurf and route execution through our secure gateway. The platform manages server hosting, runtime updates, and security layers. Configuration requires no manual server provisioning.
Let Cascade Triage Your Mailboxes
The FreeScout MCP Server gives Windsurf direct access to your support queues. Cascade starts by running `list_mailboxes` and `list_conversations` to find unassigned tickets. You don't have to tell it which endpoints to hit. It just pulls the active threads and figures out what needs attention first. Once it identifies a priority issue, it pulls the full context using `get_conversation` and `list_threads`. If the ticket needs escalation, Cascade automatically assigns it to the right agent via `update_conversation` and drops an internal explanation using `add_note`. You watch the queue clear out while you write code.
Draft Replies with Context
Your IDE already knows what code you just pushed. Now it can explain those fixes to users. Cascade grabs the user's profile with `get_customer` to check their history. It maps their current complaint against the recent codebase changes it just analyzed in your editor. Instead of switching tabs to your helpdesk, you let the agent draft the response. It triggers `add_reply` to message the customer directly. If a new user emails about a bug, Cascade can even run `create_customer` and `create_conversation` to log the issue without you leaving the workspace.
Manage Support Teams via MCP Server
You can rebalance your entire support team's workload from the command palette. Cascade checks who is currently active by calling `list_users` and pulls specific agent details with `get_user`. It sees who has too many open tickets and who is sitting idle. You just tell Windsurf to balance the load. The agent loops through the active queues, grabs the overloaded tickets, and runs `update_conversation` to reassign them. If a thread is spam or a duplicate, it fires `delete_conversation` to keep the workspace clean.
Set up FreeScout MCP in Windsurf
Prerequisites
- Windsurf IDE installed (macOS, Windows, or Linux)
- Active Vinkius subscription with a valid endpoint token
- 1
Open MCP configuration
Click the Cascade assistant icon in the sidebar, then click the hammer icon (🔨) at the top of the panel. Select "Configure" to open
~/.codeium/windsurf/mcp_config.json. - 2
Add the FreeScout MCP
Paste the JSON snippet shown on the right into the
mcpServersobject. Replace[YOUR_TOKEN_HERE]with your endpoint token from cloud.vinkius.com. - 3
Refresh MCPs
Go back to the hammer icon (🔨) in Cascade and click "Refresh". Windsurf will detect the new server. No full restart is needed — the connection is hot-reloaded.
- 4
Verify in Cascade
Start a new Cascade conversation and ask something like "Show my FreeScout payment history." If connected, Cascade will call the FreeScout tools directly. You will see a green dot next to the server name in the MCP panel.
{
"mcpServers": {
"freescout-mcp": {
"url": "https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp"
}
}
} Independent Platform Disclaimer: Vinkius is an independent platform and is not affiliated with, endorsed by, sponsored by, verified by, or otherwise authorized by FreeScout. All third-party trademarks, logos, and brand names are the property of their respective owners. Their use on this website is strictly for informational purposes to identify service compatibility and interoperability.
Why Choose Vinkius
Vinkius connects your tools to AI with real-time monitoring and automatic cost savings — all from one dashboard.
Real-time monitoring
Live
visibility into every interaction
Connect your favorite tools to your AI and see exactly what's happening — every request, every response, in real time.
Built-in savings
60%
lower AI costs
Vinkius compresses data between your apps and your AI automatically. Lower bills every month — no configuration required.
Single dashboard
One
place for every integration
Every tool your AI connects to, managed from a single screen. One account, complete control.
Common questions about FreeScout MCP in Windsurf
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the FreeScout MCP today
We host it, we monitor it, we maintain it. You just paste one token.