eCommerce
68travel.pl
Provides a storefront catalog API for searching and retrieving live parent listings, categories, and brands.
ENDPOINT 1
https://www.68travel.pl/mcp
MCP server metadata
- Name
- 68travel Storefront
- Version
- 1.0.0
Known tools 6
search-listingsSearch live parent listings by name, perex, or slug for the current storefront.
Inferred read-onlylist-categoriesList the full live category tree for the current storefront, including nested children and grandchildren, with markdown descriptions and URLs.
Inferred read-onlylist-brandsList brands that have live parent listings on the current storefront, with markdown descriptions and URLs.
Inferred read-onlylist-listingsList live parent listings, optionally filtered by category id, uuid, or slug.
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.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.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.