Data & Tools

Give your AI assistant
live automotive data

Connect your AI assistant to live automotive data via Model Context Protocol. Standalone product — sign up just for MCP, or bundle with API access.

Standalone — purchasable independently
Claude — VinAssessment MCP Live
Jordan
Find me 2023 Honda Civics within 200 miles of 90210.
Claude tool: search_inventory
Found 5 closest matches from 41 active listings:
  1. 1 2023 Honda Civic Sport · Pasadena, CA $24,991 12 mi
  2. 2 2023 Honda Civic LX · Long Beach, CA $23,495 28 mi
  3. 3 2023 Honda Civic EX · Riverside, CA $25,750 61 mi
  4. 4 2023 Honda Civic Touring · San Diego, CA $28,420 125 mi
  5. 5 2023 Honda Civic Sport · Bakersfield, CA $24,200 183 mi
Source: VinAssessment MCP 41 listings · refreshed 3 min ago

What It Does

Live automotive data — inside any AI workflow.

One open standard. Every brand. New and used. The same data your dealer dashboard runs on.

Plug into any LLM

Claude Desktop, Cursor, GPT-based agents, or your own custom client — if it speaks Model Context Protocol, it speaks VinAssessment. One connection gives your AI assistant access to live vehicle inventory, VIN history, competitor pricing, and market radius data. No bespoke integration required.

Standardized protocol, not a custom SDK

MCP is an open standard backed by Anthropic. Your AI assistant calls VinAssessment tools the same way it calls any other MCP tool — through the same configuration, the same auth flow, the same JSON responses. No proprietary adapter. No integration lock-in. When MCP clients improve, your VinAssessment connection improves with them.

Real automotive data, not demo fixtures

Every tool call hits live data. Search inventory and get current listings — not a cached sample from last week. Look up a VIN and get its actual market position — priced against competitors within a radius you specify, updated continuously from 127M+ vehicle records and 2M new listings every day.

Connection Guides

Connect in under two minutes.

One endpoint, one auth token, three clients we test against on every release.

Claude Desktop

macOS, Windows · stdio config

Step 1 — Edit your config

Open Settings → Developer → Edit Config and paste:

{
  "mcpServers": {
    "vinassessment": {
      "command": "npx",
      "args": ["-y", "@vinassessment/mcp"],
      "env": {
        "VA_API_KEY": "va_live_•••"
      }
    }
  }
}
Read full setup

Cursor

IDE · settings.json

Step 1 — Add MCP server

Open Cursor Settings → MCP Servers → New Server and configure:

# Server name
vinassessment

# Type
command

# Command
npx -y @vinassessment/mcp

# Env: VA_API_KEY
va_live_•••
Read full setup

Custom MCP client

SSE / HTTP · any language

Step 1 — Hit the endpoint

Point any MCP-compatible client (or your own) at the SSE endpoint:

# Endpoint
https://mcp.vinassessment.com/v1/sse

# Auth header
Authorization: Bearer va_live_•••

# Tools exposed
search_inventory · lookup_vin
radius_analyze · price_band
Read full setup

Example Prompts

Real questions. Real answers.

Three exchanges your AI assistant can have today, the moment you connect.

1 · Inventory search
You
What 2023 Honda CR-V EX units are listed within 100 miles of Phoenix, AZ?
Assistant tool: search_inventory
Found 67 active listings across 38 dealers. Closest five:
  1. 1 2023 CR-V EX AWD · Tempe, AZ · 28k mi $32,490 8 mi
  2. 2 2023 CR-V EX FWD · Mesa, AZ · 35k mi $30,995 19 mi
  3. 3 2023 CR-V EX AWD · Tucson, AZ · 22k mi $33,750 95 mi
2 · VIN lookup & market position
You
Look up VIN 2HGFE2F57NH582031 — what's its market price band and how many competitors are within 200 miles?
Assistant tool: lookup_vin
2022 Honda Civic LX Sedan · 1.5L Turbo
  • Title brand Clean
  • Price band (200 mi) $19,495 – $24,990
  • Competitors within 200 mi 47 active listings
  • Rank in band #12 of 47 — priced below median
Low
$19,495
Median
$22,250
High
$24,990
3 · Competitor pricing analysis
You
Which dealers near Dallas are pricing their 2022 Ford F-150 XLT below $35,000?
Assistant tool: search_inventory
14 dealers match. Sorted by price, ascending:
  1. 1 Lone Star Ford · Plano, TX · 41k mi · 28 days $31,995 22 mi
  2. 2 Five Star Auto · Irving, TX · 36k mi · 12 days $32,490 14 mi
  3. 3 Metroplex Trucks · Arlington, TX · 48k mi · 41 days $33,750 32 mi

