
ÉMile
Connect your agent to the Émile wine cellar API to list, add, recommend, scan, and search wines while building cellar or hospitality side projects.
Overview
Émile Wine is a MCP server for the Build phase that lists, adds, recommends, scans, and searches 100k+ wines in the Émile cellar from AI agents.
What is this MCP server?
- Cellar operations: list, add, recommend, scan, and search wines
- Catalog scale described as 100k+ wines in server metadata
- Stdio npm @emile-wine/mcp-server plus remote streamable-http at mcp.emile.wine
- Requires EMILE_API_KEY from Émile iOS app Profile → Settings → API Keys
- 100k+ wines referenced in server description
- MCP server version 0.2.5
- Dual transport: npm stdio and remote URL https://mcp.emile.wine/mcp
What problem does it solve?
Building wine-cellar features means reimplementing search, inventory, and recommendations unless your agent can call Émile directly.
Who is it for?
Indie builders pairing Émile with custom apps, agents, or workflows around personal or small-business cellars.
Skip if: Developers with no Émile account or products unrelated to beverages and hospitality experiences.
What do I get? / Deliverables
After you register the MCP server with an Émile API key, your agent can manage and query cellar data through documented tools.
- Agent tools to list, add, recommend, scan, and search wines
- Integration path to 100k+ wine search index plus personal cellar
- Documented logging via EMILE_LOG_LEVEL (debug, info, warn, error)
Recommended MCP Servers
Journey fit
Canonical shelf is Build because this MCP wires a third-party lifestyle API into agent workflows during product integration. Integrations reflects list/add/recommend/scan/search tools against Émile’s backend rather than core app business logic you own.
How it compares
Vertical lifestyle API MCP, not a generic CRUD database or payment server.
Common Questions / FAQ
Who is ÉMile Wine for?
Solo builders and ÉMile users who want MCP tools to manage a wine cellar and query a large commercial wine index from coding agents.
When should I use ÉMile Wine?
Use it during Build integrations when prototyping cellar apps, recommendation chatbots, or inventory assistants tied to ÉMile.
How do I add ÉMile Wine to my agent?
Install @emile-wine/mcp-server via npm for stdio or point your client to https://mcp.emile.wine/mcp for streamable-http, set EMILE_API_KEY from the iOS app, then reload MCP tools.