Skip to main content
Glama

MCP OpenNutrition

by deadletterq
package.json1.08 kB
{ "name": "mcp-opennutrition", "version": "1.0.0", "main": "index.js", "type": "module", "bin": { "mcp-opennutrition": "./build/index.js" }, "scripts": { "build": "rm -rf build && tsc && npm run convert-data && chmod 755 build/index.js", "inspector": "tsc && npm run convert-data && npx @modelcontextprotocol/inspector npx tsx src/index.ts", "convert-data": "tsx scripts/decompress-dataset.ts && tsx scripts/tsv-to-sqlite.ts && rm -rf data_local_temp" }, "files": [ "build" ], "keywords": [], "author": "", "license": "ISC", "description": "MCP implementation for OpenNutrition dataset access. Provides listing, querying, and filtering foods.", "dependencies": { "@modelcontextprotocol/sdk": "^1.12.1", "@types/yauzl": "^2.10.3", "better-sqlite3": "^11.7.0", "papaparse": "^5.4.1", "yauzl": "^3.2.0", "zod": "^3.25.46" }, "devDependencies": { "@types/better-sqlite3": "^7.6.13", "@types/node": "^22.15.29", "@types/papaparse": "^5.3.16", "tsx": "^4.19.2", "typescript": "^5.8.3" } }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/deadletterq/mcp-opennutrition'

If you have feedback or need assistance with the MCP directory API, please join our Discord server