INDIVIDUAL MCP TOOL
get_context
Retrieve a token-bounded context bundle for a Beyond Wine topic, including entity summary and optional claims or graph data.
LIVE ENDPOINT
https://beyond.wine/mcp
Connect to this endpoint to inspect the live schema for get_context and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- A tool name, description or schema mentions credentials.
Parent server
CONNECT 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.
Related tools
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.get_producer— Use this when the user asks about a specific producer, such as 'Who is Muri?search_beverages— Use this when the user asks to list, find, or filter beverages by name, producer, or category.get_beverage— Use this when the user asks about a specific beverage, such as 'Tell me about Pet Nat 0.get_entity— Retrieve a published entity profile from the Beyond Wine knowledge base, with structured data and attached claims.list_entities— List published entity profiles in the Beyond Wine knowledge base by type.