SignOnSite Connector for AI agents.
12 live capabilities
Manage construction site safety and worker attendance through your AI client.
Waiting for input…
Why people use SignOnSite
SignOnSite for Construction Site Safety Compliance
This Connector changes that by letting you ask your AI client for that info directly. You get a clear answer about worker status or permit availability in seconds, keeping your site compliant without the manual overhead.
What Vinkius changes
You get a conversational interface for your entire construction site safety and attendance record.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Emergency Evacuation
A manager asks who is on-site right now to ensure everyone is accounted for during a drill.
- Real-world use case 02
Compliance Audit
A safety officer asks the AI to check all worker inductions for a specific site to prepare for an inspection.
- Real-world use case 03
Daily Site Prep
A foreman asks for all active Hot Works permits for the day to coordinate morning heavy work.
Complete set · 12capabilities
The complete SignOnSite capability set.
These are the exact actions your AI can choose when you ask it to work with SignOnSite.
01—04
4 capabilities in this set.
Part of 12 available through SignOnSite.
- 01 Capability
Get site details
Pull specific metadata for a single construction site. Use this to get a quick summary of site info.
- 02 Capability
Get worker details
Get a full profile for a specific worker. This provides all the data you need for a single person.
- 03 Capability
List sites
Browse all construction sites in your portfolio. This helps you manage multiple locations from one place.
- 04 Capability
List workers
Get a full list of every worker assigned to your project. This helps you see your total headcount at a glance.
05—08
4 capabilities in this set.
Part of 12 available through SignOnSite.
- 05 Capability
Query site attendance
Filter worker logs by specific dates or locations. Use this to see who showed up for a specific shift.
- 06 Capability
Query worker credentials
Check if a worker has the right licenses and completed inductions. This is vital for verifying high-risk qualifications.
- 07 Capability
Query form submissions
Pull up completed safety forms from your site records. Use this to review submitted documentation quickly.
- 08 Capability
Query permits
View active safety permits like Hot Works or Confined Space. This ensures you know what high-risk work is authorized.
09—12
4 capabilities in this set.
Part of 12 available through SignOnSite.
- 09 Capability
Sign off worker
Manually record a worker leaving the site. This keeps your real-time attendance numbers accurate.
- 10 Capability
Sign on worker
Manually record a worker arriving at the site. Use this to update your records when workers arrive.
- 11 Capability
List companies
See all companies associated with your account. Use this to manage your various business partners.
- 12 Capability
Enrol worker
Add a new worker to your site's registration list. This makes onboarding new crew members much faster.
Set up in minutes
One URL. Then ask SignOnSite to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use SignOnSite 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_FB0e0XfAO84heeGMlIldyjVt9QmhfYrUSzuaeGF8/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 SignOnSite, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable SignOnSite for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_FB0e0XfAO84heeGMlIldyjVt9QmhfYrUSzuaeGF8/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 SignOnSite URL.
- Step 03
Save and start
Save the connection and enable SignOnSite in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"signonsite": {
"url": "https://edge.vinkius.com/vk_preview_FB0e0XfAO84heeGMlIldyjVt9QmhfYrUSzuaeGF8/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 SignOnSite
Open Agent mode in chat and ask: "Using SignOnSite, help me...". 12 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"signonsite": {
"url": "https://edge.vinkius.com/vk_preview_FB0e0XfAO84heeGMlIldyjVt9QmhfYrUSzuaeGF8/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 SignOnSite
Ask Copilot: "Using SignOnSite, help me...". 12 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"signonsite": {
"url": "https://edge.vinkius.com/vk_preview_FB0e0XfAO84heeGMlIldyjVt9QmhfYrUSzuaeGF8/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 SignOnSite
Open Cascade and ask: "Using SignOnSite, help me...". 12 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"signonsite": {
"url": "https://edge.vinkius.com/vk_preview_FB0e0XfAO84heeGMlIldyjVt9QmhfYrUSzuaeGF8/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 SignOnSite
Ask Cline: "Using SignOnSite, help me...". 12 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add signonsite --transport http "https://edge.vinkius.com/vk_preview_FB0e0XfAO84heeGMlIldyjVt9QmhfYrUSzuaeGF8/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 SignOnSite
Ask Claude: "Using SignOnSite, show me...". 12 tools are ready
Where the request belongs
Work SignOnSite can move forward.
Construction site managers who are tired of manual logs and safety officers who need to verify credentials on the fly.
Site Manager
Checking who is actually on-site during an emergency or shift change.
Safety Officer
Auditing worker inductions and permits to ensure site compliance.
Operations Coordinator
Managing multi-site worker enrollments and company metadata.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsGripr
Manage safety compliance, inspections, and risk assessments for construction and industrial projects with mobile-first capabilities.
KPA Flex
Manage EHS compliance. list inspections, audit employees, and search reports.
Safepoint
Protect your business data with secure backup, disaster recovery, and cloud-to-cloud replication for critical SaaS applications.
Traction Guest
Manage visitor operations via Traction Guest. list hosts, locations, invites, sign-ins, and group visits directly from any AI agent.
ClockShark
Track field crew hours with GPS-verified timesheets, job costing, and scheduling that keeps construction teams on budget.
CompanyCam
Enable your AI agent to manage construction projects, photos, and jobsite documentation via the CompanyCam API.
Bring your own AI
Change the model, client or framework. Keep SignOnSite 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 SignOnSite.
The practical details behind the request, access and result.
How does SignOnSite MCP help with construction site safety?
It connects your safety records to your AI client, allowing you to instantly check for active permits and worker inductions during site walks or audits.
Can I use SignOnSite MCP to track worker attendance?
Yes, you can use it to record sign-ons and sign-offs through natural language, keeping your real-time attendance records accurate without manual data entry.
Does SignOnSite MCP work with Claude or Cursor?
Yes, it works with any MCP-compatible client like Claude, Cursor, and Windsurf once you connect it via Vinkius.
How do I get worker credentials with SignOnSite MCP?
You can simply ask your AI agent to check a specific worker's licenses and inductions, and it will pull the data from your SignOnSite account.
Can I add new workers to my site using SignOnSite MCP?
Yes, you can use your AI client to enroll new workers into your site's registration list directly through your chat interface.
Is SignOnSite MCP good for safety audits?
It is excellent for audits because it allows you to quickly query completed safety forms and active permits to prove compliance on demand.
Can my AI automatically find which workers are currently signed onto a specific construction site?
Yes! Use the query_attendance capability. Provide the Site ID, and your agent will return the list of currently present workers and their sign-on times in seconds.
How do I check if a specific worker has completed their safety induction for a site?
Simply ask the agent to run the get_worker or query_credentials action. It will retrieve the enrollment status and safety credentials for that individual.
How do I find my SignOnSite API Token?
Log in to your SignOnSite web dashboard, navigate to the Settings > API section, and you will find your unique Company API Token there.
One connection away
Give your agent a direct line to SignOnSite.
Connect SignOnSite once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available