Back to Browse

Pequerecetas MCP Server

Developer ToolsLow Risk10.0LocalNew
Free

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

About

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

Security Report

10.0
Low Risk10.0Low Risk

Valid MCP server (1 strong, 0 medium validity signals). No known CVEs in dependencies. Package registry verified. Imported from the Official MCP Registry. Trust signals: trusted author (21/22 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: PQR_USER_AGENT

Minimum milliseconds between requests. Default 3000, floor 3000, ceiling 60000.Optional

Environment variable: PQR_MIN_INTERVAL_MS

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

Environment variable: PQR_TIMEOUT_MS

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

Environment variable: PQR_MAX_RETRIES

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

Environment variable: PQR_CACHE_TTL_MS

In-memory cache size. Default 200.Optional

Environment variable: PQR_CACHE_MAX_ENTRIES

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

Environment variable: PQR_LOG_LEVEL

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "io-github-smeet666-mcp-pequerecetas": {
      "env": {
        "PQR_LOG_LEVEL": "your-pqr-log-level-here",
        "PQR_TIMEOUT_MS": "your-pqr-timeout-ms-here",
        "PQR_USER_AGENT": "your-pqr-user-agent-here",
        "PQR_MAX_RETRIES": "your-pqr-max-retries-here",
        "PQR_CACHE_TTL_MS": "your-pqr-cache-ttl-ms-here",
        "PQR_MIN_INTERVAL_MS": "your-pqr-min-interval-ms-here",
        "PQR_CACHE_MAX_ENTRIES": "your-pqr-cache-max-entries-here"
      },
      "args": [
        "-y",
        "mcp-pequerecetas"
      ],
      "command": "npx"
    }
  }
}

Reviews

No reviews yet

Be the first to review this server!