← Registry

Content Tools

opencargo.bike

Searches and retrieves information about cargo bike accessories and manufacturers.

1 endpoint7 known toolsFirst detected July 3, 2026Last detected September 24, 2026

ENDPOINT 1

https://opencargo.bike/api/mcp

No auth detected

MCP server metadata

Name
opencargo
Version
1.0.0
Capabilities
tools.listChanged

Known tools 7

search_products

Free-text search over the OpenCargo directory of aftermarket cargo-bike products (accessories, boxes, racks, seats, canopies, covers, bags, parts).

Inferred read-only
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.

Inferred read-only
get_product

Full details for one product by its slug (as returned by search_products / what_fits).

Inferred read-only
get_maker

Details for one maker (manufacturer) by slug, including their live products.

Inferred read-only
list_makers

Makers (manufacturers) in the directory, optionally filtered by ISO-2 country code (e.g.

Inferred read-only
list_platforms

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

Inferred read-only
list_categories

The fixed product-category vocabulary (use-case based).

Inferred read-only

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

.mcp.json

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

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

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

Client-specific MCP configuration

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

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

TRUST AND VERIFICATION EVIDENCE

Trust Data Available

BuiltWith Trust API v2 evidence for opencargo.bike was fetched 2026-08-09T01:31:08.030Z and is being refreshed.

Trust status Neutral

opencargo.bike is assessed as Neutral: No suspicious signals found, but no strong positive signal either

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.