PluginBench
MCP Server
Active
MIT

Osha MCP Server

io.github.pipeworx-io/osha

What is the Osha MCP server?

OSHA MCP — US workplace-safety standards (29 CFR Chapter XVII, parts 1900–1990).

How to install Osha

Copy-paste configuration for popular MCP clients.

transport: http
Config generated by PluginBench — verify against the source before use.
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "osha": {
      "url": "https://gateway.pipeworx.io/osha/mcp"
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "osha": {
      "serverUrl": "https://gateway.pipeworx.io/osha/mcp"
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "osha": {
      "type": "http",
      "url": "https://gateway.pipeworx.io/osha/mcp"
    }
  }
}
Claude Desktop
Claude Desktop connects to remote servers via the mcp-remote bridge.
{
  "mcpServers": {
    "osha": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://gateway.pipeworx.io/osha/mcp"
      ]
    }
  }
}
Claude Code
claude mcp add --transport http osha https://gateway.pipeworx.io/osha/mcp

Related MCP servers

Pipeworx

Maintained

Live data gateway for AI — 3,300+ tools across 750+ sources, with citations

5
Dockerfile
MIT
View repository →

Football-Data.org MCP — soccer competitions, matches, standings

2
TypeScript
MIT
View repository →

Canada Government Procurement MCP — CanadaBuys open data (keyless).

1
TypeScript
MIT
View repository →

Cftc Cot

Active

CFTC Commitment of Traders (COT) MCP.

1
TypeScript
MIT
View repository →

Czso Cz

Active

Czech Statistical Office (Český statistický úřad, ČSÚ) open-data MCP.

1
TypeScript
MIT
View repository →

Data Ny

Active

data.ny.gov — New York State open-data Socrata portal

1
TypeScript
MIT
View repository →