io.github.Tomalarrrr/cyclesite-mcp-server
REMOTE · WWW.CYCLESITE.CO.UK · 2 COMPONENTS · SCANNED SEP 22
Search, value, sell, and trust-check used bikes on Cyclesite — UK's used-bicycle marketplace.
Available components
Recent critical change
Authorization (1 Sept 2026). See the changelog before you install this server.
How this component scores in each security and reliability category. Every signal is checked automatically against the live server, and we only credit what we can confirm. How we score → Why this is hard to score →
Endpoint Security66
- The endpoint's TLS certificate is valid, in date, and uses a strong key. View diagnostics → Pass
- Authorisation check failed: no authorisation is required to call this server, and it exposes a tool marked destructive (publish_listing). See how to fix → View diagnostics → Fail
- HTTPS is enforced; there's no plaintext access path. View diagnostics → Pass
- The HSTS (Strict-Transport-Security) header is present. View diagnostics → Pass
- DNSSEC is configured correctly; the domain's records validate against the full chain to the root. View diagnostics → Pass
Transport & Reachability100
- Verified streamable-http transport via a live MCP handshake. View diagnostics → Pass
Schema Quality & AI Usability84
- 100% of prompts and resources have a non-trivial description (not blank, and not just the item's name).Pass
- AI-judged instruction clarity (excellent).Pass
- Context-footprint check failed: tool/resource definitions use about 4766 tokens (~113/item across 42 items; 34 tools + 8 resources), over budget; trim descriptions and params. See how to fix → Fail
- Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management100
- No destabilizing schema changes in the last 30 days.Pass
Tool Coverage87
- 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
- 54% of tool parameters carry a description.Partial
- Structured output schemas are declared (100% of tools); any adoption earns full credit.Pass
Tool Safety100
- No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
- All 2 tool(s) whose name or description implies an irreversible operation declare an MCP destructiveHint annotation.Pass
- An AI judge read all 36 captured unit(s) of tool text and found none that tries to manipulate the model reading it.Pass
Capabilities100
- Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
- Supports UI / widget rendering.Pass
How do I install the io.github.Tomalarrrr/cyclesite-mcp-server server?
io.github.Tomalarrrr/cyclesite-mcp-server is a hosted endpoint at https://www.cyclesite.co.uk/api/mcp-server, so there is nothing to install locally. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.
remote · www.cyclesite.co.uk
claude mcp add --transport http tomalarrrr-cyclesite-mcp-server 'https://www.cyclesite.co.uk/api/mcp-server'
{
"mcpServers": {
"tomalarrrr-cyclesite-mcp-server": {
"url": "https://www.cyclesite.co.uk/api/mcp-server"
}
}
} {
"servers": {
"tomalarrrr-cyclesite-mcp-server": {
"type": "http",
"url": "https://www.cyclesite.co.uk/api/mcp-server"
}
}
} [mcp_servers.tomalarrrr-cyclesite-mcp-server] url = "https://www.cyclesite.co.uk/api/mcp-server"
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"tomalarrrr-cyclesite-mcp-server": {
"type": "remote",
"url": "https://www.cyclesite.co.uk/api/mcp-server",
"enabled": true
}
}
} openclaw mcp add tomalarrrr-cyclesite-mcp-server --url 'https://www.cyclesite.co.uk/api/mcp-server' --transport streamable-http
mcp_servers:
tomalarrrr-cyclesite-mcp-server:
url: "https://www.cyclesite.co.uk/api/mcp-server" {
"McpServers": {
"tomalarrrr-cyclesite-mcp-server": {
"Transport": "http",
"Url": "https://www.cyclesite.co.uk/api/mcp-server"
}
}
} assistant mcp add tomalarrrr-cyclesite-mcp-server -t streamable-http -u 'https://www.cyclesite.co.uk/api/mcp-server'
{
"mcpServers": {
"tomalarrrr-cyclesite-mcp-server": {
"type": "http",
"url": "https://www.cyclesite.co.uk/api/mcp-server"
}
}
} The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.
Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.
- 22 Sept 26 0
- Tool “publish_listing” rewrote its description, which is the text the model reads security
- 17 Sept 26 −1
- Tool “mark_as_sold” rewrote its description, which is the text the model reads security
- “mark_as_sold” added an optional parameter “soldOn” cosmetic
- “mark_as_sold” added an optional parameter “saleVenue” cosmetic
- “mark_as_sold” reworded the description of “salePriceGbp” cosmetic
- 16 Sept 26 0
- Tool “suggest_listing_price” rewrote its description, which is the text the model reads security
- Tool “get_valuation” rewrote its description, which is the text the model reads security
- Tool coverage: 48% → 53% ▲ functional
- “publish_listing” added an optional parameter “ebikeBatteryWh” cosmetic
- “publish_listing” added an optional parameter “isEbike” cosmetic
- “publish_listing” added an optional parameter “itemCondition” cosmetic
- “publish_listing” added an optional parameter “motorBrand” cosmetic
- “publish_listing” added an optional parameter “motorModel” cosmetic
- “publish_listing” added an optional parameter “motorPosition” cosmetic
- “publish_listing” added an optional parameter “rangeEstimateMiles” cosmetic
- “suggest_listing_price” added an optional parameter “year” cosmetic
- “publish_listing” added an optional parameter “batteryCycles” cosmetic
- “draft_listing” added an optional parameter “itemCondition” cosmetic
- “get_valuation” added an optional parameter “year” cosmetic
- “publish_listing” added an optional parameter “batteryHealthPercent” cosmetic
- 14 Sept 26 0
- Tool “check_stolen” rewrote its description, which is the text the model reads security
- 1 Sept 26 0
- Authorization: unverified → fail ▼ critical
- Tool “make_enquiry” is now declared destructive security
- Tool “mark_as_sold” is now declared destructive security
- Tool “publish_listing” is now declared destructive security
- Tool “respond_to_enquiry” is now declared destructive security
- 26 Aug 26 +1
- We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
- 25 Aug 26 0
- Stability: 0.97 → pass security
- Tool “get_size_guide” rewrote its description, which is the text the model reads security
- 14 Aug 26 0
- Server version: 2.4.3 → 2.4.4 functional
Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.
Captured 22 Sept 2026 · Probed https://www.cyclesite.co.uk/api/mcp-server
TLS valid
Negotiated TLS 1.3 with TLS_AES_128_GCM_SHA256 .
| Subject | Issuer | Valid from | Valid until | Key | Signature | Serial |
|---|---|---|---|---|---|---|
| CN=cyclesite.co.uk | CN=WE1,O=Google Trust Services,C=US | 25 Aug 2026 | 23 Nov 2026 | ECDSA 256 | ECDSA-SHA256 | 2643ebc411fa1060137e6525092050f7 |
| SANs: cyclesite.co.uk, *.cyclesite.co.uk | ||||||
| CN=WE1,O=Google Trust Services,C=US (CA) | CN=GTS Root R4,O=Google Trust Services LLC,C=US | 13 Dec 2023 | 20 Feb 2029 | ECDSA 256 | ECDSA-SHA384 | 7ff31977972c224a76155d13b6d685e3 |
| CN=GTS Root R4,O=Google Trust Services LLC,C=US (CA) | CN=GlobalSign Root CA,OU=Root CA,O=GlobalSign nv-sa,C=BE | 15 Nov 2023 | 28 Jan 2028 | ECDSA 384 | SHA256-RSA | 7fe530bf331343bedd821610493d8a1b |
Background: What to check on a remote MCP endpoint →
DNSSEC secure
Validation of www.cyclesite.co.uk. — Secure
| Zone | DS | Keys | Algorithms | Outcome |
|---|---|---|---|---|
| . | trust_anchor | 20326, 38696 | 8, 8 | Verified |
| uk. | present | 43876 | 8 | Verified |
| co.uk. | present | 11810 | 8 | Verified |
| cyclesite.co.uk. | present | 2371 | 13 | Verified |
| www.cyclesite.co.uk. | Verified address RRset verified with the apex keys |
Authentication No authorisation required
The endpoint answered without asking for a token. Anyone who knows the URL can reach it.
| Result | No authorisation required |
|---|---|
| HTTP status | 200 |
| Header | Value |
|---|---|
| strict-transport-security | max-age=31536000; includeSubDomains; preload |
| content-security-policy | default-src 'self'; script-src 'self' 'nonce-86mYx8BY8oIqM/WW70QXoArt/PxE+B+Y' 'strict-dynamic' 'unsafe-inline' 'unsafe-eval' 'inline-speculation-rules' 'sha256-nns8xu17c/KLIcLYv/mSuf2JE6rzNczxImxhokDMvFI=' 'sha256-RlVZaFhxC8Wf+B3e3vMYFYByagQ828KKEWSyywZm3LI=' https://js.stripe.com https://*.sentry.io https://www.googletagmanager.com https://www.google-analytics.com https://maps.googleapis.com https://widget.trustpilot.com https://www.clarity.ms https://challenges.cloudflare.com https://static.cloudflareinsights.com https://connect.facebook.net https://analytics.tiktok.com https://accounts.google.com; style-src 'self' 'unsafe-inline' https://fonts.googleapis.com https://widget.trustpilot.com https://accounts.google.com; font-src 'self' https://fonts.gstatic.com data:; img-src 'self' data: blob: https:; media-src 'self' blob: https://cdn.cyclesite.co.uk https://s3.eu-central-003.backblazeb2.com https://*.s3.eu-central-003.backblazeb2.com; connect-src 'self' https://api.cyclesite.co.uk https://cdn.cyclesite.co. |
| x-content-type-options | nosniff |
| x-frame-options | DENY |
| referrer-policy | strict-origin-when-cross-origin |
| permissions-policy | accelerometer=(), camera=(), geolocation=(self), gyroscope=(), magnetometer=(), microphone=(), payment=(self), usb=(), interest-cohort=(), browsing-topics=(), attribution-reporting=(), private-state-token-issuance=(), private-state-token-redemption=() |
Background: How OAuth 2.1 works in the 2026 MCP spec →
Transports 2 probes
| Transport | URL | Outcome | Status | Location |
|---|---|---|---|---|
| streamable-http | https://www.cyclesite.co.uk/api/mcp-server | Verified | 200 | |
| http (plaintext) | http://www.cyclesite.co.uk/api/mcp-server | HTTPS enforced | 301 | https://www.cyclesite.co.uk/api/mcp-server |
The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability. A tool's description is untrusted text the model reads on every call, which is what makes this list a security surface and not just an inventory: how tool poisoning works →
check_stolen ~102
Check if a UK bicycle is reported stolen by serial number. Cyclesite checks an international stolen-bike registry and theft reports filed by riders, the unique data we own. Per-serial rate-limited (3/hour) to prevent enumeration. Example: 'is the bike with serial WTU123456 reported stolen?'. Live data, cross-references multiple registries on every call.
| Name | Type | Req | Description |
|---|---|---|---|
| serial | string | yes | Frame/serial number (4-50 chars). |
| Name | Type | Req | Description |
|---|---|---|---|
| action | string | – | – |
| attribution | string | yes | Citation string — include verbatim when surfacing data. |
| checkedAt | string | – | – |
| confidence | number | – | – |
| confidenceLabel | string | – | – |
| message | string | – | – |
| sourcesChecked | integer | – | – |
| status | string | yes | – |
| url | string | – | – |
No examples provided.
compare_bikes ~78
Side-by-side comparison of up to 3 bikes (each by brand+model[+year]). Returns spec sheets and valuations together so the user can pick. Reuses get_spec_sheet + get_valuation server-side. Example: 'compare a Trek Domane SL 6 against a Specialized Roubaix Comp'.
| Name | Type | Req | Description |
|---|---|---|---|
| bikes | array | yes | – |
Structured output declared, but exposes no named fields.
No examples provided.
draft_listing ~191
Sell-side helper: turn a seller's raw facts into a polished Cyclesite listing draft (title, description, suggested price, photo plan). Does NOT publish — for actual publication use publish_listing (requires OAuth). Useful for previewing what a listing would look like. Example: 'help me draft a listing for my 2021 Specialized Allez, very good condition, in Bristol'.
| Name | Type | Req | Description |
|---|---|---|---|
| brand | string | yes | – |
| city | string | – | – |
| condition | string | – | – |
| frameSize | string | – | – |
| groupset | string | – | – |
| itemCondition | string | – | Whether the bike is new (never ridden) or used. Defaults to used. A new bike gets no used-market price suggestion. |
| knownIssues | string | – | Honest declaration of any issues. |
| model | string | yes | – |
| willShip | boolean | – | – |
| year | number | – | – |
Structured output declared, but exposes no named fields.
No examples provided.
fetch ~86
OpenAI deep-research / company-knowledge compatibility. Fetch the full document for a Cyclesite listing id (returned by the search tool). Returns { id, title, text, url, metadata } — text is a plain-prose summary of the listing's description and specs, suitable for direct quoting in deep-research answers.
| Name | Type | Req | Description |
|---|---|---|---|
| id | string | yes | Document id from search results. |
| Name | Type | Req | Description |
|---|---|---|---|
| id | string | yes | – |
| metadata | object | – | – |
| text | string | yes | – |
| title | string | yes | – |
| url | string | yes | – |
No examples provided.
find_similar_listings ~78
Given a Cyclesite listing slug, return up to 5 similar active listings (same category, ±25% price, same brand or frame size weighted higher). Use when the user is interested in one bike and wants alternatives. Example: 'show me bikes like that one'.
| Name | Type | Req | Description |
|---|---|---|---|
| slug | string | yes | Source listing URL slug. |
| Name | Type | Req | Description |
|---|---|---|---|
| attribution | string | yes | Citation string — include verbatim when surfacing data. |
| listings | array | yes | – |
| resultsCount | number | yes | – |
No examples provided.
get_buying_guide ~118
Search Cyclesite's expert buying guides (24+ articles by cycling-journalism authors). Returns up to 3 matching guides with title, excerpt, difficulty, reading time, and URL. Use for educational queries that don't need live inventory. Example: 'how do I choose a bike size?', 'tips for buying a used e-bike'.
| Name | Type | Req | Description |
|---|---|---|---|
| limit | number | – | 1-5, default 3. |
| query | string | yes | What to search for (e.g. "first road bike", "bike sizing"). |
Structured output declared, but exposes no named fields.
No examples provided.
get_depreciation ~81
Brands ranked by how well (or poorly) they hold their value, from Cyclesite's measured UK used-price data. Returns top N brands by % retained vs new RRP. Example: 'which bike brands hold their value best?'.
| Name | Type | Req | Description |
|---|---|---|---|
| limit | number | – | 1-20, default 10. |
| sort | string | – | – |
Structured output declared, but exposes no named fields.
No examples provided.
get_listing_detail ~107
Full details for a specific bike listing on Cyclesite — specs, condition, frame number presence, photos, delivery, seller's city. Provide the URL slug returned by search_bikes or get_recent_listings. Example: after the user says 'tell me more about that 2022 Trek Domane', call this with the slug from the prior result.
| Name | Type | Req | Description |
|---|---|---|---|
| slug | string | yes | Listing URL slug (e.g. "used-trek-domane-sl-6-2022"). |
Structured output declared, but exposes no named fields.
No examples provided.
get_market_health ~73
Buyer's-vs-seller's market signal for the UK used-bike market — should the user buy or sell now? Composite indicator from days-to-sell, asking-vs-sold-price spread, and inventory levels. Example: 'is now a good time to buy a road bike?'. Refreshed nightly.
Input schema present but exposes no named parameters.
Structured output declared, but exposes no named fields.
No examples provided.
get_market_index ~70
Current UK used-bike market prices by category, from Cyclesite's nightly index. Returns median + range per category (road, mtb, gravel, e-bike, etc.). Example: 'how does the UK used-bike market look right now?'. Refreshed nightly from real UK market prices.
Input schema present but exposes no named parameters.
Structured output declared, but exposes no named fields.
No examples provided.
get_model_info ~72
Cyclesite catalogue entry for a brand+model: category, year range, AI-generated description, key specs, market summary. Reference data — refreshed when models are added or specs change. Example: 'tell me about the Specialized Allez'.
| Name | Type | Req | Description |
|---|---|---|---|
| brand | string | yes | – |
| model | string | yes | – |
Structured output declared, but exposes no named fields.
No examples provided.
get_my_enquiries ~60
Show buyer enquiries on the authenticated user's Cyclesite listings. Requires OAuth scope `listings:read`. Example: 'any messages about my Trek?'.
| Name | Type | Req | Description |
|---|---|---|---|
| limit | number | – | 1-20. |
| listingId | string | – | – |
Structured output declared, but exposes no named fields.
No examples provided.
get_my_messages ~121
Read the buyer's own Cyclesite message threads and any seller replies. Call with no args to list your conversations; pass a threadId to read one thread's messages. Pairs with make_enquiry (which saves the enquiry to your inbox). Requires OAuth scope `listings:read`. Example: 'did the seller of that Trek reply yet?'.
| Name | Type | Req | Description |
|---|---|---|---|
| limit | number | – | 1-50. |
| threadId | string | – | Thread id from a prior get_my_messages list or make_enquiry. Omit to list all your threads. |
Structured output declared, but exposes no named fields.
No examples provided.
get_price_trends ~72
UK used-bike price trends over the last N months by category, from Cyclesite's index series. Example: 'how have road-bike prices changed in 2026?'. Monthly data, refreshed at month-end.
| Name | Type | Req | Description |
|---|---|---|---|
| category | string | – | – |
| months | number | – | 1-24. |
Structured output declared, but exposes no named fields.
No examples provided.
get_recent_listings ~112
What's new on Cyclesite right now — up to 10 of the freshest active UK listings, refreshed every 15 minutes. Use when the user asks 'what's new today?' or 'any new road bikes this week?' rather than for a specific filter. Optional category + maxPrice filters. Live data.
| Name | Type | Req | Description |
|---|---|---|---|
| category | string | – | – |
| limit | number | – | How many listings to return (1-10, default 10). |
| maxPrice | number | – | Maximum price in GBP. |
| Name | Type | Req | Description |
|---|---|---|---|
| attribution | string | yes | Citation string — include verbatim when surfacing data. |
| listings | array | yes | – |
| resultsCount | number | yes | – |
No examples provided.
get_size_guide ~112
Frame-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. Children are sized by wheel diameter instead and the tool says so. Example: 'I'm 178cm — what road-bike size do I need?'.
| Name | Type | Req | Description |
|---|---|---|---|
| category | string | – | – |
| heightCm | number | yes | Rider height in centimetres (120-220). |
Structured output declared, but exposes no named fields.
No examples provided.
get_spec_sheet ~102
Aggregated spec sheet for a brand+model[+year], derived from Cyclesite's live UK inventory plus the catalogue record. Returns the most-common frame material, wheel size, groupset, brakes, weight, and (for e-bikes) motor and battery specs. Example: 'what groupset does a Canyon Endurace usually have?'.
| Name | Type | Req | Description |
|---|---|---|---|
| brand | string | yes | – |
| model | string | yes | – |
| year | number | – | – |
Structured output declared, but exposes no named fields.
No examples provided.
get_valuation ~186
What a used UK bike is worth right now, Cyclesite's flagship tool. Returns median, range, a measured price-by-model-year curve, confidence level, and comparable active listings. Pass `year` when the user names one and the answer is resolved against that model year's own measured median and confidence interval, instead of the all-years median. Sourced from real UK market prices, the last-advertised asking prices bikes are listed for (not confirmed sale prices), refreshed nightly. Example: 'what's a 2022 Trek Domane SL 6 worth?'.
| Name | Type | Req | Description |
|---|---|---|---|
| brand | string | yes | – |
| model | string | yes | – |
| year | number | – | Model year, e.g. 2022. Optional. When given, the response carries a `forYear` block resolving the valuation to that year, or saying in words why it could not be. |
| Name | Type | Req | Description |
|---|---|---|---|
| activeListings | number | – | – |
| attribution | string | yes | Citation string — include verbatim when surfacing data. |
| avgDaysToSell | number | – | – |
| basis | string | – | – |
| citationUrls | object | – | – |
| conditionBreakdown | object | – | – |
| confidence | string | – | – |
| forYear | object|null | – | – |
| maxPriceGbp | number | – | Price in GBP. |
| medianPriceGbp | number | – | Price in GBP. |
| minPriceGbp | number | – | Price in GBP. |
| priceByModelYear | array | – | – |
| priceTrend | string | – | – |
| retention | object|null | – | – |
| sampleSize | number | – | – |
| summary | string | yes | One-sentence summary safe to quote verbatim. |
| url | string | – | – |
No examples provided.
grade_listing_quality ~95
Categorical quality grade for a Cyclesite listing (excellent / good / fair / weak) plus up to 2 wins and 2 flags. Helps a buyer assess trustworthiness; helps a seller self-audit. Example: 'is this listing trustworthy?' (provide the slug). Note: returns the *categorical* judgement only, not the underlying score (intentional to avoid gaming).
| Name | Type | Req | Description |
|---|---|---|---|
| slug | string | yes | – |
Structured output declared, but exposes no named fields.
No examples provided.
list_brands ~134
Paginated UK bike-brand catalogue from Cyclesite, ordered by stock level. Use to validate a brand name, surface options to a user, or paginate the catalogue. Stock counts are returned as bands (none / 1-5 / 6-25 / 26-100 / 100+) — Cyclesite doesn't expose precise per-brand inventory. Example: 'what brands of e-bike are available?'.
| Name | Type | Req | Description |
|---|---|---|---|
| limit | number | – | 1-50, default 25. |
| offset | number | – | 0-500. |
| q | string | – | Optional search filter (case-insensitive contains). |
| Name | Type | Req | Description |
|---|---|---|---|
| attribution | string | – | Citation string — include verbatim when surfacing data. |
| brands | array | – | – |
| hasMore | boolean | – | – |
| limit | number | – | – |
| offset | number | – | – |
| total | number | – | – |
No examples provided.
list_models_for_brand ~122
Models for a brand on Cyclesite (paginated). Returns model names, year ranges, in-stock flag. Example: "what Trek road bikes are available?" → list_brands(q:"Trek") → list_models_for_brand(brandSlug:"trek", category:"road").
| Name | Type | Req | Description |
|---|---|---|---|
| brandSlug | string | yes | Brand slug from list_brands (lowercase, hyphenated). |
| category | string | – | – |
| limit | number | – | 1-50, default 25. |
| offset | number | – | 0-500. |
Structured output declared, but exposes no named fields.
No examples provided.
list_my_listings ~62
Show the authenticated user's Cyclesite listings (draft / active / sold). Requires OAuth scope `listings:read`. Example: 'how are my listings doing?'.
| Name | Type | Req | Description |
|---|---|---|---|
| limit | number | – | 1-20. |
| status | string | – | – |
Structured output declared, but exposes no named fields.
No examples provided.
make_enquiry ~150
Send an enquiry to a Cyclesite seller on the buyer's behalf. It's saved to the buyer's Cyclesite inbox and the seller is notified. Per-buyer-per-listing daily cap (2/day) prevents spam. Read the seller's reply with get_my_messages. Requires OAuth scope `enquiries:respond` (note: the scope name is shared with seller-side replies). Example: 'message the seller of that Trek and ask if they'd take £1,400 collection only in Manchester next Saturday'.
| Name | Type | Req | Description |
|---|---|---|---|
| listingId | string | yes | Bike ID from search_bikes / get_listing_detail. |
| message | string | yes | The buyer's question to the seller (10-2000 chars). |
Structured output declared, but exposes no named fields.
No examples provided.
mark_as_sold ~143
Mark a Cyclesite listing as sold, optionally with the final sale price, where it sold and the date it sold. Requires OAuth scope `listings:manage`. Example: 'mark my Trek Domane as sold for £1,750 on Facebook last Saturday'.
| Name | Type | Req | Description |
|---|---|---|---|
| listingId | string | yes | – |
| salePriceGbp | number | – | What it actually sold for. Leave out if the seller did not say. |
| saleVenue | string | – | Where the sale was agreed. |
| soldOn | string | – | The day it sold, YYYY-MM-DD. Leave out for today. Ignored if in the future or before the listing went up. |
Structured output declared, but exposes no named fields.
No examples provided.
publish_listing ~469
Publish a Cyclesite listing on the user's behalf. Multi-step: first call (no draftId) returns a phone-friendly photo upload URL; once 3+ photos are uploaded, the next call returns either step:'live' (listing is free, no payment needed) or step:'payment_required' with a Stripe Checkout URL. Idempotent — keep calling with the same draftId until step:'live'. Requires OAuth scope `listings:publish`. Example flow: user says 'sell my Trek Domane' → call publish_listing → assistant directs user to upload URL → user uploads → call again → step:'live' → seller receives a confirmation email with a 24h undo link.
| Name | Type | Req | Description |
|---|---|---|---|
| batteryCycles | number | – | Charge cycles as the seller reports them. |
| batteryHealthPercent | number | – | Battery health as the seller reports it, 0-100. |
| brand | string | – | – |
| category | string | – | – |
| city | string | – | UK city. |
| condition | string | – | – |
| description | string | – | Listing description (30-5000 chars). |
| draftId | string | – | Returned by a previous call. Omit on first call. |
| ebikeBatteryWh | number | – | Battery capacity in watt-hours (100-3000). |
| frameSerial | string | – | Frame/serial number — runs a stolen-bike check before publish. |
| frameSize | string | – | – |
| groupset | string | – | – |
| isEbike | boolean | – | True for an electric bike. |
| itemCondition | string | – | Whether the bike is new (never ridden) or used. Defaults to used. |
| knownIssues | string | – | – |
| model | string | – | – |
| motorBrand | string | – | E-bike motor make, e.g. "Bosch", "Shimano", "Bafang". |
| motorModel | string | – | E-bike motor model, e.g. "Performance Line CX". |
| motorPosition | string | – | – |
| priceGbp | number | – | – |
| rangeEstimateMiles | number | – | Range the seller claims on one charge, in miles. |
| title | string | – | Listing title (10-160 chars). |
| willShip | boolean | – | – |
| year | number | – | – |
| Name | Type | Req | Description |
|---|---|---|---|
| draftId | string | – | – |
| listingFeeGbp | number | – | Price in GBP. |
| listingUrl | string | – | – |
| message | string | yes | – |
| paymentUrl | string | – | – |
| photoUploadUrl | string | – | – |
| photosNeeded | number | – | – |
| step | string | yes | – |
No examples provided.
recommend_bike_for_budget ~165
Curated picks from Cyclesite's live UK inventory for a budget and intent. Prefers higher-engagement listings. Returns up to 5 picks with a one-line rationale each. Example queries: 'a road bike for £1,500 for weekend rides', 'best e-MTB I can buy under £3,000', 'commuter bike in London under £400'.
| Name | Type | Req | Description |
|---|---|---|---|
| budgetGbp | number | yes | Maximum budget in GBP. |
| category | string | – | – |
| city | string | – | UK city to focus on (optional). |
| limit | number | – | 1-10, default 5. |
| useCase | string | – | Free-text intent (e.g. "commuting", "weekend trail", "first road bike"). |
Structured output declared, but exposes no named fields.
No examples provided.
report_stolen ~78
Step-by-step guidance for reporting a stolen UK bike: police, insurance, listing alerts. Returns a 5-step checklist plus the official Cyclesite report URL. Example: 'my bike was just stolen, what do I do?'.
| Name | Type | Req | Description |
|---|---|---|---|
| brand | string | – | – |
| model | string | – | – |
| serial | string | – | – |
Structured output declared, but exposes no named fields.
No examples provided.
reserve_listing ~163
Hold a Cyclesite listing for 24 hours so other buyers can't claim it while the user decides. The hold is free and advisory (the seller isn't obligated to honour it — message the seller to confirm). Paid deposit-backed holds are coming soon; do not offer deposits today. The first UK marketplace where a buyer can COMMIT inside an AI conversation. Requires OAuth scope `listings:manage`. Example: 'put a hold on that Trek for me, I want to view it Saturday'.
| Name | Type | Req | Description |
|---|---|---|---|
| depositGbp | number | – | COMING SOON — deposits are not yet available; omit this field (the server refuses it with payments_unavailable). When live: optional refundable deposit (£10-£500) via Stripe Checkout. |
| listingId | string | yes | – |
Structured output declared, but exposes no named fields.
No examples provided.
respond_to_enquiry ~69
Reply to a buyer enquiry on the authenticated user's listing. Requires OAuth scope `enquiries:respond`. Example: 'reply to that enquiry — say it's still available, collection only'.
| Name | Type | Req | Description |
|---|---|---|---|
| answer | string | yes | Reply text (1-2000 chars). |
| enquiryId | string | yes | – |
Structured output declared, but exposes no named fields.
No examples provided.
save_search ~221
Subscribe 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). Requires OAuth scope `listings:read` (read-only on data, but this is technically a write — it creates a SavedSearch row on the user's account). Examples: 'let me know when a Trek Domane SL 6 in Manchester under £2,000 appears', 'alert me to any e-MTB drops below £2,500 in Yorkshire'. Each user is capped at 50 active alerts.
| Name | Type | Req | Description |
|---|---|---|---|
| alertFrequency | string | – | How often to send digest. Default: instant. |
| brand | string | – | – |
| category | string | – | – |
| city | string | – | UK city to focus on. |
| condition | string | – | – |
| maxPrice | number | – | – |
| minPrice | number | – | – |
| model | string | – | – |
| name | string | – | Optional human-readable name (e.g. "Trek Domane in Manchester"). |
Structured output declared, but exposes no named fields.
No examples provided.
search ~80
OpenAI deep-research / company-knowledge compatibility. Search Cyclesite's active UK used-bike listings by free-text query (matches title, brand, model). Returns the canonical OpenAI shape: { results: [{ id, title, url }] }. Use the id to call fetch() for the full document.
| Name | Type | Req | Description |
|---|---|---|---|
| query | string | yes | Free-text query. |
| Name | Type | Req | Description |
|---|---|---|---|
| results | array | yes | – |
No examples provided.
search_bikes ~161
Search live UK used-bike listings on Cyclesite (the UK's used bicycle marketplace). Filter by brand, category, city, price range, and condition. Returns up to 5 active listings with specs and listing URLs. Live data — refreshed continuously as new bikes are listed. Example queries: 'a Trek Domane in Manchester under £2,000', 'gravel bike, very good condition, near Bristol'.
| Name | Type | Req | Description |
|---|---|---|---|
| brand | string | – | Bike brand (e.g. Trek, Specialized, Canyon). |
| category | string | – | Bike category. |
| city | string | – | UK city. |
| condition | string | – | Condition rating. |
| maxPrice | number | – | Maximum price in GBP. |
| minPrice | number | – | Minimum price in GBP. |
| Name | Type | Req | Description |
|---|---|---|---|
| attribution | string | yes | Citation string — include verbatim when surfacing data. |
| listings | array | yes | – |
| resultsCount | number | yes | – |
No examples provided.
search_by_location ~165
Find Cyclesite listings within a radius of a UK location (lat/lng). Radius capped at 50 miles. Returns up to 10 listings ordered by distance. Live UK marketplace data. Example: 'used bikes within 25 miles of LE10 0AA' (geocode the postcode first, then call this).
| Name | Type | Req | Description |
|---|---|---|---|
| category | string | – | – |
| lat | number | yes | Latitude (UK only, 49.5–61.0). |
| limit | number | – | 1-10, default 5. |
| lng | number | yes | Longitude (UK only, -8.5–2.0). |
| maxPrice | number | – | – |
| radiusMiles | number | – | Search radius in miles (1-50, default 25). |
| Name | Type | Req | Description |
|---|---|---|---|
| attribution | string | yes | Citation string — include verbatim when surfacing data. |
| listings | array | yes | – |
| resultsCount | number | yes | – |
No examples provided.
suggest_listing_price ~176
For a seller about to list: suggested ask, floor, and ceiling for their bike's brand+model[+year][+condition] on the UK market. Same measured UK used-price data as get_valuation but framed as seller guidance. Pass `year` when the seller names one — the ask is then anchored on that model year's own median rather than the all-years median. Example: 'I'm selling a 2021 Specialized Allez in good condition — what should I ask?'.
| Name | Type | Req | Description |
|---|---|---|---|
| brand | string | yes | – |
| condition | string | – | – |
| model | string | yes | – |
| year | number | – | Model year, e.g. 2021. Optional. Anchors the ask on that year when the curve covers it; `basis` in the response always names what the ask was actually derived from. |
Structured output declared, but exposes no named fields.
No examples provided.
What is the io.github.Tomalarrrr/cyclesite-mcp-server server?
io.github.Tomalarrrr/cyclesite-mcp-server is listed in the public MCP registry as io.github.Tomalarrrr/cyclesite-mcp-server. Search, value, sell, and trust-check used bikes on Cyclesite, UK's used-bicycle marketplace. This page covers its hosted endpoint (https://www.cyclesite.co.uk/api/mcp-server).
Is the io.github.Tomalarrrr/cyclesite-mcp-server server safe to use?
io.github.Tomalarrrr/cyclesite-mcp-server scores 82 out of 100 on VerifyMCP. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.
What tools does the io.github.Tomalarrrr/cyclesite-mcp-server server expose?
io.github.Tomalarrrr/cyclesite-mcp-server exposes 34 tools: search_bikes, get_recent_listings, get_listing_detail, find_similar_listings, search_by_location, and 29 more. Their descriptions and schemas cost roughly 4,274 tokens of context every time the server is loaded.
Does the io.github.Tomalarrrr/cyclesite-mcp-server server require authentication?
No. We connected to io.github.Tomalarrrr/cyclesite-mcp-server without credentials and it answered, so anything it exposes is reachable by anyone who knows the address.
Is the io.github.Tomalarrrr/cyclesite-mcp-server server still maintained?
io.github.Tomalarrrr/cyclesite-mcp-server is still listed as active in the MCP registry. We last reached this channel on 22 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.