How to Use the Freshteam MCP in VS Code Copilot
Equip your entire engineering team with live Freshteam HR data inside VS Code Copilot.
Works with every AI agent you already use
…and any MCP-compatible client
Connect Freshteam MCP to VS Code Copilot
Create your Vinkius account to connect Freshteam to VS Code Copilot and route execution through our secure gateway. The platform manages server hosting, runtime updates, and security layers. Configuration requires no manual server provisioning.
Share this MCP Server across your VS Code team
Standardize how your engineering team builds internal HR integrations. By committing an MCP config to your repository, every developer using VS Code Copilot gets instant access to the same tools. Your team can run `list_departments` and `list_job_roles` to reference identical database IDs. This keeps everyone aligned and prevents broken references in your onboarding scripts.
Build secure onboarding pipelines in VS Code Copilot
Automate the creation of internal accounts when a new hire joins. VS Code Copilot can draft and test scripts that link your internal systems directly to your ATS. The agent can query `create_employee_record` to test user provisioning pipelines, or verify details with `get_employee_details`. Developers can write, debug, and run these workflows without leaving their editor.
Automate scheduling tools with live time-off data
Building internal calendar or resource planning tools is faster when your MCP assistant can read active leave requests. Copilot fetches live schedule data to help you map out team availability. By calling `list_time_off_requests` and checking branch locations with `list_office_branches`, Copilot helps you write smart scheduling logic that respects local holidays and active employee leave.
Set up Freshteam MCP in VS Code Copilot
Prerequisites
- VS Code 1.99 or later with GitHub Copilot extension
- Active Vinkius subscription with a valid endpoint token
- 1
Open MCP configuration
Open the Command Palette (
Cmd+Shift+P/Ctrl+Shift+P) and run "MCP: Add Server". Select HTTP (Streamable) as the server type. VS Code will create.vscode/mcp.jsonin your workspace. - 2
Add the Freshteam MCP
Paste the JSON snippet shown on the right into your
.vscode/mcp.json. Replace[YOUR_TOKEN_HERE]with your endpoint token from cloud.vinkius.com. - 3
Switch to Agent mode
Open Copilot Chat (
Cmd+Shift+I/Ctrl+Shift+I) and switch to Agent mode using the dropdown. MCP tools are only available in Agent mode — they do not appear in Edit or Ask modes. - 4
Verify the connection
In the Copilot Chat input, type
#to list available tools. You should see the Freshteam tools listed. Try asking: "List my recent Freshteam transactions" and Copilot will invoke them automatically.
{
"mcpServers": {
"freshteam-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 Freshteam. 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 Freshteam MCP in VS Code Copilot
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the Freshteam MCP today
We host it, we monitor it, we maintain it. You just paste one token.