Back to Home
skribblez2718 icon

mcp-servers

Verified Safe

by skribblez2718

Overview

An MCP server for the Recipez recipe management API, providing tools for recipe CRUD, AI-powered generation, grocery lists, and email operations.

Installation

Run Command
uv run python -m recipez_mcp

Environment Variables

  • RECIPEZ_BASE_URL
  • RECIPEZ_JWT_TOKEN

Security Notes

The server demonstrates good input validation (e.g., UUID validation, specific string lengths/formats), structured logging, and robust error handling. Sensitive credentials (JWT token, base URL) are correctly designated as environment variables rather than hardcoded. However, the default `CORS_ORIGINS` is set to `*` which is a significant security risk in production environments as it allows any origin to access the API. This requires manual adjustment by the user for secure deployment. Additionally, the README indicates the `RECIPEZ_JWT_TOKEN` expires after 12 hours, implying a need for manual refreshing or an external token management system not explicitly detailed in the provided server code, which could lead to service interruptions or insecure handling if not properly addressed by the operator.

Similar Servers

Stats

Interest Score0
Security Score7
Cost ClassMedium
Avg Tokens750
Stars0
Forks0
Last Update2026-01-03

Tags

Recipe ManagementAI GenerationGrocery ListsEmail AutomationAPI Wrapper