Back to Home
dagnele icon

victualia-mcp

Verified Safe

by dagnele

Overview

An MCP (Model Context Protocol) server that dynamically exposes Victualia API endpoints as tools for AI assistants to manage home inventory, recipes, meal plans, and more.

Installation

Run Command
VICTUALIA_API_KEY=your-api-key npx victualia-mcp

Environment Variables

  • VICTUALIA_API_KEY
  • VICTUALIA_API_URL
  • VICTUALIA_OPENAPI_URL

Security Notes

The server correctly uses environment variables for API keys, avoiding hardcoded secrets. It dynamically fetches the OpenAPI spec and constructs API requests, with input sanitization handled by the underlying `zod` schema validation for parameters. The code explicitly avoids complex `zod-from-json-schema` usage to prevent issues with converting custom refinements back to JSON Schema for the MCP SDK, indicating a careful approach to data integrity and interoperability. No 'eval' or other obviously dangerous patterns were found. The primary external dependency is the Victualia API itself, and security depends on a valid API key.

Similar Servers

Stats

Interest Score0
Security Score9
Cost ClassLow
Avg Tokens1000
Stars0
Forks0
Last Update2025-12-10

Tags

MCPAI ToolsHome ManagementOpenAPIVictualia