Data Collection
beyond.wine
Provides search and retrieval of wine-related claims, producers, and beverages from Beyond Wine's database.
ENDPOINT 1
https://beyond.wine/mcp
MCP server metadata
- Name
- beyond-wine-mcp
- Version
- 0.1.0
Known tools 11
search_claimsFind published Beyond Wine claims by entity type, entity slug, claim type, or reliability class.
Inferred read-onlyget_claimRetrieve a single Beyond Wine claim by claim UID, including provenance and version history.
Inferred read-onlysearch_producersUse this when the user asks to list, find, or filter producers by name, country, city, ingredient, or technique.
Inferred read-onlyget_producerUse this when the user asks about a specific producer, such as 'Who is Muri?
Inferred read-onlysearch_beveragesUse this when the user asks to list, find, or filter beverages by name, producer, or category.
Inferred read-onlyget_beverageUse this when the user asks about a specific beverage, such as 'Tell me about Pet Nat 0.
Inferred read-onlyget_entityRetrieve a published entity profile from the Beyond Wine knowledge base, with structured data and attached claims.
Inferred read-onlylist_entitiesList published entity profiles in the Beyond Wine knowledge base by type.
Inferred read-onlyget_contextRetrieve a token-bounded context bundle for a Beyond Wine topic, including entity summary and optional claims or graph data.
Inferred read-onlyget_graphRetrieve direct relationship neighbors for an entity profiled in the Beyond Wine knowledge base.
Inferred read-onlyget_ontologyRetrieve the Beyond Wine ontology, entity types, relationship types, and semantic scales.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.beyond-wine-mcp]
url = "https://beyond.wine/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"beyond-wine-mcp": {
"type": "http",
"url": "https://beyond.wine/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: beyond-wine-mcp
Remote MCP URL: https://beyond.wine/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"beyond-wine-mcp": {
"url": "https://beyond.wine/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"beyond-wine-mcp": {
"type": "http",
"url": "https://beyond.wine/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "beyond-wine-mcp",
"transport": "streamable-http",
"url": "https://beyond.wine/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for beyond.wine was fetched 2026-07-26T11:15:25.667Z and is being refreshed.
beyond.wine is assessed as Trusted: Domain runs a meaningful technology spend, consistent with a real business.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.