INDIVIDUAL MCP TOOL
search_bikes
Search live UK used-bike listings on Cyclesite (the UK's used bicycle marketplace).
LIVE ENDPOINT
https://www.cyclesite.co.uk/api/mcp-server
Connect to this endpoint to inspect the live schema for search_bikes 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.cyclesite]
url = "https://www.cyclesite.co.uk/api/mcp-server"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"cyclesite": {
"type": "http",
"url": "https://www.cyclesite.co.uk/api/mcp-server"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: cyclesite
Remote MCP URL: https://www.cyclesite.co.uk/api/mcp-server
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": {
"cyclesite": {
"url": "https://www.cyclesite.co.uk/api/mcp-server"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"cyclesite": {
"type": "http",
"url": "https://www.cyclesite.co.uk/api/mcp-server"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "cyclesite",
"transport": "streamable-http",
"url": "https://www.cyclesite.co.uk/api/mcp-server"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
get_recent_listings— What's new on Cyclesite right now — up to 10 of the freshest active UK listings, refreshed every 15 minutes.get_listing_detail— Full details for a specific bike listing on Cyclesite — specs, condition, frame number presence, photos, delivery, seller's city.find_similar_listings— Given a Cyclesite listing slug, return up to 5 similar active listings (same category, ±25% price, same brand or frame size weighted higher).search_by_location— Find Cyclesite listings within a radius of a UK location (lat/lng).recommend_bike_for_budget— Curated picks from Cyclesite's live UK inventory for a budget and intent.list_brands— Paginated UK bike-brand catalogue from Cyclesite, ordered by stock level.list_models_for_brand— Models for a brand on Cyclesite (paginated).get_model_info— Cyclesite catalogue entry for a brand+model: category, year range, AI-generated description, key specs, market summary.