Back to Browse

Nutrition Tracker Ai MCP Server

Developer ToolsUse Caution2.8MCP RegistryLocal
Free

Server data from the Official MCP Registry

Nutrition Tracker Ai MCP Server by MEOK AI Labs

About

Nutrition Tracker Ai MCP Server by MEOK AI Labs

Security Report

2.8
Use Caution2.8Critical Risk

This nutrition tracking MCP server implements a metering/licensing system with server-side API key validation and rate limiting. While core functionality is read-only and relatively safe, there are notable concerns: (1) the server makes external HTTP calls to proofof.ai/verify for every tool invocation to enforce rate limits, creating a privacy/availability risk; (2) the rate-limiting logic has a race condition in _rl() that could allow bypass; (3) external HTTP calls are made without proper error handling or user notification; (4) the monetization layer involves unverified external dependencies and infrastructure that users may not be aware of; (5) the in-memory meal log has no persistence or cleanup, limiting real-world utility. Supply chain analysis found 5 known vulnerabilities in dependencies (0 critical, 5 high severity). Package verification found 1 issue.

7 files analyzed · 15 issues found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

HTTP Network Access

Connects to external APIs or services over the internet.

env_vars

Check that this permission is expected for this type of plugin.

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "io-github-csoai-org-nutrition-tracker-ai-mcp": {
      "args": [
        "-y",
        "nutrition-tracker-ai-mcp"
      ],
      "command": "npx"
    }
  }
}

Reviews

No reviews yet

Be the first to review this server!