INDIVIDUAL MCP TOOL
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.
LIVE ENDPOINT
https://iqautodeals.com/api/mcp
Connect to this endpoint to inspect the live schema for get_vehicle_value and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Potential side effects detected · medium confidence · heuristic, not a guarantee.
- A tool name or description suggests a financial action.
Parent server
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.
Related tools
search_vehicles— Search the IQ Auto Deals nationwide vehicle inventory.check_vehicle_availability— Check whether a specific IQ Auto Deals listing is still available, by VIN or listing id.submit_vehicle_lead— Contact the dealership that owns a specific IQ Auto Deals listing on the customer's behalf.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).