← Registry

API Tools

mbdesign.shop

Provides vehicle data and wheel compatibility information for mbDESIGN.

1 endpoint6 known toolsFirst detected July 6, 2026Last detected July 6, 2026

ENDPOINT 1

https://mbdesign.shop/mcp

No auth detected

Known tools 6

find_vehicle

Resolve a car to mbDESIGN vehicle records.

Inferred read-only
get_wheels_for_vehicle

List the alloy wheels and complete wheels approved for a specific vehicle (use the vehicleId from find_vehicle).

Inferred read-only
list_vehicle_manufacturers

List every vehicle manufacturer exactly as stored (e.g.

Inferred read-only
list_vehicle_models

List the models for a manufacturer (pass the exact manufacturer from list_vehicle_manufacturers).

Inferred read-only
list_vehicle_types

List the types/generations for a manufacturer + model (exact values from the previous steps).

Inferred read-only
search_gallery

Show the user REAL photos of a wheel actually mounted on a car — real customer installations (not studio renders).

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.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.

Trust status Trusted

mbdesign.shop is assessed as Trusted: Domain has an established technology history spanning over a year.

Indexed

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