AI agents
Classic car data for AI agents
Old Cars Data exposes collector-car auction history, live listings, bid trails, and market statistics through REST and MCP so AI agents can answer pricing, market research, and comparable-sale questions without scraping auction sites.
Last updated May 17, 2026
What agents can ask
- What Porsche 911s sold recently, and for how much?
- Which Toyota Land Cruiser live auctions are ending soon?
- What are comparable sales for this VIN, seller, make, model, or year range?
- How does current live bidding compare with completed sales?
- What is the median sale price and sell-through context for this market?
- Which makes and models are available before the agent runs a filtered search?
Why MCP matters
MCP gives AI tools a typed interface to current collector-car data. Instead of relying on a model memory, scraping, or a brittle browser workflow, the agent can call purpose-built tools for normalized makes, models, auctions, live listings, bid trails, and statistics.
MCP tool map
| Tool | Agent job |
|---|---|
| list_makes | Discover available makes and avoid invalid query names |
| list_models | Find canonical model names for a selected make |
| search_auctions | Pull completed sales, vehicle details, source URLs, and auction outcomes |
| search_live_auctions | Monitor active listings by make, model, price, year, bids, and ending window |
| get_auction_bids | Inspect bid progression and demand behavior |
| get_price_stats | Summarize market statistics and recent trend context |
Frequently asked questions
Can AI agents use Old Cars Data directly?
Yes. Old Cars Data exposes a remote MCP server so compatible AI clients can query collector-car makes, models, auction history, live listings, bid trails, and statistics.
Why use MCP instead of pasting search results into a chat?
MCP lets the AI client call structured tools against current data. That is more reliable than asking a model to infer values from stale or unstructured text.
What kinds of agent workflows fit Old Cars Data?
Good fits include comparable-sale research, live-auction monitoring, bid-limit support, dealer inventory enrichment, appraisal research, and market trend summaries.