Serversapp.recordo.api/calories-club
C

Calories Club: AI Food Tracker

app.recordo.api/calories-club · v1.0.1
● Remote
v1.0.1remote🌐 https://api.recordo.com/api/mcp/calories/mcp↗ Website
{}server.json

The full server descriptor as registered with IndusMCP.

{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
  "name": "app.recordo.api/calories-club",
  "description": "AI-powered calorie tracking with photo recognition, barcode scanning, and voice logging",
  "title": "Calories Club: AI Food Tracker",
  "version": "1.0.1",
  "websiteUrl": "https://recordo.app",
  "icons": [
    {
      "src": "https://api.recordo.com/app-assets/calories/icon.png"
    }
  ],
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://api.recordo.com/api/mcp/calories/mcp"
    }
  ],
  "_meta": {
    "io.modelcontextprotocol.registry/publisher-provided": {
      "documentation": "https://recordo.app/mcp/calories",
      "examples": [
        {
          "description": "Add a food entry by describing what you ate",
          "name": "Log a meal",
          "note": "Say 'I had a turkey sandwich with avocado for lunch' and the AI will extract calories and macros"
        },
        {
          "description": "Get a summary of today's nutrition",
          "name": "Check daily progress",
          "note": "Ask 'What did I eat today?' or 'How many calories have I had?'"
        },
        {
          "description": "Search through past food entries",
          "name": "Query meal history",
          "note": "Ask 'When was the last time I had pizza?' or 'Show me my protein intake this week'"
        }
      ],
      "keywords": [
        "calorie",
        "nutrition",
        "food",
        "tracker",
        "counter",
        "diet",
        "health",
        "macros",
        "meal",
        "ai",
        "photo-recognition",
        "barcode"
      ],
      "license": "Proprietary",
      "notes": [
        "OAuth 2.1 authentication required - users must sign up or sign in via Calories Club account",
        "Tools: list_entries, add_entry, update_entry, delete_entry, get_day_summary",
        "Interactive widgets for meal logging and daily summaries in supported hosts",
        "Privacy-first: photos and audio are processed and never stored on servers"
      ],
      "publisher": "Recordo Apps"
    },
    "dev.indusmcp/source": "official-registry-mirror",
    "dev.indusmcp/synced": "2026-05-12"
  }
}