← opencargo.bike

INDIVIDUAL MCP TOOL

list_platforms

The cargo-bike platforms (bikes) the directory tracks compatibility for.

opencargo.bikenone authenticationAvailability not checked

Input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent endpoint

opencargo.bike

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.opencargo-bike]
url = "https://opencargo.bike/api/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "opencargo-bike": {
      "type": "http",
      "url": "https://opencargo.bike/api/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: opencargo-bike
Remote MCP URL: https://opencargo.bike/api/mcp

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": {
    "opencargo-bike": {
      "url": "https://opencargo.bike/api/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "opencargo-bike": {
      "type": "http",
      "url": "https://opencargo.bike/api/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "opencargo-bike",
  "transport": "streamable-http",
  "url": "https://opencargo.bike/api/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • search_products — Free-text search over the OpenCargo directory of aftermarket cargo-bike products (accessories, boxes, racks, seats, canopies, covers, bags, parts).
  • what_fits — Call this when a user names a cargo bike (Bullitt, Urban Arrow, Omnium, Muli, Christiania, Tern, Riese & Müller...) and wants to know what accessories fit it.
  • get_product — Full details for one product by its slug (as returned by search_products / what_fits).
  • get_maker — Details for one maker (manufacturer) by slug, including their live products.
  • list_makers — Makers (manufacturers) in the directory, optionally filtered by ISO-2 country code (e.g.
  • list_categories — The fixed product-category vocabulary (use-case based).