Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, get in touch and we’ll put it right.

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.

−1 this week 82 Trust /100

Recent critical change

Authorization (1 Sept 2026). See the changelog before you install this server.

Trust breakdown (7 categories)

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
Transport & Reachability100
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
Install

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

# add to Claude Code
claude mcp add --transport http tomalarrrr-cyclesite-mcp-server 'https://www.cyclesite.co.uk/api/mcp-server'
// .cursor/mcp.json
{
  "mcpServers": {
    "tomalarrrr-cyclesite-mcp-server": {
      "url": "https://www.cyclesite.co.uk/api/mcp-server"
    }
  }
}
// .vscode/mcp.json
{
  "servers": {
    "tomalarrrr-cyclesite-mcp-server": {
      "type": "http",
      "url": "https://www.cyclesite.co.uk/api/mcp-server"
    }
  }
}
# ~/.codex/config.toml
[mcp_servers.tomalarrrr-cyclesite-mcp-server]
url = "https://www.cyclesite.co.uk/api/mcp-server"
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "tomalarrrr-cyclesite-mcp-server": {
      "type": "remote",
      "url": "https://www.cyclesite.co.uk/api/mcp-server",
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add tomalarrrr-cyclesite-mcp-server --url 'https://www.cyclesite.co.uk/api/mcp-server' --transport streamable-http
# ~/.hermes/config.yaml
mcp_servers:
  tomalarrrr-cyclesite-mcp-server:
    url: "https://www.cyclesite.co.uk/api/mcp-server"
// ~/.netclaw/config/netclaw.json
{
  "McpServers": {
    "tomalarrrr-cyclesite-mcp-server": {
      "Transport": "http",
      "Url": "https://www.cyclesite.co.uk/api/mcp-server"
    }
  }
}
# add to Vellum
assistant mcp add tomalarrrr-cyclesite-mcp-server -t streamable-http -u 'https://www.cyclesite.co.uk/api/mcp-server'
// mcp.json
{
  "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.

Changelog

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
Diagnostics

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
MCP tools · 34 exposed · ~4,274 tokens

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 →

Tool Tokens
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.

NameTypeReqDescription
serialstringyesFrame/serial number (4-50 chars).
NameTypeReqDescription
actionstring
attributionstringyesCitation string — include verbatim when surfacing data.
checkedAtstring
confidencenumber
confidenceLabelstring
messagestring
sourcesCheckedinteger
statusstringyes
urlstring

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'.

NameTypeReqDescription
bikesarrayyes

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'.

NameTypeReqDescription
brandstringyes
citystring
conditionstring
frameSizestring
groupsetstring
itemConditionstringWhether the bike is new (never ridden) or used. Defaults to used. A new bike gets no used-market price suggestion.
knownIssuesstringHonest declaration of any issues.
modelstringyes
willShipboolean
yearnumber

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.

NameTypeReqDescription
idstringyesDocument id from search results.
NameTypeReqDescription
idstringyes
metadataobject
textstringyes
titlestringyes
urlstringyes

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'.

NameTypeReqDescription
slugstringyesSource listing URL slug.
NameTypeReqDescription
attributionstringyesCitation string — include verbatim when surfacing data.
listingsarrayyes
resultsCountnumberyes

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'.

NameTypeReqDescription
limitnumber1-5, default 3.
querystringyesWhat 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?'.

NameTypeReqDescription
limitnumber1-20, default 10.
sortstring

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.

NameTypeReqDescription
slugstringyesListing 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'.

NameTypeReqDescription
brandstringyes
modelstringyes

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?'.

NameTypeReqDescription
limitnumber1-20.
listingIdstring

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?'.

NameTypeReqDescription
limitnumber1-50.
threadIdstringThread 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.

NameTypeReqDescription
categorystring
monthsnumber1-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.

NameTypeReqDescription
categorystring
limitnumberHow many listings to return (1-10, default 10).
maxPricenumberMaximum price in GBP.
NameTypeReqDescription
attributionstringyesCitation string — include verbatim when surfacing data.
listingsarrayyes
resultsCountnumberyes

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?'.

NameTypeReqDescription
categorystring
heightCmnumberyesRider 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?'.

NameTypeReqDescription
brandstringyes
modelstringyes
yearnumber

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?'.

NameTypeReqDescription
brandstringyes
modelstringyes
yearnumberModel 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.
NameTypeReqDescription
activeListingsnumber
attributionstringyesCitation string — include verbatim when surfacing data.
avgDaysToSellnumber
basisstring
citationUrlsobject
conditionBreakdownobject
confidencestring
forYearobject|null
maxPriceGbpnumberPrice in GBP.
medianPriceGbpnumberPrice in GBP.
minPriceGbpnumberPrice in GBP.
priceByModelYeararray
priceTrendstring
retentionobject|null
sampleSizenumber
summarystringyesOne-sentence summary safe to quote verbatim.
urlstring

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).

NameTypeReqDescription
slugstringyes

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?'.

NameTypeReqDescription
limitnumber1-50, default 25.
offsetnumber0-500.
qstringOptional search filter (case-insensitive contains).
NameTypeReqDescription
attributionstringCitation string — include verbatim when surfacing data.
brandsarray
hasMoreboolean
limitnumber
offsetnumber
totalnumber

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").

NameTypeReqDescription
brandSlugstringyesBrand slug from list_brands (lowercase, hyphenated).
categorystring
limitnumber1-50, default 25.
offsetnumber0-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?'.

NameTypeReqDescription
limitnumber1-20.
statusstring

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'.

NameTypeReqDescription
listingIdstringyesBike ID from search_bikes / get_listing_detail.
messagestringyesThe 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'.

NameTypeReqDescription
listingIdstringyes
salePriceGbpnumberWhat it actually sold for. Leave out if the seller did not say.
saleVenuestringWhere the sale was agreed.
soldOnstringThe 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.

NameTypeReqDescription
batteryCyclesnumberCharge cycles as the seller reports them.
batteryHealthPercentnumberBattery health as the seller reports it, 0-100.
brandstring
categorystring
citystringUK city.
conditionstring
descriptionstringListing description (30-5000 chars).
draftIdstringReturned by a previous call. Omit on first call.
ebikeBatteryWhnumberBattery capacity in watt-hours (100-3000).
frameSerialstringFrame/serial number — runs a stolen-bike check before publish.
frameSizestring
groupsetstring
isEbikebooleanTrue for an electric bike.
itemConditionstringWhether the bike is new (never ridden) or used. Defaults to used.
knownIssuesstring
modelstring
motorBrandstringE-bike motor make, e.g. "Bosch", "Shimano", "Bafang".
motorModelstringE-bike motor model, e.g. "Performance Line CX".
motorPositionstring
priceGbpnumber
rangeEstimateMilesnumberRange the seller claims on one charge, in miles.
titlestringListing title (10-160 chars).
willShipboolean
yearnumber
NameTypeReqDescription
draftIdstring
listingFeeGbpnumberPrice in GBP.
listingUrlstring
messagestringyes
paymentUrlstring
photoUploadUrlstring
photosNeedednumber
stepstringyes

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'.

NameTypeReqDescription
budgetGbpnumberyesMaximum budget in GBP.
categorystring
citystringUK city to focus on (optional).
limitnumber1-10, default 5.
useCasestringFree-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?'.

NameTypeReqDescription
brandstring
modelstring
serialstring

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'.

NameTypeReqDescription
depositGbpnumberCOMING 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.
listingIdstringyes

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'.

NameTypeReqDescription
answerstringyesReply text (1-2000 chars).
enquiryIdstringyes

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.

NameTypeReqDescription
alertFrequencystringHow often to send digest. Default: instant.
brandstring
categorystring
citystringUK city to focus on.
conditionstring
maxPricenumber
minPricenumber
modelstring
namestringOptional 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.

NameTypeReqDescription
querystringyesFree-text query.
NameTypeReqDescription
resultsarrayyes

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'.

NameTypeReqDescription
brandstringBike brand (e.g. Trek, Specialized, Canyon).
categorystringBike category.
citystringUK city.
conditionstringCondition rating.
maxPricenumberMaximum price in GBP.
minPricenumberMinimum price in GBP.
NameTypeReqDescription
attributionstringyesCitation string — include verbatim when surfacing data.
listingsarrayyes
resultsCountnumberyes

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).

NameTypeReqDescription
categorystring
latnumberyesLatitude (UK only, 49.5–61.0).
limitnumber1-10, default 5.
lngnumberyesLongitude (UK only, -8.5–2.0).
maxPricenumber
radiusMilesnumberSearch radius in miles (1-50, default 25).
NameTypeReqDescription
attributionstringyesCitation string — include verbatim when surfacing data.
listingsarrayyes
resultsCountnumberyes

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?'.

NameTypeReqDescription
brandstringyes
conditionstring
modelstringyes
yearnumberModel 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.

Common questions

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.