← Index

Émile

io.github.SebastienGal/emile-wine·v0.2.5·Search
Quality Score
80
/100

MCP server for the Émile wine cellar — list, add, recommend, scan and search 100k+ wines.

§00  Trust verdict · v1 advisory ·  method
UNVERIFIEDno verdict on file

Verdict not yet evaluated for this tool. The hybrid eval runs adversarial cases first; coverage rolls out as the corpus expands. Until a verdict is recorded, an agent should treat this tool as not-yet-cleared and fall back to its own checks. Method: hybrid eval, four-state verdict, honest limits.

§01  Install
Remote endpoint

Streamable HTTP / SSE endpoint. Add to any MCP client that supports remote servers.

https://mcp.emile.wine/mcp
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "emile-wine": {
      "command": "npx",
      "args": [
        "-y",
        "@emile-wine/mcp-server"
      ],
      "env": {
        "EMILE_API_KEY": "<your-emile_api_key>",
        "EMILE_API_URL": "https://api.emile.wine",
        "EMILE_LOG_LEVEL": "info"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "emile-wine": {
      "command": "npx",
      "args": [
        "-y",
        "@emile-wine/mcp-server"
      ],
      "env": {
        "EMILE_API_KEY": "<your-emile_api_key>",
        "EMILE_API_URL": "https://api.emile.wine",
        "EMILE_LOG_LEVEL": "info"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y @emile-wine/mcp-server
§02  Environment variables
EMILE_API_KEY
requiredsecret

API key generated from the Émile iOS app (Profile → Settings → API Keys). Starts with `emile_live_...`.

EMILE_API_URL

Optional override for the backend URL — only useful for local development against a self-hosted backend.

EMILE_LOG_LEVEL

Logging verbosity. One of: debug, info, warn, error.

§03  MCP Quality Score  ·  methodology
freshness
25
completeness
15
installability
25
documentation
10
stability
5
§04  Alternatives in Search