{ "name": "nutrients-mcp", "version": "1.0.3", "mcpName": "io.github.ericblair1903/nutrients-mcp", "description": "MCP server for food image analysis and nutrition data via TastyAPI", "keywords": ["mcp", "nutrition", "food", "calories", "nutrients", "ai", "claude"], "author": "EB Tech LLC", "license": "MIT", "homepage": "https://tastyapi.com", "repository": { "type": "git", "url": "git+https://github.com/ericblair1903/nutrients-mcp.git" }, "bugs": { "url": "https://github.com/ericblair1903/nutrients-mcp/issues" }, "type": "module", "main": "dist/index.js", "bin": { "nutrients-mcp": "dist/index.js" }, "files": [ "dist/", "README.md" ], "scripts": { "build": "tsc", "prepare": "npm run build", "start": "node dist/index.js" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.30.0" }, "devDependencies": { "typescript": "^5.0.0", "@types/node": "^20.0.0" }, "engines": { "node": ">=18" } }