What Makes It Different

Not a chatbot wrapper. A real data connection.

Five reasons builders pick our MCP Server over the alternatives — including not having one at all.

Standalone SKU

Sign up for MCP without an API subscription. You pay for the protocol connection you need, not the full API tier you don't.

Built on an open standard

Model Context Protocol is Anthropic-backed and open. Your integration follows MCP conventions, not a proprietary adapter that disappears when a vendor pivots.

Tool-calling, not prompt injection

Your AI assistant calls named, schema-defined tools (search_inventory, lookup_vin, price_band). Structured inputs, structured outputs. No prompt engineering required to extract useful data.

Live data on every call

No cached snapshots returned to your assistant. Every tool call hits current listings and real-time pricing. The data your AI reasons about is the same data a dealer uses this morning.

Bundle with API Access for a lower rate

If you also need REST API calls (batch VIN lookups, webhooks, raw data queries), bundle MCP with API Access. Or run MCP standalone. Both paths are supported.

Use Cases

Three ways builders use the MCP Server

Different jobs, same MCP server. The protocol meets your AI workflow where it lives.

Pricing analyst

A pricing analyst who runs their analysis in Claude

You spend your day asking questions about the market — which trims are moving, which competitors just repriced, where a specific VIN sits in its radius. Instead of switching between your dashboard and your AI assistant, you ask Claude directly. The MCP Server connects Claude to live VinAssessment data, so your questions get answers from the same source as the dashboard — without the context-switching.

Replaces 3 hours of manual lookups with a 90-second conversation.
Internal tools

Custom internal tools for a dealer group's operations team

Your group has 12 rooftops and a custom Retool dashboard that your pricing managers use every morning. You want to add a natural-language query layer — "show me every vehicle on our lot priced above the 75th percentile in its radius." Connect your agent to VinAssessment via MCP, define the tools your Retool app can call, and your team gets answers in plain English backed by live data. No new dashboard to train them on.

One MCP server replaces five custom integrations their dev team would have shipped.
Researcher / AI builder

A researcher building an automotive AI agent

You're building an agent that helps consumers or dealers navigate the car market — asking about price fairness, regional availability, or historical price trends. MCP gives your agent structured access to real listing data, competitor counts, and price bands without you writing and maintaining a bespoke API client. Your agent describes what it needs in natural language; the MCP tools return structured data your agent can reason about, cite, and display.

Working agent in under a weekend — no scraping, no auth dance, no rate-limit surprises.

Tool Catalog

94 tools your AI assistant can call.

Twelve domains — VIN intelligence, dealer profiles, competitor pricing, auctions, market trends, and more. Every tool returns structured JSON with live data, scoped to your licensed perimeter.

A

VIN Intelligence & Decoding

7 tools
  1. lookup_vin Full 360° report — decode, listings, price band, rank, title, auctions
  2. decode_vin Make, model, trim, engine, drivetrain, safety features from a VIN
  3. decode_vin_batch Bulk decode for up to 50 VINs in a single call
  4. vin_history_listings Full active and delisted listing history for a VIN
  5. vin_price_history Price time-series for chart timelines
  6. vin_listing_count_by_state Distinct US states the VIN has been listed in (proxy for migration)
  7. vin_dealer_history Distinct dealers that have ever listed this VIN, with date range
B

Vehicle Search & Discovery

10 tools
  1. search_inventory Filter by make, model, year, trim, price, mileage, ZIP + radius, body, fuel
  2. search_inventory_by_text Free-text search ("white pickup under $35k near Dallas")
  3. find_similar_vehicles Similar vehicles by ML feature vectors or visual matching
  4. find_visually_similar_listings Image similarity via perceptual hash (dhash / Hamming)
  5. detect_duplicate_listings Same VIN listed across multiple platforms — merged
  6. search_new_arrivals Listings added in the last N hours in a region
  7. search_price_drops Listings whose price dropped within a period
  8. search_long_dom_listings Stale inventory sitting more than N days
  9. search_certified_preowned CPO-only filter
  10. search_trade_in_candidates Vehicles matching a dealer's trade-in profile
C

Dealer Inventory & Profile

