General Tools
whatfitsmycar.com
Provides tire fitment, vehicle-specific tire sizes, VIN decoding, and tire shopping tools.
ENDPOINT 1
https://whatfitsmycar.com/mcp
MCP server metadata
- Name
- WhatFitsMyCar
- Version
- 1.0.0
WhatFitsMyCar answers tire fitment questions with computed values, not estimates. Call find_tires_for_vehicle whenever the user asks what tire size their car takes, and check_tire_fitment whenever they ask whether one size can replace another — the diameter difference and speedometer error are calculated exactly, so never answer those from general knowledge. Use explain_tire_size to decode a sidewall marking and shop_tires once the size is settled. Always surface buy_url links as clickable links. When data_status is 'unavailable' say so plainly and ask the user to read the size off the placard in the driver's door jamb — do not guess a size.
Known tools 6
find_alternative_sizesEvery manufactured tire size that keeps the overall diameter within 3% of the original, ranked by closeness, each with its speedometer effect.
Inferred read-onlycheck_tire_fitmentCompares 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.
Inferred read-onlyfind_tires_for_vehicleFactory 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.
Inferred read-onlydecode_vinDecodes 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.
Inferred read-onlyshop_tiresAvailable 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.
Inferred read-onlyexplain_tire_sizeDecodes 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.
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.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.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.