Data Collection
cyclesite.co.uk
Search and retrieve used bike listings from the UK Cyclesite marketplace.
ENDPOINT 1
https://www.cyclesite.co.uk/api/mcp-server
MCP server metadata
- Name
- cyclesite
- Version
- 2.4.4
Cyclesite is the UK marketplace for used bicycles. These tools cover live UK inventory, market-price valuations from real UK market data, brand and model data, and an aggregated UK stolen-bike check. Picking a tool: - Buyers: search_bikes for live listings; get_listing_detail for one listing; get_valuation (needs brand and model) for what a model is worth; compare_bikes to weigh options; recommend_bike_for_budget when only a budget is known. - Sellers: suggest_listing_price, then draft_listing, then publish_listing; grade_listing_quality to improve an advert. - Trust and safety: run check_stolen on a frame serial before buying or publishing; report_stolen explains how to report a theft. Good to know: - All prices are GBP and all inventory is UK-only. - Valuations are model-level aggregates of last-advertised UK asking prices (not confirmed sale prices), and a market-level estimate rather than a quote for one specific bike. - Write tools (publish_listing, make_enquiry, mark_as_sold, reserve_listing, save_search, respond_to_enquiry) need the user to connect their Cyclesite account. If a call returns an unauthorized error, send the user the consentUrl it includes. - search and fetch are OpenAI deep-research compatibility tools; prefer search_bikes and get_listing_detail for richer data.
Known tools 34
search_bikesSearch live UK used-bike listings on Cyclesite (the UK's used bicycle marketplace).
Inferred read-onlyget_recent_listingsWhat's new on Cyclesite right now — up to 10 of the freshest active UK listings, refreshed every 15 minutes.
Inferred read-onlyget_listing_detailFull details for a specific bike listing on Cyclesite — specs, condition, frame number presence, photos, delivery, seller's city.
Inferred read-onlyfind_similar_listingsGiven a Cyclesite listing slug, return up to 5 similar active listings (same category, ±25% price, same brand or frame size weighted higher).
Inferred read-onlysearch_by_locationFind Cyclesite listings within a radius of a UK location (lat/lng).
Inferred read-onlyrecommend_bike_for_budgetCurated picks from Cyclesite's live UK inventory for a budget and intent.
Inferred read-onlylist_brandsPaginated UK bike-brand catalogue from Cyclesite, ordered by stock level.
Inferred read-onlyget_model_infoCyclesite catalogue entry for a brand+model: category, year range, AI-generated description, key specs, market summary.
Inferred read-onlyget_spec_sheetAggregated spec sheet for a brand+model[+year], derived from Cyclesite's live UK inventory plus the catalogue record.
Inferred read-onlycompare_bikesSide-by-side comparison of up to 3 bikes (each by brand+model[+year]).
Inferred read-onlyget_size_guideFrame-size recommendation for a rider's height and bike category, the same chart Cyclesite publishes at /bike-size-calculator (height to inside leg to seat tube), refined by real UK listing data where riders' declared heights are available.
Inferred read-onlysuggest_listing_priceFor a seller about to list: suggested ask, floor, and ceiling for their bike's brand+model[+condition] on the UK market.
Inferred read-onlyget_market_indexCurrent UK used-bike market prices by category, from Cyclesite's nightly index.
Inferred read-onlyget_market_healthBuyer's-vs-seller's market signal for the UK used-bike market — should the user buy or sell now?
Inferred read-onlyget_depreciationBrands ranked by how well (or poorly) they hold their value, from Cyclesite's measured UK used-price data.
Inferred read-onlyget_price_trendsUK used-bike price trends over the last N months by category, from Cyclesite's index series.
Inferred read-onlygrade_listing_qualityCategorical quality grade for a Cyclesite listing (excellent / good / fair / weak) plus up to 2 wins and 2 flags.
Inferred read-onlydraft_listingSell-side helper: turn a seller's raw facts into a polished Cyclesite listing draft (title, description, suggested price, photo plan).
Inferred read-onlyreport_stolenStep-by-step guidance for reporting a stolen UK bike: police, insurance, listing alerts.
Inferred read-onlyget_buying_guideSearch Cyclesite's expert buying guides (24+ articles by cycling-journalism authors).
Inferred read-onlylist_my_listingsShow the authenticated user's Cyclesite listings (draft / active / sold).
Inferred read-onlymark_as_soldMark a Cyclesite listing as sold (optionally with the final sale price).
Inferred read-onlyget_my_enquiriesShow buyer enquiries on the authenticated user's Cyclesite listings.
Inferred read-onlyget_my_messagesRead the buyer's own Cyclesite message threads and any seller replies.
Potential side effectssave_searchSubscribe the user to alerts for new Cyclesite listings matching a filter — the AI assistant will then proactively notify them when a matching bike appears (price drop or fresh listing).
Potential side effectsreserve_listingHold a Cyclesite listing for 24 hours so other buyers can't claim it while the user decides.
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.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.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for cyclesite.co.uk was fetched 2026-08-01T03:20:59.007Z and is being refreshed.
cyclesite.co.uk is assessed as Trusted: Domain runs a meaningful technology spend, consistent with a real business.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.