{ "name": "mcp-recipes", "version": "4.0.0", "description": "MCP server that asks six recipe sites at once, in French, English and Spanish, merges the answers, and scales quantities. No API key required.", "keywords": [ "mcp", "model-context-protocol", "mcp-server", "recipes", "cooking", "marmiton", "wikibooks", "cookbook", "ptitchef", "bbc-good-food", "supertoinette", "pequerecetas", "ingredient-scaling", "multilingual" ], "homepage": "https://github.com/smeet666/mcp-recipes#readme", "bugs": { "url": "https://github.com/smeet666/mcp-recipes/issues" }, "funding": { "type": "buymeacoffee", "url": "https://buymeacoffee.com/smeet666" }, "repository": { "type": "git", "url": "git+https://github.com/smeet666/mcp-recipes.git" }, "license": "MIT", "author": { "name": "Damien Bouissou", "url": "https://github.com/smeet666" }, "type": "module", "bin": { "mcp-recipes": "dist/index.js" }, "exports": { ".": { "types": "./dist/index.d.ts", "import": "./dist/index.js" }, "./client": { "types": "./dist/sources/client.d.ts", "import": "./dist/sources/client.js" }, "./scale": { "types": "./dist/recipe/scale.d.ts", "import": "./dist/recipe/scale.js" } }, "files": [ "dist", "README.md", "LICENSE", "CHANGELOG.md", "PRIVACY.md", "server.json" ], "engines": { "node": ">=24.21.0" }, "mcpName": "io.github.smeet666/mcp-recipes", "scripts": { "build": "tsup", "typecheck": "tsc --noEmit", "test": "vitest run test/unit", "coverage": "vitest run test/unit --coverage", "build:manifest": "npm run build && node scripts/build-manifest-tools.mjs", "test:live": "vitest run test/live --testTimeout=120000", "format": "biome check --write && prettier --write \"**/*.{md,yml}\"", "check": "biome ci && prettier --check \"**/*.{md,yml}\"", "prepublishOnly": "npm run typecheck && npm run test && npm run build", "start": "node dist/index.js", "inspector": "npx @modelcontextprotocol/inspector node dist/index.js", "audit:floors": "node scripts/audit-floors.mjs" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.30.0", "mcp-bbc-goodfood": "^1.1.0", "mcp-marmiton": "^2.1.0", "mcp-pequerecetas": "^1.1.0", "mcp-ptitchef": "^1.0.1", "mcp-supertoinette": "^1.1.0", "mcp-wikibooks-cookbook": "^2.1.0", "zod": "^4.6.5" }, "devDependencies": { "@biomejs/biome": "2.5.12", "@types/node": "24.13.4", "@vitest/coverage-v8": "4.1.11", "prettier": "3.9.6", "tsup": "8.5.1", "typescript": "5.9.3", "vitest": "4.1.11" } }