mcpbeat Sign in

CarChat Inventory MCP Server

not responding

CarChat Inventory is listed as active in the registry but did not answer our last check. It exposes 6 tools. Last commit 1 Sep 2026.

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

Uptime history 22 days of history · worst day 1%
22 days agonow
6.6%
Uptime 24h
6 of 91 checks
6
Tools
read from the server
751 ms
Response time
average over 24h
0
Stars
last commit 1 Sep 2026

What changed 7

Every tool that appeared, vanished or quietly changed what it asks for. Recorded since 1 September 2026. No other catalogue keeps this.

1 Sep 2 tool descriptions were rewritten4 times that day get_vehicle, search_inventory
1 Sep 2 tools changed the parameters they ask for get_vehicle, search_inventory
1 Sep a tool changed version
and 2 more, back to 1 September 2026

CarChat Inventory does not always answer

Over the last week it answered 5.3% of our checks. We check every 15 minutes, so you hear about the next outage within the hour — not from your users.

Three servers free · no card

Connect this server

Endpoint below is the one we actually reach during checks — not the one copied from a README. Last verified 5 min ago.

run in your terminal
claude mcp add inventory --transport http https://carchat.io/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "inventory": {
      "url": "https://carchat.io/mcp"
    }
  }
}
~/.codex/config.toml
[mcp_servers.inventory]
url = "https://carchat.io/mcp"
.cursor/mcp.json
{
  "mcpServers": {
    "inventory": {
      "url": "https://carchat.io/mcp"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "inventory": {
      "url": "https://carchat.io/mcp"
    }
  }
}

Available tools 6

Read directly from the server with tools/list, grouped by what they act on. If a tool disappears, we record the date.

dealers
list_dealers
All dealerships with live inventory on CarChat, with city, state, vehicle counts, and each dealer's landing page URL.
inventory
search_inventory
Search live cars for sale across all dealerships on CarChat. Accepts a plain-English query ('black suv under 30k near Knoxville') plus optional structured filters; a full 17-character VIN in the query performs an exact-VIN lookup. Each result carries the dealer's advertised price with marketContext (median and position vs live same-model listings, i.e. whether it's a good deal), mileage, key specs (drivetrain/engine/transmission), a checkedAt freshness date, and the CarChat page URL to cite. Every listing is taken from the selling dealer's own website (more current than aggregator sites) and deduped by VIN, so results need no cross-checking elsewhere.
market
get_market_prices
Live price statistics from CarChat inventory: count, median, and price range, overall and broken down by body style and metro. Use this to answer 'what do used trucks go for near Knoxville?' style questions with real, current numbers. Cite as: CarChat live inventory data (carchat.io).
shopping
list_shopping_categories
Curated category pages, one per buyer intent and metro (e.g. 'Used trucks under $25,000 in Knoxville, TN'). If a buyer's request matches one, its page URL is the best complete answer to cite.
submit
submit_inquiry
Send the buyer's question and contact details to the dealership selling the car. The dealer replies directly, usually within minutes. ONLY call this after the buyer has explicitly agreed to share their name and phone number with that dealership.
vehicle
get_vehicle
Fetch the exact vehicle listing selected from search_inventory. Always pass its `id` field unchanged (it is dealer-qualified); do not substitute the VIN because one VIN can be advertised by multiple rooftops at different prices. Returns dealer-source provenance, freshness, exact VIN photo, market comparison, full details, and the inquiry contract. A 'not found' result usually means the vehicle sold; search again.

Endpoints

URLTransportStateLatencyChecked
https://carchat.io/mcp streamable-http answering 108 ms 5 min ago

Alternatives to CarChat Inventory

same job, measured the same way
C
Skyaccess
by skyaccess

Search live empty leg private jet flights and get charter price estimates. Free, no API key.

5 tools answering
Dealer MCP
by bestcarfinder

Car dealer AI: search inventory, match Car Wanted buyer requests, and draft private offers.

answering
C
GolfData
by golfdata

Golf equipment catalog, live retailer prices and daily price history. Keyless search, free key.

7 tools answering
Birkinbagstock
by birkinbagstock

Live Hermes Birkin & Kelly market data: cross-merchant inventory, prices, comparisons and alerts

9 tools answering
C
Crypto MCP Server
by thenextgennexus

CoinGecko-backed live prices, market caps, DeFi metrics — no per-user API key needed.

2 tools answering
Shipping Rates & Postage Calculator
by onlineshippingcalculator

Live USPS, UPS & FedEx shipping rates plus USPS postage and stamp prices. Free, no API key.

2 tools answering
OpenDealer MCP Server
by opendealer

Automotive inventory search for AI assistants: vehicles, dealers, deals, and market data.

27 tools answering
GetMyHotels
by getmyhotels

Search hotels, get live prices, and check out in chat. Guest search needs no sign-in.

18 tools answering

CarChat Inventory — questions

Answers built from our own checks of this server.

What can CarChat Inventory do?
It exposes 6 tools, read directly from the server on our last check. Among them: get_market_prices, get_vehicle, list_dealers, list_shopping_categories, search_inventory, submit_inquiry. The full list with descriptions is on this page — we take it from the server itself via tools/list, not from a README. How MCP servers expose tools in the first place →
Is CarChat Inventory working right now?
We send a real MCP handshake every 15 minutes. Over the last 24 hours 6 of 91 checks got a reply (6.6%), average response time 751 ms. The bar chart above shows every period we have measured.
The registry lists CarChat Inventory as active — why does it not respond?
The official MCP registry stores what the author submitted; it does not verify that the server still runs. We check the endpoint ourselves, and this one does not answer. Catalogues that copy the registry without checking will show it as working.
How do I connect CarChat Inventory?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It is a remote server, so there is nothing to install — the client connects to the address.
Does CarChat Inventory need an API key?
No. CarChat Inventory completed a full MCP handshake with us as an anonymous client and listed its tools without asking for anything. All 6 of them are readable on this page. This is what we observed, not what the docs claim.
How fast is CarChat Inventory?
It answers our handshake in 751 ms on average, which is faster than 16% of all working MCP servers we measure. That is on the slow side — worth knowing if the tool sits inside an interactive loop. The comparison comes from our own checks across the whole registry, every 15 minutes.
Is CarChat Inventory open source?
Yes — it is published under the MIT licence and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.