← Back to Plugins
MCP Server MCP

io.github.Tomalarrrr/cyclesite-mcp-server

github By github 👁 1 views ▲ 0 votes

Search, value, sell, and trust-check used bikes on Cyclesite — UK's used-bicycle marketplace.

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://www.cyclesite.co.uk/api/mcp-server"
    }
  ],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "cyclesite-mcp-server",
      "version": "2.4.3",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Cyclesite base URL. Override only for partner staging environments.",
          "format": "string",
          "default": "https://www.cyclesite.co.uk",
          "name": "CYCLESITE_API_URL"
        },
        {
          "description": "Optional partner API key for raised rate limits. Public tier works without one.",
          "format": "string",
          "isSecret": true,
          "name": "CYCLESITE_API_KEY"
        }
      ]
    }
  ]
}
mcp model-context-protocol streamable-http npm

Comments

Sign in to leave a comment

Loading comments...