← autoagents.io
INDIVIDUAL MCP TOOL
decode_vin
Decode a 17-character VIN into year, make, model, trim, and specs.
LIVE ENDPOINT
https://www.autoagents.io/api/mcp
Connect to this endpoint to inspect the live schema for decode_vin and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
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.autoagents-dealership-agent]
url = "https://www.autoagents.io/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"autoagents-dealership-agent": {
"type": "http",
"url": "https://www.autoagents.io/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: autoagents-dealership-agent
Remote MCP URL: https://www.autoagents.io/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": {
"autoagents-dealership-agent": {
"url": "https://www.autoagents.io/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"autoagents-dealership-agent": {
"type": "http",
"url": "https://www.autoagents.io/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "autoagents-dealership-agent",
"transport": "streamable-http",
"url": "https://www.autoagents.io/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
search_inventory— Search the dealership's live vehicle inventory by criteria (make, model, body style, price, year, mileage, fuel, region).get_vehicle— Fetch full details for a single vehicle by VIN, stock number, or URL slug: price, specs, features, history-report link, photos, and canonical URL.check_availability— Real-time availability for a vehicle by VIN, stock number, or URL slug.financing_scenario— Compute an all-in financed payment scenario (tax, principal, monthly/biweekly/weekly payment) for a vehicle or price, per credit band.trade_in_estimate— Market-based trade-in value estimate for a shopper's current vehicle (by VIN or year/make/model) at a given odometer reading.submit_lead— Submit a structured sales lead to the dealership on the buyer's behalf: contact details, optional vehicle of interest, and what they want.