10 tools
  1. my_inventory_overview Caller's own inventory at a glance — units, mix, avg price, avg DOM
  2. my_inventory_list Full paginated list of caller's listings
  3. dealer_inventory Inventory for any authorized dealer by name or ID
  4. dealer_profile Name, address, phone, website, hours, photos, rating
  5. dealer_reviews Paginated Google reviews
  6. dealer_search Find dealers by name, ZIP + radius, or specialty make
  7. dealer_inventory_age_buckets DOM distribution by 0–30 / 31–60 / 60–90 / 90+ day buckets
  8. dealer_pricing_position Percent above or below market median
  9. dealer_make_mix Top makes by volume with share of stock
  10. dealer_scraping_freshness Last scrape time, vehicles added, vehicles removed
D

Competitor Analysis

12 tools
  1. find_competitors Comparable competitor vehicles for a VIN within a radius
  2. competitor_count Fast count of active competitors in a radius
  3. competitor_rank Caller's rank by price ("#12 of 47, below median")
  4. competitor_price_distribution Buckets — low, Q1, median, Q3, high — with histogram data
  5. competitor_listings_table Full competitor table with dealer, price, mileage, DOM, distance
  6. competitor_price_change_alerts Competitors who changed price (drops and raises)
  7. competitor_new_listings Net-new competitor listings in the last 24h or 7d
  8. competitor_sold_listings Listings that disappeared (proxy for sold)
  9. dealer_vs_competitor_summary Head-to-head summary across model, price, DOM
  10. find_underpriced_competitors Competitors significantly below market median
  11. find_overpriced_competitors Competitors significantly above market median
  12. competitor_trims_breakdown Trim-level gap analysis vs. caller's lot
E

Pricing & Market Analysis

14 tools
  1. price_band Low, median, high for (year, make, model, trim) within a radius
  2. price_band_by_zip Same band aggregated per ZIP
  3. price_band_with_mileage Band that accounts for mileage bucket
  4. suggest_price Recommended price — three scenarios: aggressive, market, premium
  5. trade_in_value Fair / Good / Excellent trade-in estimate
  6. price_trend_weekly Weekly avg, min, max time-series
  7. price_trend_monthly Monthly aggregation with year-over-year change
  8. mileage_price_correlation Scatter data for odometer vs. price charts
  9. dom_distribution Days-on-market distribution by model or region
  10. avg_dom_by_make Median and mean DOM per make and model
  11. price_vs_segment Comparison to segment average (mid-size sedan, full-size SUV)
  12. regional_price_comparison Same model across multiple regions side-by-side
  13. platform_price_comparison Autotrader vs Cars.com vs Facebook vs CarGurus
  14. calculate_loan_payment Monthly payment, total interest, amortization
F

Auction Intelligence

8 tools
  1. auction_lookup_vin Every auction lot for a given VIN — hammer price, damage class, photos, sale date
  2. auction_search Search lots by year, make, model, state, damage, auction house
  3. auction_price_band Hammer-price low / median / high by damage class
  4. auction_repair_cost_estimate Average repair cost per damage class
  5. auction_recent_sales Most recent N sold lots for a model
  6. auction_unsold_lots No-sale lots and no-sale rate
  7. damage_impact_on_value How much a damage class drops price vs. clean
  8. wholesale_to_retail_spread Auction hammer vs retail listing for the same vehicle
G

Listing Diagnostics & Risk Signals

4 tools
  1. listing_freshness_score When last refreshed, days since price change, staleness flag
  2. vin_market_footprint Distinct platforms and dealers that have listed this VIN over time
  3. spec_mismatch_check VIN decode vs listing-claimed make/model/year disagreement
  4. listing_completeness_score Photos, description length, filled fields → quality grade A / B / C
H

Window Sticker & Build Data

3 tools
  1. fetch_window_sticker Monroney sticker URL or PDF — generates if missing
  2. window_sticker_summary Structured fields — MSRP, options, packages, factory options
  3. build_data_options Factory options and safety features (HUD, leather, packages, ABS, ESC, blind-spot, lane-assist)
I

Geographic & Regional

6 tools
  1. zip_neighbors All ZIP codes within N miles
  2. zip_to_geo ZIP → city, state, lat, lon
  3. state_inventory_summary Listings per state with top makes
  4. city_dealer_density Dealer count and active vehicle count by city
  5. map_aggregation State → city → dealer → vehicle aggregation by zoom level
  6. find_dealers_in_radius Every dealer within a radius
J

Trends & Time Series

