HomeSearch & Research › mcp-pequerecetas

mcp-pequerecetas

Read Spanish family recipes from Pequerecetas and rescale them honestly. No API key.

TypeScript Cloud macOSWindowsLinux
★ 0 stars Last pushed 2026-09-22 License: MIT

Topics: Search & Data Extraction

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (npm 1.1.0)

npx -y [email protected]

Or add to your MCP client config:

{
  "mcpServers": {
    "mcp-pequerecetas": {
      "command": "npx",
      "args": [
        "-y",
        "[email protected]"
      ],
      "env": {
        "PQR_USER_AGENT": "<YOUR_VALUE>",
        "PQR_MIN_INTERVAL_MS": "<YOUR_VALUE>",
        "PQR_TIMEOUT_MS": "<YOUR_VALUE>",
        "PQR_MAX_RETRIES": "<YOUR_VALUE>",
        "PQR_CACHE_TTL_MS": "<YOUR_VALUE>",
        "PQR_CACHE_MAX_ENTRIES": "<YOUR_VALUE>",
        "PQR_LOG_LEVEL": "<YOUR_VALUE>"
      }
    }
  }
}
  • PQR_USER_AGENT — Identify your own client. This project's identifier stays appended, so the site can always reach a human.
  • PQR_MIN_INTERVAL_MS — Minimum milliseconds between requests. Default 3000, floor 3000, ceiling 60000.
  • PQR_TIMEOUT_MS — Deadline for one request, in milliseconds. Default 20000.
  • PQR_MAX_RETRIES — Retries when the site is busy or asks for room. Default 3.
  • PQR_CACHE_TTL_MS — In-memory cache lifetime, in milliseconds. Default 900000. Set 0 to turn it off.
  • PQR_CACHE_MAX_ENTRIES — In-memory cache size. Default 200.
  • PQR_LOG_LEVEL — silent, error, info or debug. Default error. Logs go to stderr.

Package (mcpb 1.1.0)

Package: mcpb https://github.com/smeet666/mcp-pequerecetas/releases/download/v1.1.0/mcp-pequerecetas-1.1.0.mcpb

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry