Back to Browse

Ptitchef MCP Server

Developer ToolsLow Risk10.0LocalNew
Free

Search Ptitchef recipes, read one, and rescale it to any servings. No API key.

About

Search Ptitchef recipes, read one, and rescale it to any servings. 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 (32/34 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.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

file_system

Check that this permission is expected for this type of plugin.

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: PTC_USER_AGENT

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

Environment variable: PTC_MIN_INTERVAL_MS

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

Environment variable: PTC_TIMEOUT_MS

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

Environment variable: PTC_MAX_RETRIES

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

Environment variable: PTC_CACHE_TTL_MS

In-memory cache size. Default 200.Optional

Environment variable: PTC_CACHE_MAX_ENTRIES

The most one page may run to before the read is abandoned. Default 8000000.Optional

Environment variable: PTC_MAX_BODY_BYTES

The whole of the time one read may take, retries included. Default 60000.Optional

Environment variable: PTC_BUDGET_MS

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

Environment variable: PTC_LOG_LEVEL

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "io-github-smeet666-mcp-ptitchef": {
      "env": {
        "PTC_BUDGET_MS": "your-ptc-budget-ms-here",
        "PTC_LOG_LEVEL": "your-ptc-log-level-here",
        "PTC_TIMEOUT_MS": "your-ptc-timeout-ms-here",
        "PTC_USER_AGENT": "your-ptc-user-agent-here",
        "PTC_MAX_RETRIES": "your-ptc-max-retries-here",
        "PTC_CACHE_TTL_MS": "your-ptc-cache-ttl-ms-here",
        "PTC_MAX_BODY_BYTES": "your-ptc-max-body-bytes-here",
        "PTC_MIN_INTERVAL_MS": "your-ptc-min-interval-ms-here",
        "PTC_CACHE_MAX_ENTRIES": "your-ptc-cache-max-entries-here"
      },
      "args": [
        "-y",
        "mcp-ptitchef"
      ],
      "command": "npx"
    }
  }
}

Reviews

No reviews yet

Be the first to review this server!