INDIVIDUAL MCP TOOL
list-brands
List brands that have live parent listings on the current storefront, with markdown descriptions and URLs.
LIVE ENDPOINT
https://www.68travel.pl/mcp
Connect to this endpoint to inspect the live schema for list-brands 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
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.68travel-storefront]
url = "https://www.68travel.pl/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"68travel-storefront": {
"type": "http",
"url": "https://www.68travel.pl/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: 68travel-storefront
Remote MCP URL: https://www.68travel.pl/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": {
"68travel-storefront": {
"url": "https://www.68travel.pl/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"68travel-storefront": {
"type": "http",
"url": "https://www.68travel.pl/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "68travel-storefront",
"transport": "streamable-http",
"url": "https://www.68travel.pl/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
search-listings— Search live parent listings by name, perex, or slug for the current storefront.get-listing— Get a live parent listing by id, uuid, or slug.list-categories— List the full live category tree for the current storefront, including nested children and grandchildren, with markdown descriptions and URLs.list-listings— List live parent listings, optionally filtered by category id, uuid, or slug.get-page— Get a public storefront page (shipping, returns, about) by slug or uuid.