← Registry

eCommerce

autoagents.io

This MCP server provides dealership vehicle inventory search, vehicle details, availability checks, VIN decoding, and financing scenario calculations for car shopping.

1 endpoint7 known toolsFirst detected September 24, 2026Last detected September 24, 2026

ENDPOINT 1

https://www.autoagents.io/api/mcp

No auth detected

MCP server metadata

Name
AutoAgents dealership agent
Version
1.0.0
Capabilities
tools
Server instructions

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_inventory

Search the dealership's live vehicle inventory by criteria (make, model, body style, price, year, mileage, fuel, region).

Inferred read-only
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.

Inferred read-only
check_availability

Real-time availability for a vehicle by VIN, stock number, or URL slug.

Inferred read-only
financing_scenario

Compute an all-in financed payment scenario (tax, principal, monthly/biweekly/weekly payment) for a vehicle or price, per credit band.

Potential side effects
decode_vin

Decode a 17-character VIN into year, make, model, trim, and specs.

Inferred read-only
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.

Potential side effects
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.

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.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.

Indexed

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