eCommerce
bikend.cc
MCP server for the BIKEND cycling e-commerce platform, enabling product catalogue search, detailed product and price-comparison lookup, side-by-side product comparisons, and browsing cycling news and events.
ENDPOINT 1
https://bikend.cc/mcp
MCP server metadata
- Name
- bikend
- Version
- 0.1.0
Cycling catalogue, price comparison, news, races and community from BIKEND (bikend.cc). Use `search_products` to find bikes, frames, wheels, tyres, components or apparel; `get_product` for the full sheet with specs, geometry/sizes, reviews, videos and every store price; `compare_products` for side-by-side comparisons; `latest_news` for cycling news; `list_events` for races and events by country and discipline; `search_community` for forum threads. All data is public.
Known tools 6
search_productsSearch the BIKEND cycling catalogue (bikes, frames, wheels, tyres, components, apparel) by free text, category, discipline, market and price range.
Inferred read-onlyget_productFull BIKEND product sheet by slug: curated analysis, specifications, size/geometry chart, rider reviews, related videos and every store that sells it with its price (price comparison).
Inferred read-onlycompare_productsSide-by-side comparison of 2-5 BIKEND products: price, best store price, key specifications and sizes.
Inferred read-onlylatest_newsLatest cycling news published on BIKEND, filterable by language, market and free text.
Inferred read-onlylist_eventsUpcoming cycling events on BIKEND (gran fondos, gravel, MTB marathons, triathlon with bike leg, ultra-distance, expos), filterable by country, discipline, date range and free text.
Inferred read-onlysearch_communitySearch public threads in the BIKEND cycling community forum (Spanish and English).
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.bikend]
url = "https://bikend.cc/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"bikend": {
"type": "http",
"url": "https://bikend.cc/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: bikend
Remote MCP URL: https://bikend.cc/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": {
"bikend": {
"url": "https://bikend.cc/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"bikend": {
"type": "http",
"url": "https://bikend.cc/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "bikend",
"transport": "streamable-http",
"url": "https://bikend.cc/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.