← Registry

eCommerce

iqautodeals.com

Search and manage vehicle inventory, valuations, and leads for an auto dealership network.

2 endpoints7 known toolsFirst detected August 30, 2026Last detected August 30, 2026

ENDPOINT 1

https://iqautodeals.com/api/mcp

No auth detected

MCP server metadata

Name
mcp-typescript server on vercel
Version
0.1.0
Capabilities
resources.listChangedtools.listChanged

Known tools 5

search_vehicles

Search the IQ Auto Deals nationwide vehicle inventory.

Inferred read-only
check_vehicle_availability

Check whether a specific IQ Auto Deals listing is still available, by VIN or listing id.

Inferred read-only
get_vehicle_value

Get the estimated value of the customer's own vehicle (trade-in or sale) from live market data: retail estimate, private-party asking prices, and an estimated dealer offer with itemized adjustments.

Potential side effects
submit_vehicle_lead

Contact the dealership that owns a specific IQ Auto Deals listing on the customer's behalf.

Inferred read-only
submit_sell_request

List a customer's OWN vehicle for sale to the IQ Auto Deals dealer network (use when the customer wants to SELL or get offers on their car, NOT buy or trade toward a listing).

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.mcp-typescript-server-on-vercel]
url = "https://iqautodeals.com/api/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "mcp-typescript-server-on-vercel": {
      "type": "http",
      "url": "https://iqautodeals.com/api/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: mcp-typescript-server-on-vercel
Remote MCP URL: https://iqautodeals.com/api/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": {
    "mcp-typescript-server-on-vercel": {
      "url": "https://iqautodeals.com/api/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "mcp-typescript-server-on-vercel": {
      "type": "http",
      "url": "https://iqautodeals.com/api/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "mcp-typescript-server-on-vercel",
  "transport": "streamable-http",
  "url": "https://iqautodeals.com/api/mcp"
}
MCP Inspector

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

ENDPOINT 2

https://iqautodeals.com/api/sell/mcp

No auth detected

MCP server metadata

Name
mcp-typescript server on vercel
Version
0.1.0
Capabilities
tools.listChanged

Known tools 2

get_vehicle_value

Decode a seller's VIN and calculate server-generated retail, private-party, and estimated dealer-offer values based on mileage, ZIP code, and vehicle condition.

Inferred read-only
submit_sell_request

Submit a private seller's vehicle to the IQ Auto Deals dealer network AFTER the seller has reviewed the information being shared and explicitly consented.

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.mcp-typescript-server-on-vercel]
url = "https://iqautodeals.com/api/sell/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "mcp-typescript-server-on-vercel": {
      "type": "http",
      "url": "https://iqautodeals.com/api/sell/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: mcp-typescript-server-on-vercel
Remote MCP URL: https://iqautodeals.com/api/sell/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": {
    "mcp-typescript-server-on-vercel": {
      "url": "https://iqautodeals.com/api/sell/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "mcp-typescript-server-on-vercel": {
      "type": "http",
      "url": "https://iqautodeals.com/api/sell/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "mcp-typescript-server-on-vercel",
  "transport": "streamable-http",
  "url": "https://iqautodeals.com/api/sell/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.

Indexed

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