← whatfitsmycar.com

INDIVIDUAL MCP TOOL

shop_tires

Available tires in a given size with per-tire and per-set prices where merchant data is loaded, plus links that open each retailer's results for that exact size.

whatfitsmycar.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://whatfitsmycar.com/mcp

No auth detected

Connect to this endpoint to inspect the live schema for shop_tires and invoke it with your own arguments.

Indexed 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 server

whatfitsmycar.com

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

.mcp.json

{
  "mcpServers": {
    "whatfitsmycar": {
      "type": "http",
      "url": "https://whatfitsmycar.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: whatfitsmycar
Remote MCP URL: https://whatfitsmycar.com/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": {
    "whatfitsmycar": {
      "url": "https://whatfitsmycar.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

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

Client-specific MCP configuration

{
  "name": "whatfitsmycar",
  "transport": "streamable-http",
  "url": "https://whatfitsmycar.com/mcp"
}
MCP Inspector

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

Related tools

  • find_alternative_sizes — Every manufactured tire size that keeps the overall diameter within 3% of the original, ranked by closeness, each with its speedometer effect.
  • check_tire_fitment — Compares a candidate tire size against the original: exact overall-diameter difference in percent and mm, the resulting speedometer error, and whether the load index and speed rating still qualify.
  • find_tires_for_vehicle — Factory tire and wheel sizes for a specific year, make and model, including staggered front/rear setups and every optional wheel size, with links to buy that exact size.
  • decode_vin — Decodes a 17-character VIN into the exact vehicle (make, model, year, trim, body, drive type, TPMS type) using the official NHTSA database, then returns the tire sizes for it.
  • explain_tire_size — Decodes a tire sidewall marking into its parts: section width, sidewall height in mm, wheel diameter, overall diameter, load index in kg, speed rating in km/h, and the rim widths it may be mounted on.