Back to Browse

Bbc Goodfood MCP Server

Developer ToolsLow Risk10.0LocalNew
Free

Search BBC Good Food recipes, read one, and scale its ingredients. No API key.

About

Search BBC Good Food recipes, read one, and scale its ingredients. No API key.

Security Report

10.0
Low Risk10.0Low Risk

Valid MCP server (1 strong, 1 medium validity signals). No known CVEs in dependencies. Package registry verified. Imported from the Official MCP Registry. Trust signals: trusted author (22/24 approved).

3 files analyzed · 1 issue found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

What You'll Need

Set these up before or after installing:

Identify your own client. This project's identifier stays appended, so the site can always reach a human.Optional

Environment variable: BGF_USER_AGENT

Minimum milliseconds between requests. Default 1500, floor 1000, ceiling 60000.Optional

Environment variable: BGF_MIN_INTERVAL_MS

Deadline for one request, in milliseconds. Default 20000.Optional

Environment variable: BGF_TIMEOUT_MS

Retries when the site is busy or asks for room. Default 3.Optional

Environment variable: BGF_MAX_RETRIES

In-memory cache lifetime, in milliseconds. Default 900000. Set 0 to turn it off.Optional

Environment variable: BGF_CACHE_TTL_MS

In-memory cache size. Default 200.Optional

Environment variable: BGF_CACHE_MAX_ENTRIES

silent, error, info or debug. Default error. Logs go to stderr.Optional

Environment variable: BGF_LOG_LEVEL

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "io-github-smeet666-mcp-bbc-goodfood": {
      "env": {
        "BGF_LOG_LEVEL": "your-bgf-log-level-here",
        "BGF_TIMEOUT_MS": "your-bgf-timeout-ms-here",
        "BGF_USER_AGENT": "your-bgf-user-agent-here",
        "BGF_MAX_RETRIES": "your-bgf-max-retries-here",
        "BGF_CACHE_TTL_MS": "your-bgf-cache-ttl-ms-here",
        "BGF_MIN_INTERVAL_MS": "your-bgf-min-interval-ms-here",
        "BGF_CACHE_MAX_ENTRIES": "your-bgf-cache-max-entries-here"
      },
      "args": [
        "-y",
        "mcp-bbc-goodfood"
      ],
      "command": "npx"
    }
  }
}

Reviews

No reviews yet

Be the first to review this server!