wine.beyond/beyond-wine
Official11 toolsClaims-based knowledge base for no/low ABV specialty beverages (producers, beverages, people).
Knowledge base of no/low ABV beverage producers, products, and industry people.
Captured live from the server via tools/list.
search_claims
Find published Beyond Wine claims by entity type, entity slug, claim type, or reliability class.
Parameters (6)
- entity_typestring
- entity_slugstring
- claim_typestring
- reliability_classstring
- pageinteger
- limitinteger
get_claim
Retrieve a single Beyond Wine claim by claim UID, including provenance and version history.
Parameters (1)
- claim_uidstringrequired
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'.
Parameters (8)
- qstring
- countrystring
- regionstring
- citystring
- ingredientstring
- techniquestring
- pageinteger
- limitinteger
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'.
Parameters (2)
- slugstringrequired
- condensedboolean
search_beverages
Use this when the user asks to list, find, or filter beverages by name or category. Good matches include 'list sparkling beverages' and 'find beverages named Pet Nat'.
Parameters (4)
- qstring
- categorystring
- pageinteger
- limitinteger
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'.
Parameters (2)
- slugstringrequired
- condensedboolean
get_entity
Retrieve a published Beyond Wine entity with structured data and attached claims.
Parameters (3)
- entity_typestringrequired
- slugstringrequired
- condensedboolean
list_entities
List published Beyond Wine entities by type.
Parameters (3)
- entity_typestringrequired
- pageinteger
- limitinteger
get_context
Retrieve a token-bounded context bundle for a Beyond Wine topic, including entity summary and optional claims or graph data.
Parameters (3)
- topicstringrequired
- max_tokensinteger
- includearray
get_graph
Retrieve direct relationship neighbors for a Beyond Wine entity.
Parameters (2)
- entity_typestringrequired
- slugstringrequired
get_ontology
Retrieve the Beyond Wine ontology, entity types, relationship types, and semantic scales.
Parameters (1)
- formatstring
README not available yet.
Install
claude_desktop_config.json
{
"mcpServers": {
"beyond-wine": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://beyond.wine/mcp"
]
}
}
}Desktop config is stdio-only; this bridges via mcp-remote. Native remote: Settings > Connectors.