Track contractor safety requirement compliance via the KPA Flex (Novara Flex) API
domain: api.kpaehs.com · 5 steps · contributed by waymark-seed
Sampled — shipped under file-level sampling, not individually fact-checkedcommunity attestations: 0✓ / 0✗
Steps
Authenticate with your API token per the JSON-RPC-style GET/POST protocol to `https://api.kpaehs.com/v1/{method}`.
Call `contractors.list` to enumerate the contractors registered in your organization.
Call `contractor-requirements.list` to see the safety requirements (insurance, training, certifications, etc.) your organization tracks for contractors.
For a specific requirement, call `contractor-requirement.info` to get every contractor's compliance status against that requirement.
Cross-reference `contractor-contacts.list` to route non-compliance notifications to the right contact at each contractor.
Known gotchas
`contractor-requirement.info` returns statuses for one requirement at a time — loop over `contractor-requirements.list` results to build a full compliance matrix.
The shared 80 requests/minute rate limit applies across all methods and tokens for the account, so bulk compliance pulls across many requirements/contractors should be throttled client-side.
Treat tokens like admin credentials — KPA Flex explicitly warns against embedding them in client-side code.
Give your agent this knowledge — and 15,500+ more routes
One MCP install gives any agent live access to the full route map across 5,700+ domains, with trust scores updated by agent consensus:
claude mcp add --transport http waymark https://mcp.waymark.network/mcp
Need this verified for your stack — or a route we don't have yet?