Timeero Connector for AI agents.
11 live capabilities
Manage field service schedules and GPS-verified timesheets with ease.
Waiting for input…
Why people use Timeero
Timeero for Field Service Workforce Management
This Connector puts all that data in one place. You can ask your agent for a status update on a specific job or see a summary of everyone's shifts. It turns a messy pile of tabs into a clear, conversational overview of your entire operation.
What Vinkius changes
You get a voice-controlled dashboard for your entire mobile workforce.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Real-time job status checks
An operations manager asks their agent to see which jobs are still open for the Northeast region.
- Real-world use case 02
Automated payroll data gathering
A payroll admin asks for all timesheets from last Tuesday for the plumbing team.
- Real-world use case 03
Identifying project bottlenecks
A field lead asks what tasks are left for the Repair job.
Complete set · 11capabilities
The complete Timeero capability set.
These are the exact actions your AI can choose when you ask it to work with Timeero.
01—04
4 capabilities in this set.
Part of 11 available through Timeero.
- 01 Capability
Get timeero schedule
Pull details for a specific work schedule. This helps you see exactly who is supposed to be where.
- 02 Capability
Get timeero task
Retrieve info on a specific task. Use this to see the sub-steps of a larger job.
- 03 Capability
Get timeero timesheet
Get a specific timesheet's details. This is your go-to for checking individual work logs.
- 04 Capability
Check timeero status
Check the API connection status. Use this to make sure your data is flowing correctly.
05—08
4 capabilities in this set.
Part of 11 available through Timeero.
- 05 Capability
Get timeero user
Pull a specific user's profile. Use this to see team member details and history.
- 06 Capability
List timeero jobs
List all active jobs in your account. This gives you a high-level view of your current workload.
- 07 Capability
List timeero schedules
List all work schedules. Use this to see the full roadmap of your team's shifts.
- 08 Capability
Get timeero job
Get specific details about a single job. Use this to see what a technician is currently working on.
09—11
3 capabilities in this set.
Part of 11 available through Timeero.
- 09 Capability
List timeero tasks
List all available tasks. This helps you see the full scope of work for your team.
- 10 Capability
List timeero timesheets
List all timesheets in the system. Use this to gather data for payroll or audits.
- 11 Capability
List timeero users
List all users in your directory. Use this to get a full count of your active workforce.
Set up in minutes
One URL. Then ask Timeero to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Timeero 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_ahXWAwus2WhV7qZn4lMgSySLDNTTbSzfy9wHC1rf/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 Timeero, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Timeero for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_ahXWAwus2WhV7qZn4lMgSySLDNTTbSzfy9wHC1rf/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 Timeero URL.
- Step 03
Save and start
Save the connection and enable Timeero in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"timeero": {
"url": "https://edge.vinkius.com/vk_preview_ahXWAwus2WhV7qZn4lMgSySLDNTTbSzfy9wHC1rf/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 Timeero
Open Agent mode in chat and ask: "Using Timeero, help me...". 11 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"timeero": {
"url": "https://edge.vinkius.com/vk_preview_ahXWAwus2WhV7qZn4lMgSySLDNTTbSzfy9wHC1rf/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 Timeero
Ask Copilot: "Using Timeero, help me...". 11 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"timeero": {
"url": "https://edge.vinkius.com/vk_preview_ahXWAwus2WhV7qZn4lMgSySLDNTTbSzfy9wHC1rf/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 Timeero
Open Cascade and ask: "Using Timeero, help me...". 11 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"timeero": {
"url": "https://edge.vinkius.com/vk_preview_ahXWAwus2WhV7qZn4lMgSySLDNTTbSzfy9wHC1rf/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 Timeero
Ask Cline: "Using Timeero, help me...". 11 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add timeero --transport http "https://edge.vinkius.com/vk_preview_ahXWAwus2WhV7qZn4lMgSySLDNTTbSzfy9wHC1rf/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 Timeero
Ask Claude: "Using Timeero, show me...". 11 tools are ready
Where the request belongs
Work Timeero can move forward.
This is for the operations lead who's tired of chasing down field techs for status updates or the HR admin trying to reconcile messy, manual timesheets.
Operations Manager
Uses the capability to check job statuses and reassign tasks during the day to keep projects on schedule.
Field Service Lead
Monitors live progress of specific jobs to identify bottlenecks and ensure technicians have what they need.
HR & Payroll Admin
Pulls accurate timesheet data to ensure everyone gets paid correctly without manual data entry.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsBuddy Punch
Track employee hours with GPS-verified clock-ins, PTO management, and payroll-ready timesheet exports your team will love.
ClockShark
Track field crew hours with GPS-verified timesheets, job costing, and scheduling that keeps construction teams on budget.
TrackingTime
Track how your team spends time across projects and clients with timesheets, reports, and budgeting capabilities that keep work profitable.
Clockify
Manage time tracking and projects via Clockify. track entries, monitor projects, and audit team hours directly from any AI agent.
DeskTime
Understand how your team spends their workday with automatic time tracking, productivity scoring, and project cost analysis.
Harvest
Automate time tracking and invoicing via Harvest. manage clients, invoices, and time entries directly from any AI agent.
Bring your own AI
Change the model, client or framework. Keep Timeero 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 Timeero.
The practical details behind the request, access and result.
Can Timeero MCP track my team's GPS location?
Yes. It pulls GPS-verified data directly from Timeero so your agent can tell you exactly where your field team is working in real time.
How does Timeero MCP help with payroll?
It makes payroll much easier by pulling high-fidelity timesheets. You can ask your agent to summarize hours worked, which removes the need for manual data entry.
Can I see specific tasks for a job?
Yes. You can ask your agent to pull the task catalog for any specific job to see what's finished and what still needs to be done.
Is Timeero MCP good for construction?
It is ideal for construction and other field service industries where managing mobile workers, job pipelines, and shift schedules is a daily requirement.
How do I connect my Timeero account?
You just need to grab your API Token from your Timeero account settings and paste it into your AI client. Vinkius handles the rest of the connection.
Can it show me my whole team directory?
Yes, it can pull a complete directory of all your users. This lets you quickly check team member profiles and details through your AI agent.
How do I find my Timeero API Token?
Log in to your account, navigate to Account Settings > API, and generate a new high-fidelity Bearer Token.
Can I check my team's schedules via AI?
Yes! The list_timeero_schedules capability allows your agent to retrieve high-fidelity work schedules and user shifts for operational coordination.
How do I list my active jobs?
Use the list_timeero_jobs capability to retrieve the complete high-fidelity directory of jobs along with their unique identifiers for precise orchestration.
One connection away
Give your agent a direct line to Timeero.
Connect Timeero once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available