drio
Open app

SafetyCulture MCP Server

Source

Catalog onlyCatalog onlySTDIO

Overview

SafetyCulture MCP Server is a Model Context Protocol (MCP) server designed for the SafetyCulture API, enabling users to query their SafetyCulture data using natural language after providing an API key.

To use the SafetyCulture MCP Server, clone the repository, install the dependencies, configure your SafetyCulture API key in the .env file, and run the server using the provided scripts.

  • Natural language querying of SafetyCulture data - Analysis of inspection data and trends - Comparison of safety metrics across different time periods and categories - Visualization of inspection trends over time
  1. Analyzing inspection data for safety compliance.
  2. Comparing injury reports over different time frames.
  3. Visualizing trends in safety metrics for better decision-making.

Add to your AI client

Use these steps to connect SafetyCulture MCP Server in Cursor, Claude, VS Code, and other MCP-compatible apps. The same JSON appears in the Use with menu above for one-click copy.

Cursor

Add this to your .cursor/mcp.json file in your project root, then restart Cursor.

.cursor/mcp.json

{
  "mcpServers": {
    "safetyculture-mcp-server-zerubroberts": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-safetyculture-mcp-server-zerubroberts"
      ]
    }
  }
}

Claude Desktop

Add this server entry to the mcpServers object in your Claude Desktop config, then restart the app.

~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)

{
  "mcpServers": {
    "safetyculture-mcp-server-zerubroberts": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-safetyculture-mcp-server-zerubroberts"
      ]
    }
  }
}

Claude Code

Add this to your project's .mcp.json file. Claude Code will detect it automatically.

.mcp.json (project root)

{
  "mcpServers": {
    "safetyculture-mcp-server-zerubroberts": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-safetyculture-mcp-server-zerubroberts"
      ]
    }
  }
}

VS Code (Copilot)

Add this to your .vscode/mcp.json file. Requires the GitHub Copilot extension with MCP support enabled.

.vscode/mcp.json

{
  "servers": {
    "safetyculture-mcp-server-zerubroberts": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-safetyculture-mcp-server-zerubroberts"
      ]
    }
  }
}

Windsurf

Add this to your Windsurf MCP config file, then restart Windsurf.

~/.codeium/windsurf/mcp_config.json

{
  "mcpServers": {
    "safetyculture-mcp-server-zerubroberts": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-safetyculture-mcp-server-zerubroberts"
      ]
    }
  }
}

Cline

Open Cline settings, navigate to MCP Servers, and add this server configuration.

Cline MCP Settings (via UI)

{
  "mcpServers": {
    "safetyculture-mcp-server-zerubroberts": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-safetyculture-mcp-server-zerubroberts"
      ]
    }
  }
}

FAQ

Can I use this server without an API key?

No, an API key is required to access SafetyCulture data.

Is there a way to test the API key?

Yes, you can use the `test_api.bat` script to verify your API key functionality.

What programming language is this project built with?

The project is built using Python.7:["$","div",null,{"className":"container mx-auto flex flex-col gap-4","children":["$L26","$L27",["$","$L28",null,{"currentProject":{"id":2254,"uuid":"3f744842-23f0-4cf3-befd-470d08f6d496","name":"safetyculture-mcp-server","title":"SafetyCulture MCP Server","description":"","avatar_url":"https://avatars.githubusercontent.com/u/3461046?v=4","created_at":"2025-03-09T06:54:55.706Z","updated_at":"2025-03-12T10:20:52.910Z","status":"created","author_name":"zerubroberts","author_avatar_url":"https://avatars.githubusercontent.com/u/3461046?v=4","tags":"[]","category":"research-and-data","is_featured":false,"sort":1,"url":"https://github.com/zerubroberts/safetyculture-mcp-server","target":"_self","content":"$29","summary":"$2a","img_url":null,"type":null,"metadata":"{\"star\":\"0\",\"license\":\"\",\"language\":\"Python\",\"is_official\":false,\"latest_commit_time\":\"2025-03-07 12:08:44\"}","user_uuid":null,"tools":null,"sse_url":null,"sse_provider":null,"sse_params":null,"is_official":false,"server_command":null,"server_params":null,"server_config":null,"allow_call":false,"is_innovation":false,"is_dxt":false,"dxt_manifest":null,"dxt_file_url":null,"is_audit":false},"randomProjects":[],"currentServerKey":"$undefined"}]]}]