API Tools
mbdesign.shop
Provides vehicle data and wheel compatibility information for mbDESIGN.
ENDPOINT 1
https://mbdesign.shop/mcp
Known tools 6
get_wheels_for_vehicleList the alloy wheels and complete wheels approved for a specific vehicle (use the vehicleId from find_vehicle).
Inferred read-onlylist_vehicle_modelsList the models for a manufacturer (pass the exact manufacturer from list_vehicle_manufacturers).
Inferred read-onlylist_vehicle_typesList the types/generations for a manufacturer + model (exact values from the previous steps).
Inferred read-onlysearch_galleryShow the user REAL photos of a wheel actually mounted on a car — real customer installations (not studio renders).
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.mbdesign-shop]
url = "https://mbdesign.shop/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"mbdesign-shop": {
"type": "http",
"url": "https://mbdesign.shop/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: mbdesign-shop
Remote MCP URL: https://mbdesign.shop/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": {
"mbdesign-shop": {
"url": "https://mbdesign.shop/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"mbdesign-shop": {
"type": "http",
"url": "https://mbdesign.shop/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "mbdesign-shop",
"transport": "streamable-http",
"url": "https://mbdesign.shop/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 mbdesign.shop was fetched 2026-07-26T07:24:21.077Z and is being refreshed.
mbdesign.shop is assessed as Trusted: Domain has an established technology history spanning over a year.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.