← Registry

API Tools

mcp.vin

Decodes and validates VINs, looks up vehicle recalls, batch decodes up to 50 VINs, and lists saved VINs with specs, safety ratings, fuel economy, and photos.

WebMCP2 endpoints10 known toolsFirst detected June 5, 2026Last detected September 14, 2026

ENDPOINT 1

https://mcp.vin/mcp

No auth detected

MCP server metadata

Name
vin-mcp
Version
1.2.0
Capabilities
tools.listChanged

Known tools 9

decode_vin

Decode a VIN and return a comprehensive vehicle report with specs, recalls, complaints, safety ratings, fuel economy, and photos.

Inferred read-only
validate_vin

Quickly validate a VIN without calling any external APIs.

Inferred read-only
lookup_recalls

Look up recalls for a vehicle.

Inferred read-only
batch_decode

Decode multiple VINs at once (up to 50).

Inferred read-only
list_saved_vins

List VINs saved by a user.

Inferred read-only
save_vin

Save a VIN to a user's collection with an optional label.

Inferred read-only
remove_saved_vin

Remove a VIN from the user's saved collection.

Potential side effects
get_output_preferences

Get the user's VIN report output preferences.

Inferred read-only
update_output_preferences

Update which sections appear in VIN reports.

Potential side effects

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

.mcp.json

{
  "mcpServers": {
    "vin-mcp": {
      "type": "http",
      "url": "https://mcp.vin/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

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

Client-specific MCP configuration

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

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

ENDPOINT 2

https://mcp.vin

No auth detected

MCP server metadata

Name
WebMCP
Capabilities
declarative

Known tools 1

decode_vin

Decode a Vehicle Identification Number to get make, model, year, safety ratings, recalls, complaints, fuel economy, and photos

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

.mcp.json

{
  "mcpServers": {
    "webmcp": {
      "type": "http",
      "url": "https://mcp.vin"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: webmcp
Remote MCP URL: https://mcp.vin

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": {
    "webmcp": {
      "url": "https://mcp.vin"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

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

Client-specific MCP configuration

{
  "name": "webmcp",
  "transport": "streamable-http",
  "url": "https://mcp.vin"
}
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.

Indexed

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