eCommerce
iqautodeals.com
Search and manage vehicle inventory, valuations, and leads for an auto dealership network.
ENDPOINT 1
https://iqautodeals.com/api/mcp
MCP server metadata
- Name
- mcp-typescript server on vercel
- Version
- 0.1.0
Known tools 5
check_vehicle_availabilityCheck whether a specific IQ Auto Deals listing is still available, by VIN or listing id.
Inferred read-onlyget_vehicle_valueGet 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 effectssubmit_vehicle_leadContact the dealership that owns a specific IQ Auto Deals listing on the customer's behalf.
Inferred read-onlysubmit_sell_requestList 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 effectsCONNECT 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
MCP server metadata
- Name
- mcp-typescript server on vercel
- Version
- 0.1.0
Known tools 2
get_vehicle_valueDecode 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-onlysubmit_sell_requestSubmit 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-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.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.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.