eCommerce
autoagents.io
This MCP server provides dealership vehicle inventory search, vehicle details, availability checks, VIN decoding, and financing scenario calculations for car shopping.
ENDPOINT 1
https://www.autoagents.io/api/mcp
MCP server metadata
- Name
- AutoAgents dealership agent
- Version
- 1.0.0
Machine interface for AutoAgents (https://www.autoagents.io). Search live inventory, fetch vehicles by VIN or stock number, check availability, run financing scenarios, estimate trade-in values, decode VINs, and submit structured sales leads. Inventory and prices change frequently — always cite the vehicle's canonical URL.
Known tools 7
search_inventorySearch the dealership's live vehicle inventory by criteria (make, model, body style, price, year, mileage, fuel, region).
Inferred read-onlyget_vehicleFetch full details for a single vehicle by VIN, stock number, or URL slug: price, specs, features, history-report link, photos, and canonical URL.
Inferred read-onlycheck_availabilityReal-time availability for a vehicle by VIN, stock number, or URL slug.
Inferred read-onlyfinancing_scenarioCompute an all-in financed payment scenario (tax, principal, monthly/biweekly/weekly payment) for a vehicle or price, per credit band.
Potential side effectstrade_in_estimateMarket-based trade-in value estimate for a shopper's current vehicle (by VIN or year/make/model) at a given odometer reading.
Potential side effectssubmit_leadSubmit a structured sales lead to the dealership on the buyer's behalf: contact details, optional vehicle of interest, and what they want.
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.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.
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.