ServiceM8 Connector for AI agents.
9 live capabilities
Manage field service jobs and staff schedules through natural conversation.
Waiting for input…
Why people use ServiceM8
ServiceM8 Field Service Management and Dispatching
With this Connector, you replace that friction with a single chat window. You can ask your agent to pull up a job, check a tech's availability, or find a client's history instantly. You get a clear view of your entire operation without ever leaving your conversation.
What Vinkius changes
You get a conversational interface for your entire field service management system.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Checking team availability
A manager asks the agent to list_staff to see who is currently unassigned and then assigns them to a new task.
- Real-world use case 02
Quick status updates
An operations lead uses get_job to see the latest updates on a specific work order without logging into the portal.
- Real-world use case 03
Adding new work orders
A dispatcher uses create_job to put a new request into the queue immediately after taking a phone call.
Complete set · 9capabilities
The complete ServiceM8 capability set.
These are the exact actions your AI can choose when you ask it to work with ServiceM8.
01—03
3 capabilities in this set.
Part of 9 available through ServiceM8.
- 01 Capability
Get job
Get the full details for a specific job. This helps you see exactly what needs to be done on a single work order.
- 02 Capability
List categories
List all the job categories you have set up. Use this to see how your different service types are organized.
- 03 Capability
List contacts
List all the contacts associated with your companies. Use this to find the right person to call for a specific job.
04—06
3 capabilities in this set.
Part of 9 available through ServiceM8.
- 04 Capability
Create job
Create a new ServiceM8 job for a specific company. This lets you add new work orders to your queue through natural language.
- 05 Capability
Get company
Get specific details for a single company in your system. Use this to quickly look up a client's history or info.
- 06 Capability
List companies
List every company in your client database. This is the fastest way to see your entire customer list.
07—09
3 capabilities in this set.
Part of 9 available through ServiceM8.
- 07 Capability
List job activity
Get the full activity history for a specific job. This shows you every move made on a project from start to finish.
- 08 Capability
List jobs
List every job currently in your ServiceM8 account. Use this to get a bird's-eye view of your entire workload.
- 09 Capability
List staff
List all the staff members in your organization. This helps you keep track of who is on the team and who is available.
Set up in minutes
One URL. Then ask ServiceM8 to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use ServiceM8 from the conversation.
Choose your client
Live previewAdvanced clients IDE · CLI
Claude · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_wQ5mZEdLKtTkBdYZZ2aIkQ4jrtHm00Zr8pTEYByD/mcp - Step 01
Open Connectors
In Claude Web or Claude Desktop, open Settings and choose Connectors.
- Step 02
Add the URL
Choose Add custom connector, name it ServiceM8, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable ServiceM8 for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_wQ5mZEdLKtTkBdYZZ2aIkQ4jrtHm00Zr8pTEYByD/mcp - Step 01
Open MCP settings
On desktop, open Settings and MCP servers. On web, open your workspace app or connector settings.
- Step 02
Add the URL
Choose Add server with Streamable HTTP, or create a custom MCP app, then paste the ServiceM8 URL.
- Step 03
Save and start
Save the connection and enable ServiceM8 in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"servicem8": {
"url": "https://edge.vinkius.com/vk_preview_wQ5mZEdLKtTkBdYZZ2aIkQ4jrtHm00Zr8pTEYByD/mcp"
}
}
} - Step 01
Open MCP Settings
Press Cmd+Shift+P (macOS) or Ctrl+Shift+P (Windows/Linux) → search "MCP Settings"
- Step 02
Add the server config
Paste the JSON configuration above into the mcp.json file that opens
- Step 03
Save the file
Cursor will automatically detect the new Connector
- Step 04
Start using ServiceM8
Open Agent mode in chat and ask: "Using ServiceM8, help me...". 9 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"servicem8": {
"url": "https://edge.vinkius.com/vk_preview_wQ5mZEdLKtTkBdYZZ2aIkQ4jrtHm00Zr8pTEYByD/mcp"
}
}
} - Step 01
Create MCP config
Create a .vscode/mcp.json file in your project root
- Step 02
Add the server config
Paste the JSON configuration above
- Step 03
Enable Agent mode
Open GitHub Copilot Chat and switch to Agent mode using the dropdown
- Step 04
Start using ServiceM8
Ask Copilot: "Using ServiceM8, help me...". 9 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"servicem8": {
"url": "https://edge.vinkius.com/vk_preview_wQ5mZEdLKtTkBdYZZ2aIkQ4jrtHm00Zr8pTEYByD/mcp"
}
}
} - Step 01
Open MCP Settings
Go to Settings → MCP Configuration or press Cmd+Shift+P and search "MCP"
- Step 02
Add the server
Paste the JSON configuration above into mcp_config.json
- Step 03
Save and reload
Windsurf will detect the new server automatically
- Step 04
Start using ServiceM8
Open Cascade and ask: "Using ServiceM8, help me...". 9 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"servicem8": {
"url": "https://edge.vinkius.com/vk_preview_wQ5mZEdLKtTkBdYZZ2aIkQ4jrtHm00Zr8pTEYByD/mcp"
}
}
} - Step 01
Open Cline MCP Settings
Click the Connectors icon in the Cline sidebar panel
- Step 02
Add remote server
Click "Add Connector" and paste the configuration above
- Step 03
Enable the server
Toggle the server switch to ON
- Step 04
Start using ServiceM8
Ask Cline: "Using ServiceM8, help me...". 9 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add servicem8 --transport http "https://edge.vinkius.com/vk_preview_wQ5mZEdLKtTkBdYZZ2aIkQ4jrtHm00Zr8pTEYByD/mcp" - Step 01
Install Claude Code
Run npm install -g @anthropic-ai/claude-code if not already installed
- Step 02
Add the Connector
Run the command above in your terminal
- Step 03
Verify the connection
Run claude mcp to list connected servers, or type /mcp inside a session
- Step 04
Start using ServiceM8
Ask Claude: "Using ServiceM8, show me...". 9 tools are ready
Where the request belongs
Work ServiceM8 can move forward.
This is for the people running trade businesses who are tired of the manual overhead of dispatching. If you're juggling multiple technicians and dozens of daily work orders, this capability takes the friction out of your daily coordination.
Field Service Manager
You use this to check staff assignments and job statuses without leaving your chat window.
Operations Coordinator
You use this to quickly find client contact info and update job activities during the day.
Trade Business Owner
You use this to get a high-level overview of all active jobs and company records.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsGorillaDesk
Manage field service operations. schedule jobs, invoice customers, and update notes via AI.
ServiceTitan
Manage field service operations via ServiceTitan. track customers, jobs, appointments, and inventory directly from any AI agent.
Fieldly
Connect Fieldly to automate construction management. manage work items, bookings, and invoices directly from your AI agent.
Giddyup
Coordinate field service teams with job dispatching, route optimization, and real-time status updates for mobile workforces.
FieldAware
Connect FieldAware to automate field service management. manage jobs, customers, and invoices directly from your AI agent.
Arrivy
Manage field service tasks, crews, and customer bookings with Arrivy. coordinate last-mile delivery and jobs via AI.
Bring your own AI
Change the model, client or framework. Keep ServiceM8 connected.
-
Claude -
ChatGPT -
Gemini -
Cursor -
VS Code -
Windsurf -
ZCode -
Cline -
Zed -
Continue -
Kiro -
Roo Code -
Zencoder -
Goose -
Void -
Augment Code -
Amp -
Qodo -
Tabnine -
Pieces -
Sourcegraph Cody -
JetBrains -
Warp -
Amazon Q -
Antigravity -
BoltAI -
Raycast -
Jan -
LM Studio -
AnythingLLM -
Open WebUI -
Msty -
Cherry Studio -
LibreChat -
TypingMind -
Chorus -
5ire -
n8n -
LangChain -
LlamaIndex -
CrewAI -
Vercel AI SDK
Before you connect
Questions about ServiceM8.
The practical details behind the request, access and result.
Can I use ServiceM8 to manage my HVAC team?
Yes, this Connector allows you to manage your HVAC team by listing staff, checking their assignments, and viewing their real-time job statuses through your AI client.
How does this help with job scheduling?
It lets you see all active jobs and their scheduled times in one place. You can ask your agent to find specific jobs or check the status of your entire daily workload.
Can I see my staff's availability?
Yes, you can use the Connector to pull a full list of your staff and see their current assignments, making it easy to see who is free for new work.
Can I add new jobs through the chat?
You can create new work orders directly through your AI agent by providing the job description and the company information.
Does this help with my client database?
Yes, it connects to your client records so you can search for companies and contact information using natural language instead of manual searching.
How do I see what's happening on a specific job?
You can ask your agent to retrieve the activity history for any specific job. It will show you a chronological list of every update and action taken on that project.
Can my AI automatically find the details and activity for a specific job just by providing its UUID?
Yes! Use the get_job capability with the Job UUID. Your agent will respond with complete metadata, including status, scheduled times, and specific operational notes in seconds.
How do I list all staff members to check availability?
Simply ask the agent to run the list_staff action. It will retrieve the full directory of staff members configured in your ServiceM8 account.
How do I find my ServiceM8 API Key?
Log in to your ServiceM8 dashboard, navigate to Settings > ServiceM8 Add-ons, and enable the API add-on to find your unique API Key.
One connection away
Give your agent a direct line to ServiceM8.
Connect ServiceM8 once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available