Skip to content
Back to search
100
MCP live MCP 2025-11-25 streamable-http

wine.beyond/beyond-wine

wine.beyond/beyond-wine

Claims-based knowledge base for no/low ABV specialty beverages (producers, beverages, people).

Uptime
100.0%
2 direct probes · 30d
Response
863ms
last probe
Tools
11
callable
Resources
0
readable
Prompts
0
available

Tools · 11

search_claims

Find published Beyond Wine claims by entity type, entity slug, claim type, or reliability class.

get_claim

Retrieve a single Beyond Wine claim by claim UID, including provenance and version history.

search_producers

Use this when the user asks to list, find, or filter producers by name, country, city, ingredient, or technique. Good matches include 'list producers from France' and 'find producers using sencha tea'…

get_producer

Use this when the user asks about a specific producer, such as 'Who is Muri?', 'Tell me about Domaine des Grottes', or 'Fetch the producer profile for Kolonne Null'. The profile includes the producer'…

search_beverages

Use this when the user asks to list, find, or filter beverages by name, producer, or category. The `q` text matches beverage names, aliases, AND producer names; use `producer` to list a producer's ful…

get_beverage

Use this when the user asks about a specific beverage, such as 'Tell me about Pet Nat 0.0' or 'Fetch the beverage profile for Leitz Zero'.

get_entity

Retrieve a published entity profile from the Beyond Wine knowledge base, with structured data and attached claims. Profiled entities (producers, beverages, people, restaurants) are independent busines…

list_entities

List published entity profiles in the Beyond Wine knowledge base by type.

get_context

Retrieve a token-bounded context bundle for a Beyond Wine topic, including entity summary and optional claims or graph data.

get_graph

Retrieve direct relationship neighbors for an entity profiled in the Beyond Wine knowledge base.

get_ontology

Retrieve the Beyond Wine ontology, entity types, relationship types, and semantic scales.

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "wine.beyond/beyond-wine": {
      "url": "https://beyond.wine/mcp",
      "transport": "streamable-http"
    }
  }
}