7 tools
  1. market_supply_trend Active-listing count for a model — weekly or monthly
  2. market_demand_signal Disappearance velocity (proxy sold-rate)
  3. dealer_inventory_growth How a competitor's stock changed over time
  4. price_volatility_index Price standard deviation over a period
  5. seasonal_patterns Seasonal rhythms — convertibles in spring, 4WD in winter
  6. new_vs_used_share New vs used listing share by region
  7. listing_velocity Average days from list → delist
K

Image & Visual

3 tools
  1. vehicle_images All image URLs for a VIN or listing
  2. best_listing_photo Cover or main image
  3. photo_count_quality_check Photo count plus a low-quality flag (under 5 photos)
L

Reports & Aggregated Analytics

10 tools
  1. vehicle_full_report One-call markdown report — decode, history, prices, auctions, title, sticker
  2. dealer_full_report Profile + inventory + pricing position + competitor benchmark + reviews
  3. market_report_by_model Supply, price band, top dealers, regional split, trends
  4. regional_market_report Top makes, average price, DOM, hot models per region
  5. price_change_report Top-N listings with price changes over a period
  6. inventory_aging_report Caller's listings >60/90 days with new-price suggestions
  7. gap_analysis_report Trims competitors stock but caller does not
  8. opportunity_report Auction VINs with profitable retail flip spread
  9. dealer_competitive_report Head-to-head across 10 metrics
  10. export_report Markdown or CSV snapshot delivered as an MCP resource

Plus 4 MCP resources (catalog, data dictionary, dealer profile, glossary) and 5 prebuilt prompts (daily competitor brief, weekly market pulse, VIN deep dive, pricing review, auction opportunities) your AI client picks up automatically.

The Numbers

Available today. Ready for production.

127M+

Vehicle records available through every tool call

2M

New listings indexed every day — all current, no stale cache

94

Tools across 12 domains your AI assistant can call live

Claude Desktop Cursor Continue OpenWebUI Custom SDK

FAQ

Frequently asked questions

What is Model Context Protocol (MCP)?
Model Context Protocol is an open standard created by Anthropic that lets AI assistants like Claude call external tools in a structured, schema-defined way. Instead of hallucinating data or requiring you to paste information into the chat, an MCP-connected assistant can call a named tool (like lookup_vin or search_inventory ), receive a structured response, and reason about real data. MCP is open — any client that implements the protocol can connect to any compliant server, including VinAssessment's. Spec: modelcontextprotocol.io
Which AI clients support MCP?
Claude Desktop and Cursor both support MCP natively. Any AI assistant or agent framework that implements the MCP spec — including custom agents built on the Anthropic SDK, OpenAI-compatible clients with MCP adapters, or your own agent runner — can connect to VinAssessment's MCP Server. The server uses standard JSON-RPC transport and API key authentication. If your client speaks MCP, it works.
How is MCP different from the REST API?
The REST API is for code — your application calls endpoints directly, handles pagination, and processes raw JSON in your backend. The MCP Server is for AI assistants — your LLM calls named tools in natural language, the server interprets the inputs, queries the data, and returns a structured response your assistant can reason about without custom parsing logic. Both access the same underlying data. The Standalone option means you can start with MCP without buying API access.
How does authentication work?
You authenticate with an API key, issued when you sign up for MCP access. Add the key to your MCP client's server configuration — for example via the VA_API_KEY environment variable for stdio transports (Claude Desktop, Cursor) or the Authorization header for SSE/HTTP. Each tool call sends the key with the request — no OAuth flow, no per-session token exchange. Rate limits apply per key. If you bundle MCP with API Access, the same key works for both.
What is the latency on a tool call?
Most tool calls return in under 500ms. Inventory searches with radius filtering and VIN lookups typically complete in 200–400ms. Price band calculations that aggregate competitor data complete in 300–600ms. These times reflect live queries against current data — there is no pre-cached response layer. If you're building a user-facing AI workflow, plan for a 500ms tool-call budget and your agent will feel responsive.
What does "standalone" mean for pricing?
Standalone means you can sign up for MCP Server access without subscribing to the REST API tier. If all you need is LLM tool-calling access to inventory, VIN data, and pricing — you pay for that, and that only. If you also need programmatic REST API access for batch operations or webhooks, you can bundle both for a lower combined rate than buying separately. Pricing for both options is on the pricing page .

Ready when you are

Your AI assistant is missing half the market

Connect it to 127M+ vehicles, real-time competitor pricing, and live inventory — in one MCP configuration. Standalone access available: no API subscription required.