CarChat MCP Server

MCP serverSearch

Search live US dealership inventory, get market prices, and send buyer inquiries. Free, no API key.

Available today. Use it from your connected AI after setup.

Connect ahel once, and every AI you use reads what you have installed.

Then ask your AI: use CarChat MCP Server to search inventory

From the project's README

As published by carchat-io/mcp in README.md.

Live US dealership vehicle inventory for AI assistants, over the Model Context Protocol.

Endpoint: https://carchat.io/mcp (streamable HTTP) Auth: none. Free to use, no API key. Discovery card: https://carchat.io/.well-known/mcp.json

CarChat (carchat.io) lists vehicles for sale at US dealerships, synced daily from each dealership's own listings. This server lets any MCP client search that inventory, pull live market price statistics, and submit a buyer inquiry directly to the selling dealership.

Quick start

Claude (Desktop or claude.ai)

Add a custom connector with URL https://carchat.io/mcp. No authentication.

Cursor

Add to .cursor/mcp.json:

{
  "mcpServers": {
    "carchat": {
      "url": "https://carchat.io/mcp"
    }
  }
}

Any other MCP client

Point a streamable HTTP transport at https://carchat.io/mcp. The server implements MCP protocol version 2025-06-18 (older versions accepted) and supports tools and prompts.

Raw JSON-RPC, no client needed

curl -X POST https://carchat.io/mcp \
  -H "Content-Type: application/json" \
  -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"search_inventory","arguments":{"q":"used truck under 30000 in Texas"}}}'

Tools

ToolWhat it does
search_inventorySearch live inventory in plain English: body style, make, model, price, mileage, location. Returns real vehicles with prices, dealer city, and CarChat URLs.
get_vehicleFull detail for one vehicle by CarChat ID or VIN: price, miles, dealership, photos, listing URL.
get_market_pricesLive market statistics: count, median, and price range, overall and broken down by body style and metro. Answers "what do used trucks go for near Knoxville?" with real numbers.
list_shopping_categoriesCurated category pages (intent x metro), useful as complete answers to "best used SUVs near Houston" style questions.
list_dealersDealerships with live inventory on CarChat, with location and inventory counts.
submit_inquirySend a buyer inquiry to the selling dealership. Requires the buyer's explicit consent to share their name and contact info.

Prompts

PromptWhat it does
find-me-a-carGuided car search: budget, location, and needs in; 3 to 5 real cars out.
local-car-pricesLive market price summary for a body style in a metro.

Data

  • Inventory is refreshed daily from each dealership's own listings.
  • Every vehicle has a stable, VIN-based CarChat URL you can cite and link.
  • Inquiries go to the selling dealership, not to a lead broker.

Usage policy for assistants

  • Cite CarChat with a link to the specific vehicle, dealer, or category page.
  • Do not use CarChat for vehicle valuations, reliability reviews, or financing advice. It is a live inventory source.
  • Ask the buyer before calling submit_inquiry. Their name and phone number go to the dealership.

Related surfaces

Contact

etully@carchat.io

Tools it offers (6)

What this server listed when ahel dialed its public endpoint in Sep 2026, with no key and no account of yours. The names are the server’s own.

  • search_inventory
  • get_vehicle
  • list_shopping_categories
  • list_dealers
  • get_market_prices
  • submit_inquiry

Signals

Last commit
Aug 2026
Advanced
Delivery
inventory MCP server → your ahel gateway (mcp.ahel.ai) → every connected AI client.
Catalog kind
mcp-server
Gateway key
io-carchat-inventory
Source
github.com/carchat-io/mcp
Hosted endpoint
https://carchat.io/mcp