How to Use the FreeScout MCP in Claude Code
Manage FreeScout from the terminal. Pipe ticket data into scripts and automate support queues with Claude Code.
Works with every AI agent you already use
…and any MCP-compatible client
Connect FreeScout MCP to Claude Code
Create your Vinkius account to connect FreeScout to Claude Code and route execution through our secure gateway. The platform manages server hosting, runtime updates, and security layers. Configuration requires no manual server provisioning.
Automate Triage from the CLI
The FreeScout MCP Server exposes your helpdesk to headless terminal environments. Claude Code runs `list_mailboxes` and `list_conversations` on a cron job to monitor incoming traffic. You build shell scripts that let the agent decide how to route high-priority issues without human intervention. When an alert fires, Claude evaluates the text via `get_conversation`. It pulls your on-call roster using `list_users`, finds the active engineer with `get_user`, and routes the ticket using `update_conversation`. Your DevOps team never has to look at the actual support dashboard.
Link Deployments to Customer Support
Tie your release pipeline directly to customer communication. When a GitHub Action finishes a deployment, Claude Code triggers `list_threads` to find all users who reported the bug. It maps the commit hashes to the complaint tickets. The terminal agent then loops through the affected tickets and fires `add_reply` to notify everyone that the fix is live. It can also drop an audit log into the thread using `add_note`, or completely close the issue with `update_conversation`.
Execute Bulk Actions via MCP Server
UI dashboards are terrible for bulk updates. Claude Code handles massive migrations by running `list_customers` and iterating through the results. If you change your domain structure, the agent updates thousands of contact records using `update_customer`. You can clear out years of dead tickets in seconds. Tell Claude to find threads older than three years. It pulls them, logs the metadata, and runs `delete_conversation` in a fast, async loop. It handles the API rate limits while you work on something else.
Set up FreeScout MCP in Claude Code
Prerequisites
- Claude Code CLI installed (
npm install -g @anthropic-ai/claude-code) - Active Vinkius subscription with a valid endpoint token
- 1
Run the add command
Open your terminal and run the command shown on the right. Replace
[YOUR_TOKEN_HERE]with your endpoint token from cloud.vinkius.com. Use--scope userto make it available across all projects. - 2
Verify the connection
Start a Claude Code session and type
/mcpto list connected servers. You should seefreescout-mcpwith a green status indicator. - 3
Start using tools
Ask Claude Code something like "Check my latest FreeScout transactions." It will automatically discover and invoke the available FreeScout tools.
claude mcp add --transport http freescout-mcp https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp 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 Claude Code
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.