Content Tools
opencargo.bike
Searches and retrieves information about cargo bike accessories and manufacturers.
ENDPOINT 1
https://opencargo.bike/api/mcp
MCP server metadata
- Name
- opencargo
- Version
- 1.0.0
Known tools 7
search_productsFree-text search over the OpenCargo directory of aftermarket cargo-bike products (accessories, boxes, racks, seats, canopies, covers, bags, parts).
Inferred read-onlywhat_fitsCall 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-onlyget_productFull details for one product by its slug (as returned by search_products / what_fits).
Inferred read-onlyget_makerDetails for one maker (manufacturer) by slug, including their live products.
Inferred read-onlylist_makersMakers (manufacturers) in the directory, optionally filtered by ISO-2 country code (e.g.
Inferred read-onlylist_platformsThe cargo-bike platforms (bikes) the directory tracks compatibility for.
Inferred read-onlyCONNECT 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.
opencargo.bike is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.