← beyond.wine

INDIVIDUAL MCP TOOL

list_entities

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

beyond.winenone authenticationAvailability not checked

LIVE ENDPOINT

https://beyond.wine/mcp

No auth detected

Connect to this endpoint to inspect the live schema for list_entities and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

beyond.wine

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.
  • get_context — Retrieve a token-bounded context bundle for a Beyond Wine topic, including entity summary and optional claims or graph data.