The comparison tools are what earn this a place. "How many inspections at this site in the last three months" and "did injury reports rise against the same window last year" are the two things people open the dashboard for, and both are one call.
An MCP server over the SafetyCulture API. It pulls inspections and actions through the Feed API and exposes them as questions you can ask rather than reports you have to build.
- Inspections for a time period you name
- Inspection trends analysed over time
- Injury reports compared between two periods
- Actions for a period, filtered by status such as in_progress, completed or overdue
- Actions filtered by priority: low, medium or high
- Full detail on any individual action
A SafetyCulture API key, put in a .env file copied from example.env, plus the Python dependencies from requirements.txt. The start-up scripts shipped with it are Windows .bat files.
