← mbdesign.shop

INDIVIDUAL MCP TOOL

list_vehicle_types

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

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

mbdesign.shop

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.

Related tools

  • find_vehicle — Resolve a car to mbDESIGN vehicle records.
  • get_wheels_for_vehicle — List the alloy wheels and complete wheels approved for a specific vehicle (use the vehicleId from find_vehicle).
  • list_vehicle_manufacturers — List every vehicle manufacturer exactly as stored (e.g.
  • list_vehicle_models — List the models for a manufacturer (pass the exact manufacturer from list_vehicle_manufacturers).
  • search_gallery — Show the user REAL photos of a wheel actually mounted on a car — real customer installations (not studio renders).