← cyclesite.co.uk

INDIVIDUAL MCP TOOL

publish_listing

Publish a Cyclesite listing on the user's behalf.

cyclesite.co.uknone authenticationAvailability not checked

LIVE ENDPOINT

https://www.cyclesite.co.uk/api/mcp-server

No auth detected

Connect to this endpoint to inspect the live schema for publish_listing and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Potential side effects detected · medium confidence · heuristic, not a guarantee.

  • A tool name or description contains a write-action term.

Parent server

cyclesite.co.uk

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

  • search_bikes — Search live UK used-bike listings on Cyclesite (the UK's used bicycle marketplace).
  • 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).