KPA Flex Connector for AI agents.
10 live capabilities
Manage workplace safety compliance and employee training records with real-time data.
Waiting for input…
Why people use KPA Flex
KPA Flex for Automating Safety Inspection Audits
KPA Flex changes this by giving your agent direct access to all your EHS data. You can simply ask your agent to identify which sites have open issues or which employees are missing mandatory training. This turns a multi-hour audit into a few seconds of conversation, providing you with clear answers instantly.
What Vinkius changes
You get a direct way to query your safety and compliance data using natural language.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Verifying worker certifications
A safety officer needs to know who hasn't finished forklift training.
- Real-world use case 02
Finding warehouse incidents
A manager wants to find every forklift incident in the warehouse.
- Real-world use case 03
Auditing site equipment
An auditor needs to see the equipment list for a specific site.
Complete set · 10capabilities
The complete KPA Flex capability set.
These are the exact actions your AI can choose when you ask it to work with KPA Flex.
01—04
4 capabilities in this set.
Part of 10 available through KPA Flex.
- 01 Capability
List custom forms
See all the custom forms you have built. This helps you manage your reporting templates.
- 02 Capability
Get form schema
See what fields are required for a specific audit form. This helps you understand how data is being collected.
- 03 Capability
List company assets
Get a full list of equipment and assets. Use this to keep track of what is currently on site.
- 04 Capability
List safety trainings
Pull all training records for your team. This makes it easy to see who has finished their required courses.
05—07
3 capabilities in this set.
Part of 10 available through KPA Flex.
- 05 Capability
Search ehs reports
Look through every safety report in your system using keywords. This is the fastest way to find specific incidents.
- 06 Capability
List ehs inspections
See every safety inspection conducted. You can use this to keep track of ongoing audit schedules.
- 07 Capability
Get inspection details
Pull the full details for a single inspection. This is great for deep diving into specific findings.
08—10
3 capabilities in this set.
Part of 10 available through KPA Flex.
- 08 Capability
List flex employees
Get a list of every employee in the system. This serves as a starting point for auditing your workforce.
- 09 Capability
Get employee ehs profile
See the specific safety profile for an individual. This shows their training status and incident history.
- 10 Capability
Get flex site stats
Get high level safety numbers for your locations. Use this to see how your sites are performing at a glance.
Set up in minutes
One URL. Then ask KPA Flex to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use KPA Flex 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_i0BukMQtpWPfS3ZkB3sERoXC0oDmJpHN4c9rYxyT/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 KPA Flex, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable KPA Flex for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_i0BukMQtpWPfS3ZkB3sERoXC0oDmJpHN4c9rYxyT/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 KPA Flex URL.
- Step 03
Save and start
Save the connection and enable KPA Flex in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"kpa-flex": {
"url": "https://edge.vinkius.com/vk_preview_i0BukMQtpWPfS3ZkB3sERoXC0oDmJpHN4c9rYxyT/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 KPA Flex
Open Agent mode in chat and ask: "Using KPA Flex, help me...". 10 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"kpa-flex": {
"url": "https://edge.vinkius.com/vk_preview_i0BukMQtpWPfS3ZkB3sERoXC0oDmJpHN4c9rYxyT/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 KPA Flex
Ask Copilot: "Using KPA Flex, help me...". 10 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"kpa-flex": {
"url": "https://edge.vinkius.com/vk_preview_i0BukMQtpWPfS3ZkB3sERoXC0oDmJpHN4c9rYxyT/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 KPA Flex
Open Cascade and ask: "Using KPA Flex, help me...". 10 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"kpa-flex": {
"url": "https://edge.vinkius.com/vk_preview_i0BukMQtpWPfS3ZkB3sERoXC0oDmJpHN4c9rYxyT/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 KPA Flex
Ask Cline: "Using KPA Flex, help me...". 10 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add kpa-flex --transport http "https://edge.vinkius.com/vk_preview_i0BukMQtpWPfS3ZkB3sERoXC0oDmJpHN4c9rYxyT/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 KPA Flex
Ask Claude: "Using KPA Flex, show me...". 10 tools are ready
Where the request belongs
Work KPA Flex can move forward.
This is for EHS managers and safety officers who are tired of manual data entry. It solves the pain of hunting through disconnected spreadsheets to find training records or incident history.
EHS Manager
Uses the Connector to check compliance across multiple sites and pull high level safety stats for quarterly reports.
Safety Officer
Uses the Connector to audit daily safety reports and quickly find specific hazard logs in the warehouse.
HR Compliance Lead
Uses the Connector to verify that every new hire has completed their mandatory safety training and certifications.
Site Supervisor
Uses the Connector to keep track of equipment lists and audit assets on their specific site.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorseCompliance
Equip your AI agent to manage safety incidents, track inspections, and monitor action items via the eCompliance API.
DOL (Department of Labor)
Access US Department of Labor data including OSHA inspections, MSHA safety records, and wage compliance directly from your AI agent.
Drata
Automate compliance and security via Drata. monitor controls, track personnel onboarding, audit policies, and verify cloud asset security directly from any AI agent.
Factored Quality
Manage quality control via Factored Quality. track inspections, audits, and lab tests directly through your AI agent.
Gripr
Manage safety compliance, inspections, and risk assessments for construction and industrial projects with mobile-first capabilities.
SignOnSite
Track who enters and exits your construction sites with digital sign-in, safety inductions, and compliance documentation.
Bring your own AI
Change the model, client or framework. Keep KPA Flex 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 KPA Flex.
The practical details behind the request, access and result.
Can KPA Flex MCP help with safety audits?
Yes, it allows your agent to quickly list all safety inspections and pull specific details. This makes it much faster to identify compliance gaps across different sites.
Can I use KPA Flex MCP to check employee training?
Absolutely. You can ask your agent to check individual employee profiles to see their training status, certifications, and any history of safety incidents.
How does KPA Flex MCP help with asset management?
It gives your agent the ability to list all equipment and assets in your system. This helps you keep an accurate count of what is on-site at any time.
Can KPA Flex MCP search for specific incident types?
Yes, your agent can search through all your safety reports using specific keywords. This is great for finding patterns in things like fire hazards or forklift incidents.
Does KPA Flex MCP work with my existing EHS data?
It connects directly to your KPA Flex account. As long as your data is in their system, your agent can access it for audits, stats, and reporting.
Can I use KPA Flex MCP to see site statistics?
Yes, it can pull high level safety stats for your different locations. This allows you to see how various sites are performing at a glance.
Where do I find my KPA Flex API Key?
In KPA Flex, go to your profile settings or the administrative control panel to generate a new API Key for integration.
Can I see photos attached to inspections?
The get_inspection_details capability returns metadata and links to resources, including photos if available.
Does this support creating new inspections?
The current version focuses on data retrieval and auditing. Creation capabilities are being considered for future releases.
One connection away
Give your agent a direct line to KPA Flex.
Connect KPA Flex once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available