PluginBench
MCP Server
Active
MIT

Uk Food Hygiene MCP Server

io.github.pipeworx-io/uk-food-hygiene

What is the Uk Food Hygiene MCP server?

UK Food Hygiene MCP — Food Standards Agency food hygiene ratings (FHRS)

How to install Uk Food Hygiene

Copy-paste configuration for popular MCP clients.

transport: http
Config generated by PluginBench — verify against the source before use.
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "uk-food-hygiene": {
      "url": "https://gateway.pipeworx.io/uk-food-hygiene/mcp"
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "uk-food-hygiene": {
      "serverUrl": "https://gateway.pipeworx.io/uk-food-hygiene/mcp"
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "uk-food-hygiene": {
      "type": "http",
      "url": "https://gateway.pipeworx.io/uk-food-hygiene/mcp"
    }
  }
}
Claude Desktop
Claude Desktop connects to remote servers via the mcp-remote bridge.
{
  "mcpServers": {
    "uk-food-hygiene": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://gateway.pipeworx.io/uk-food-hygiene/mcp"
      ]
    }
  }
}
Claude Code
claude mcp add --transport http uk-food-hygiene https://gateway.pipeworx.io/uk-food-hygiene/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 →
Uk Food Hygiene MCP Server | PluginBench