Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
47 changes: 47 additions & 0 deletions registries/toolhive/servers/wine-labs/server.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.stacklok/wine-labs",
"description": "Wine matching, pricing, auctions, exchange, merchant, critic, portfolio, and cellar intelligence.",
"title": "Wine Labs",
"repository": {
"url": "https://github.com/imiraoui/winelabs-mcp",
"source": "github"
},
"version": "1.0.0",
"websiteUrl": "https://winelabs.ai/agents",
Comment on lines +10 to +11

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge Add the required server icon

This entry provides neither an icons reference nor an icon.svg asset, making wine-labs the only ToolHive server directory without an icon and leaving catalog consumers unable to display its branding. The server-entry instructions require both the asset and an icons array pointing to it, so add them before publishing the entry.

Useful? React with 👍 / 👎.

"remotes": [
{
"type": "streamable-http",
"url": "https://chat.wine-labs.com/mcp"
}
],
"_meta": {
"io.modelcontextprotocol.registry/publisher-provided": {
"io.github.stacklok": {
"https://chat.wine-labs.com/mcp": {
"tier": "Community",

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge Classify the first-party server as Official

The overview and author metadata identify this as Wine Labs' first-party hosted server, but Community denotes a community-maintained integration; every other first-party remote server in this registry uses Official. Keeping this value causes catalog consumers to present an inaccurate provenance tier, so use Official if Wine Labs operates the endpoint.

Useful? React with 👍 / 👎.

"status": "Active",
"tags": [
"remote",
"wine",
"market-data",
"pricing",
"auctions",
"oauth"
],
"tools": [
"search_winelabs_endpoints",
"fetch_winelabs_data",
"fetch_winelabs_data_bundle"
],
"overview": "## Wine Labs MCP\n\nWine Labs is the first-party hosted MCP server for fine-wine market intelligence. It provides discoverable access to wine and LWIN identity matching, current and historical pricing, merchant comparisons, auction lots and results, exchange order books and trades, critic and venue context, portfolios, alerts, maps, and cellar-file workflows.\n\nConnect over Streamable HTTP at `https://chat.wine-labs.com/mcp`. The server uses browser OAuth through standard protected-resource discovery; available data and operations follow the signed-in Wine Labs account and plan. Some account-scoped operations can mutate Wine Labs data.\n\nThe public repository contains MIT-licensed connection metadata and documentation. The hosted Wine Labs implementation and data remain proprietary.",
"custom_metadata": {
"author": "Wine Labs",
"homepage": "https://winelabs.ai/agents",
"license": "Proprietary service; MIT connection metadata"
}
}
}
}
}
}