Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, email [email protected] and we’ll put it right.

com.marketcheck/api

REMOTE · DEVELOPERS.MARKETCHECK.COM · SCANNED AUG 3

MarketCheck automotive data: search US/UK listings, predict prices, decode VINs, market history.

+10 this week 74 Trust /100
Trust breakdown (6 categories)

How this component scores in each security and reliability category. Every signal is checked automatically against the live server, and we only credit what we can confirm. How we score →

Endpoint Security94
Transport & Reachability100
Schema Quality & AI Usability37
  • AI-judged instruction clarity (good).Pass
  • Context-footprint check failed: tool/resource definitions use about 16078 tokens (~1786/item across 9 items; 9 tools + 0 resources), over budget; trim descriptions and params. See how to fix → Fail
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management27
  • Stability observed for 8 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage96
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 84% of tool parameters carry a description.Partial
  • Structured output schemas are declared (89% of tools); any adoption earns full credit.Pass
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Install

Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.

remote · developers.marketcheck.com

# add to Claude Code
claude mcp add --transport http com-marketcheck-api https://developers.marketcheck.com/api/mcp
# ~/.codex/config.toml
[mcp_servers.com-marketcheck-api]
url = "https://developers.marketcheck.com/api/mcp"
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "com-marketcheck-api": {
      "type": "remote",
      "url": "https://developers.marketcheck.com/api/mcp",
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add com-marketcheck-api --url https://developers.marketcheck.com/api/mcp --transport streamable-http
# ~/.hermes/config.yaml
mcp_servers:
  com-marketcheck-api:
    url: "https://developers.marketcheck.com/api/mcp"
// mcp.json
{
  "mcpServers": {
    "com-marketcheck-api": {
      "type": "http",
      "url": "https://developers.marketcheck.com/api/mcp"
    }
  }
}

The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.

Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 3 Aug 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 23 to 27. That category is still filling its 30-day observation window: 7 days of observed history at the previous scan, 8 at this one. The score rises as the window fills, whether or not the server changes.

  • 1 Aug 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 17 to 20. That category is still filling its 30-day observation window: 5 days of observed history at the previous scan, 6 at this one. The score rises as the window fills, whether or not the server changes.

  • 31 Jul 26 +7
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 30 Jul 26 0
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 29 Jul 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 7 to 10. That category is still filling its 30-day observation window: 2 days of observed history at the previous scan, 3 at this one. The score rises as the window fills, whether or not the server changes.

  • 27 Jul 26 +1
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 26 Jul 26 63

    First indexed and scored.

Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 3 Aug 2026 · Probed https://developers.marketcheck.com/api/mcp

TLS valid

Negotiated TLS 1.3 with TLS_AES_128_GCM_SHA256 .

Subject Issuer Valid from Valid until Key Signature Serial
CN=developers.marketcheck.com CN=WR3,O=Google Trust Services,C=US 19 Jul 2026 17 Oct 2026 RSA 2048 SHA256-RSA 891110f20e04d80b0a1ca38bf51d685a
SANs: developers.marketcheck.com
CN=WR3,O=Google Trust Services,C=US (CA) CN=GTS Root R1,O=Google Trust Services LLC,C=US 13 Dec 2023 20 Feb 2029 RSA 2048 SHA256-RSA 7ff005a91568d63abc22861684aa4b5a
CN=GTS Root R1,O=Google Trust Services LLC,C=US (CA) CN=GlobalSign Root CA,OU=Root CA,O=GlobalSign nv-sa,C=BE 19 Jun 2020 28 Jan 2028 RSA 4096 SHA256-RSA 77bd0d6cdb36f91aea210fc4f058d30d
CN=GlobalSign Root CA,OU=Root CA,O=GlobalSign nv-sa,C=BE (CA) CN=GlobalSign Root CA,OU=Root CA,O=GlobalSign nv-sa,C=BE 1 Sept 1998 28 Jan 2028 RSA 2048 SHA1-RSA 40000000001154b5ac394
DNSSEC insecure

Validation of developers.marketcheck.com. Not signed

Zone DS Keys Algorithms Outcome
. trust_anchor 20326, 38696 8, 8 Verified
com. present 19718 13 Verified
marketcheck.com. absent Unsigned (proven) parent-signed NSEC/NSEC3 proves an unsigned delegation
Authentication Enforced and verified

The endpoint asked for a token and published valid RFC 9728 metadata describing how to get one.

Result Enforced and verified
Enforced On tool calls
HTTP status 200

WWW-Authenticate challenge Bearer realm="Marketcheck MCPs", resource_metadata="https://developers.marketcheck.com/.well-known/oauth-protected-resource/api/mcp"

Bearer realm="Marketcheck MCPs", resource_metadata="https://developers.marketcheck.com/.well-known/oauth-protected-resource/api/mcp"
Header Value
strict-transport-security max-age=31556926

Protected resource metadata

Document https://developers.marketcheck.com/.well-known/oauth-protected-resource/api/mcp
Retrieved Yes
Resource https://developers.marketcheck.com/api/mcp
Authorisation server https://developers.marketcheck.com
Transports 2 probes
Transport URL Outcome Status Location
streamable-http https://developers.marketcheck.com/api/mcp Verified 200
http (plaintext) http://developers.marketcheck.com/api/mcp HTTPS enforced 301 https://developers.marketcheck.com/api/mcp
MCP tools — 9 exposed · ~16,078 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability.

Tool Tokens
decode_vin_neovin ~104

Get vehicle specifications from NeoVIN decoder by VIN. Get the basic information on specifications for a car identified by a valid VIN from NeoVIN decoder. This provides detailed vehicle specifications including trim, engine, transmission, features, options, MSRP information, and more comprehensive data than standard VIN decoders.

NameTypeReqDescription
include_genericBoolean to include generic data in response (optional, default: False)
vinstringyesVehicle Identification Number (17 characters, required)

Structured output declared, but exposes no named fields.

No examples provided.

get_car_history ~116

Get a car's online listing history by VIN. The history API returns online listing history for a car identified by its VIN. History listings are sorted in the descending order of the listing date / last seen date.

NameTypeReqDescription
fieldsList of fields to fetch, comma-separated (optional)
pagePage number to fetch results (default is 1, optional)
sort_orderSort order - asc or desc (default is asc, optional)
vinstringyesVehicle Identification Number (17 characters, required)

Structured output declared, but exposes no named fields.

No examples provided.

get_server_info ~30

Get information about the server. Returns: Server capabilities as a dict (serialized by the transport layer)

Input schema present but exposes no named parameters.

Structured output declared, but exposes no named fields.

No examples provided.

get_sold_summary ~735

Get comprehensive sold vehicle summary with advanced filtering, ranking, and grouping capabilities for US market only. This provides historical sales data (up to 5 years) for sold vehicles in the United States. Time period: - date_from: Start date for summary period, should be in YYYY-MM-DD format and first day of the month - date_to: End date for summary period, should be in YYYY-MM-DD format and last day of the month Basic filters: - inventory_type: Filter by inventory type (New, Used), defaults to New - dealer_type: Filter by dealer type (Franchise, Independent) - state: Filter by US state, should be a valid 2-letter state code (e.g., CA, TX, NY, etc.) Vehicle filters: - make: Filter by car make (e.g., Toyota, Ford, etc.) - model: Filter by car model (e.g., F-150, Corolla, etc.) - body_type: Filter by car body type (e.g., SUV, Sedan, Pickup, Hatchback, etc.) - fuel_type_category: Filter by fuel type category (ICE, EV, Hybrid, Unknown, Other) Dealership filters: - dealership_group_name: Filter by dealership group name (e.g., Lithia Motors Inc., etc.) Ranking and grouping: - top_n: Limit the number of results returned per group, must be greater than or equal to 1 - ranking_dimensions: Group results by summary for selected fields (comma separated). VALID VALUES ONLY: 'make', 'model', 'body_type', 'dealership_group_name' - ranking_measure: Measure to rank by (sold_count, average_sale_price, total_sale_price, average_days_on_market) - ranking_order: Order of ranking (asc, desc), defaults to desc - summary_by: Group results by state or city_state Pagination: - limit: Maximum number of results to return, must be greater than or equal to 1, Max is 5000 Advanced filters (use operators like >, <, >=, <=, = followed by a number): - sold_count: Filter by sold count (e.g., ">100", "<=50") - average_sale_price: Filter by average sale price (e.g., ">20000", "<=15000.50") - total_sale_price: Filter by total sale price (e.g., ">500000", "<=300000.75") - average_days_on_ma…

NameTypeReqDescription
average_days_on_market
average_sale_price
body_type
date_from
date_to
dealer_type
dealership_group_name
fuel_type_category
inventory_type
limit
make
model
price_over_msrp_percentage
ranking_dimensions
ranking_measure
ranking_order
sold_count
state
summary_by
top_n
total_sale_price

No output schema declared.

No examples provided.

predict_price_with_comparables ~176

Predict car price along with comparable vehicles in the market. This provides predicted price, MSRP along with active set comparables to help understand market positioning and competitive pricing.

NameTypeReqDescription
cityCity of the car (optional if zip provided)
dealer_typestringFilter based on dealer type (independent or franchise, default: 'franchise')
is_certifiedbooleanBoolean to indicate if car is certified or not (default: False)
milesintegerMiles the vehicle has driven in total (default: 50,000)
stateState of the car (optional if zip provided)
vinstringyesVehicle Identification Number (17 characters, required)
zipLocation ZIP code (default: '50501' - Des Moines, IA)

Structured output declared, but exposes no named fields.

No examples provided.

search_active_cars ~4,431

Search for cars in the United States and Canada market with comprehensive filters. This endpoint allows searching market vehicles that are up for sale in US and Canadian market right now. This endpoint serves only dealer listings. DO NOT USE CARFAX FIELDS: Carfax data on this server is incomplete and unreliable. Do NOT pass `carfax_1_owner` or `carfax_clean_title` as filters, do NOT request them in facets/stats, and do NOT infer ownership history, title status, or any other meaning from any `carfax_*` value that might appear in a listing. Treat all Carfax fields as if they did not exist. MANDATORY TWO-STEP WORKFLOW for filtering by categorical fields. Field values in this API are NOT canonical English (e.g. fuel_type="Hybrid" is wrong; the actual value is "HEV" or "Electric / Unleaded"). Skipping step 1 leads to silent zero-result responses. STEP 1 — discover valid values: call this tool with ONLY the `facets` parameter (and an optional location filter), rows=1, no other filters set. STEP 2 — filter for real: re-call with the exact strings returned in step 1. For instance, to filter cars by powertrain in New York: STEP 1 call: search_active_cars(facets="powertrain_type", rows=1, state="NY") -> returns {"powertrain_type": [{"item": "HEV", "count": 18058}, {"item": "PHEV", "count": 6004}, ...]} STEP 2 call: search_active_cars(powertrain_type="HEV,PHEV", state="NY") Fields that REQUIRE step 1 before being used as filters: powertrain_type, fuel_type, trim, body_type, drivetrain, transmission, make, model, exterior_color, interior_color. WRONG: search_active_cars(fuel_type="Hybrid") # silent zero-result CORRECT: search_active_cars(facets="fuel_type", rows=1) # discover valid values first then: search_active_cars(fuel_type="Electric / Unleaded") DEALER FILTERING: When any of dealer_id, source, mc_website_id, mc_dealer_id, mc_location_id, mc_rooftop…

NameTypeReqDescription
active_inventory_date_rangeDate range to filter listings active within range (YYYYMMDD-YYYYMMDD)
base_ext_colorBase exterior color to match (comma-separated values)
base_exterior_colorBase exterior color to match (comma-separated values)
base_int_colorBase interior color to match (comma-separated values)
base_interior_colorBase interior color to match (comma-separated values)
body_subtypeBody subtype to filter listings on (comma-separated values)
body_typeFilter listing on their body type
car_typeCar type (new/used/certified)
carfax_1_ownerIndicates whether car has had only one owner or not
carfax_clean_titleIndicates whether car has clean ownership records
cityFilter listing on City in which they are listed
city_mpg_rangeCity mileage range in format "min-max" (e.g., "1000-5000")
countryFilter listing on Country in which they are listed
cylindersNumber of engine cylinders (e.g., 4, 6, 8)
dealer_idDealer ID filter to search inventory from specific dealer
dealer_typeType of dealer (e.g., franchise, independent)
dedupIf true, gives results with is_searchable irrespective of dealer_id/mc_website_id/source
dom_180_rangeLast 180 Days on Market range in format "min-max" (e.g., "10-50")
dom_active_rangeCumulative days the VEHICLE has been actively listed across ALL dealers (survives dealer transfers) in format "min-max" (e.g., "10-50"). Use for total-market-exposure analysis (auction/trade evaluati…
dom_rangeDays on Market range in format "min-max" (e.g., "10-50")
doorsNumber of doors (e.g., 2, 4)
dos_active_rangeDays the listing has been active at the CURRENT dealer, in format "min-max" (e.g., "10-50"). Dealer-level staleness — DEFAULT metric for "how long has it been for sale" questions. See STALENESS METRI…
drivetrainFilter listing on their drivetrain
engineFilter listing on their engine
engine_aspirationEngine Aspiration to match (comma-separated values)
engine_blockEngine Block to match (comma-separated values)
engine_sizeEngine Size to match (comma-separated values)
engine_size_rangeEngine size range in format "min-max" (e.g., "1.0-2")
exclude_certifiedBoolean param to exclude certified cars from search results
exclude_dealer_idsList of dealer ids to exclude from result
exclude_high_value_featuresFilter to remove listings with specified excluded HVFs. Use facets="high_value_features|0|1000" first to discover available feature names.
exclude_makeList of makes to exclude from result
exclude_mc_website_idsList of dealer ids to exclude from result
exclude_options_packagesFilter to remove listings with specified excluded OPs. Use facets="options_packages|0|1000" first to discover available package names.
exclude_sourcesList of sources to exclude from result
exterior_colorExterior color to match (comma-separated values)
facet_sortControls sort order of facet terms: - count (default): Sort by frequency (highest first) - index: Sort alphabetically
facetsField facets return unique terms and their counts for categorical data, useful for building search filters and understanding inventory distribution. Syntax: facets=field_name|offset|limit|min_count -…
fetch_all_photosbooleanWhen False (default), limits photo links to single photo per listing to reduce token usage. When True, returns all photo links.
finance_down_paymentSearch listings with exact/range down payment in finance offers
finance_down_payment_perSearch listings with exact/range down payment percentage
finance_empSearch listings with exact/range Estimated Monthly Payment(EMI)
finance_loan_aprSearch listings with exact/range loans Annual Percentage Rate
finance_loan_termSearch listings with exact/range finance loan term
first_seen_at_mc_daysFirst seen at MC days range in format "max-min" (e.g., "25-12" for 12 to 25 days ago).
first_seen_at_mc_rangeFirst seen at MC date range in format YYYYMMDD-YYYYMMDD(prev_date-later_date)
first_seen_at_source_daysFirst seen at source days range in format "max-min" (e.g., "25-12" for 12 to 25 days ago).
first_seen_at_source_rangeFirst seen at source date range in format YYYYMMDD-YYYYMMDD(prev_date-later_date)
first_seen_daysFirst seen days range in format "max-min" (e.g., "30-10" for 10 to 30 days ago).
first_seen_rangeFirst seen date range in format YYYYMMDD-YYYYMMDD(prev_date-later_date)
fuel_typeFilter listing on their fuel type. WARNING: This field has many non-normalized values. RECOMMENDED: Use powertrain_type instead for reliable filtering, OR first call this tool with facets="fuel_type|…
high_value_featuresFilter listings on their high_value_features (intersection of provided HVFs). IMPORTANT: Before using this filter, first call this tool with facets="high_value_features|0|1000" to get the complete li…
highway_mpg_rangeHighway mileage range in format "min-max" (e.g., "1000-5000")
in_transitBoolean to filter in transit vehicles
include_build_objectbooleanWhen True, includes build object in response. Build object structure: - year (number): Model year - make (string): Vehicle manufacturer - model (string, optional): Vehicle model - trim (string, optio…
include_dealer_objectbooleanWhen True, includes dealer object in response. Dealer object structure: - id (number): Unique dealer identifier - website (string): Dealer website URL - name (string): Dealer business name - dealer_t…
include_financeBoolean param to search for listings that include finance options
include_leaseBoolean param to search for listings that include leasing options
include_mc_dealership_objectbooleanWhen True, includes mc_dealership object in response. McDealership object structure: - mc_website_id (number, optional): MarketCheck website identifier - mc_dealer_id (number, optional): MarketCheck…
include_non_vin_listingsInclude non vin listings (default false)
include_preferred_dealer_flagFlag to add preferred dealers flag based on client filter score
include_relevant_linksInclude relevant links (default true)
interior_colorInterior color to match (comma-separated values)
inventory_count_rangeInventory count range for total listings in dealers inventory
last_seen_daysLast seen days range in format "max-min" (e.g., "3-1" for 1 to 3 days ago).
last_seen_rangeLast seen date range in format YYYYMMDD-YYYYMMDD(prev_date-later_date)
latitudeLatitude component of location
lease_down_paymentSearch listings with exact/range down payment in lease offers
lease_empSearch listings with exact/range lease Estimated Monthly Payment(EMI)
lease_termSearch listings with exact/range lease term
longitudeLongitude component of location
makeFilter listings on their make
matchComma separated list of Year,Make,Model,Trim fields for exact match with vins
mc_categoryMarketCheck seller category. Values: "Dealer", "Retailer", "Dealership Group", "Aggregator", "Marketing", "Financing"
mc_dealer_idMarketCheck dealer ID filter
mc_dealership_group_idMarketCheck dealership group ID filter
mc_dealership_group_nameMarketCheck dealership group name filter
mc_location_idMarketCheck location ID filter
mc_rooftop_idMarketCheck rooftop ID filter
mc_sub_dealership_group_idMarketCheck sub-dealership group ID filter
mc_sub_dealership_group_nameMarketCheck sub-dealership group name filter
mc_website_idMarketCheck website ID filter
miles_rangeMiles range in format "min-max" (e.g., "1000-5000")
min_photo_linksFilter listings by number of photo links within given range
min_photo_links_cachedFilter listings by number of cached photo links within range
mmMake-Model concatenated string from auto-complete API
modelFilter listings on their model
msa_codeFilter listing on msa code in which they are listed
msrp_rangeMSRP range in format "min-max" (e.g., "1000-5000")
nodedupIf true, API gives results without is_searchable (multiple listings for single vin)
options_packagesFilter listings on their options_packages (intersection of provided OPs). IMPORTANT: Before using this filter, first call this tool with facets="options_packages|0|1000" to get the complete list of a…
ownedWhen true, returns listings actually owned by dealer (used with dealer_id/mc_website_id/source)
photo_linksBoolean to include only listings that have photo_links
photo_links_cachedBoolean to include only listings that have photo_links_cached
plotIf true, results in around 25k coordinates with limited fields for plotting
powertrain_typeFilter on powertrain_type. Available values: "Combustion" (gas/diesel), "HEV" (Hybrid Electric), "MHEV" (Mild Hybrid), "BEV" (Battery Electric), "PHEV" (Plug-in Hybrid), "FCEV" (Fuel Cell Electric),…
preferred_dealersFlag to add preferred dealers flag based on client filter score
preferred_dealers_onlyFlag to show only preferred dealers listings
price_changeQuery to filter listings based on positive and negative price change
price_change_rangePrice change range in format "min-max" (e.g., "10-500")
price_rangePrice range in format "min-max" (e.g., "1000-5000")
radiusRadius around the search location (Unit - Miles)
range_facetsComma separated list of numeric fields for range facets
rowsNumber of results to return. For standard searches: default 5, max 50. For dealer/syndication searches (when dealer_id, mc_dealer_id, mc_location_id, or similar dealer identifiers are provided): defa…
seating_capacityNumber of seats (e.g., 5, 7, 8)
seller_typeFilter by seller type. Only 3 strict values allowed: "dealer" (default), "fsbo" (private seller), "auction"
sort_bySort by field (dist|price|miles|msrp|dom|dom_180|dom_active|dos_active|highway_mpg|city_mpg|last_seen|first_seen|lease_term|lease_emp|lease_down_payment|finance_loan_term|finance_loan_apr|finance_emp…
sort_orderSort order (asc|desc)
sourceSource filter to search inventory from specific source
startPage number/offset to fetch results (default 0, max depends on package)
stateFilter listing on State in which they are listed
statsList of fields for which stats need to be generated
stock_noFilter listing on their stock number on lot
taxonomy_vinsComma separated list of 10 letters excerpt from 17 letter VIN
transmissionFilter listing on their transmission
trimFilter listing on their trim
vdp_urlFilter based on vehicle detail page URL
vehicle_typeFilter listing on their vehicle type
versionFilter listings on their version
vinFilter listing on their VIN
vinsComma separated list of 17 digit vins (max 10 VINs per request)
yearVehicle manufacturing year (e.g., 2020, 2021)
year_rangeYear range in format "min-max" (e.g., "2019-2021")
ymmYear-Make-Model concatenated string from auto-complete API
ymmtComma separated list of Year|Make|Model|Trim combinations
zipFilter listing on ZIP around which they are listed

Structured output declared, but exposes no named fields.

No examples provided.

search_past_90_days ~3,186

Search for recent car inventory (EXPIRED/SOLD listings from last 90 days) with comprehensive filters following Marketcheck API structure. IMPORTANT: This endpoint serves ONLY expired/sold listings from the last 90 days for US and CA (Canada) markets, NOT active listings. For currently active listings, use the search_active_cars tool instead. DO NOT USE CARFAX FIELDS: Carfax data on this server is incomplete and unreliable. Do NOT pass `carfax_1_owner` or `carfax_clean_title` as filters, do NOT request them in facets/stats, and do NOT infer ownership history, title status, or any other meaning from any `carfax_*` value that might appear in a listing. Treat all Carfax fields as if they did not exist. IMPORTANT: Before filtering by specific field values (make, model, trim, body_type, fuel_type, etc.), use the 'facets' parameter to discover available values in the API. Field values may be represented differently than expected. For example: - Use facets="make,model,trim,body_type" to see all available options - This prevents filtering errors due to incorrect field value assumptions - Facets show actual data distribution and available filter options VIN vs Listing ID Disclaimer: - A single VIN can have multiple listings, each with a unique listing ID - Listing ID changes when there are changes in price or miles of the listing - When expired=false is set, it shows listings for VINs that are currently active in the market (not sold yet), but the specific listing is expired. The latest/current listing for that VIN is present in the active search API - This endpoint shows historical listing data (expired listing IDs) for market analysis, not current inventory This endpoint is designed for analytical use cases including: - Historical market analysis of sold vehicles - Sold vehicle pricing trends and patterns - Days on market analysis for expired listings - Dealer inventory turnover and sales analysis - Market intelligence from recently sold inventory Key use cases:…

NameTypeReqDescription
active_inventory_date_rangeDate range to filter listings active within range (YYYYMMDD-YYYYMMDD)
base_ext_color
base_exterior_colorBase exterior color to match (comma-separated values)
base_int_color
base_interior_colorBase interior color to match (comma-separated values)
body_subtype
body_typeFilter listing on their body type
car_typeCar type (new/used/certified)
carfax_1_owner
carfax_clean_title
cityFilter listing on City in which they are listed
city_mpg_range
country
cylindersNumber of engine cylinders (e.g., 4, 6, 8)
dealer_idDealer id to filter the listings
dealer_name
dealer_type
dealership_group_name
dedup
dom_180_range
dom_active_rangeCumulative days the VEHICLE was actively listed across ALL dealers (survives dealer transfers) in format "min-max" (e.g., "10-50"). Use for total-market-exposure analysis (auction/trade evaluation);…
dom_rangeDays on Market range in format "min-max" (e.g., "10-50")
doorsNumber of doors (e.g., 2, 4)
dos_active_rangeDays the listing was active at the CURRENT dealer, in format "min-max" (e.g., "10-50"). Dealer-level staleness — DEFAULT metric for "how long was it for sale" questions. See STALENESS METRICS above.
drivetrain
engine
engine_aspiration
engine_block
engine_size
engine_size_range
exclude_certified
exclude_dealer_ids
exclude_make
exclude_mc_website_ids
exclude_sources
expiredBoolean to fetch only expired listings or active ones (True/False)
exterior_colorExterior color to match (comma-separated values)
facet_sort
facetsField facets return unique terms and their counts for categorical data, useful for building search filters and understanding inventory distribution. Syntax: facets=field_name|offset|limit|min_count (…
fetch_all_photosbooleanWhen False (default), limits photo links to single photo per listing to reduce token usage. When True, returns all photo links.
finance_down_payment
finance_down_payment_per
finance_emp
finance_loan_apr
finance_loan_term
first_seen_at_mc_daysFirst seen at MC days range in format "max-min" (e.g., "25-12" for 12 to 25 days ago).
first_seen_at_mc_rangeFirst seen at MC date range in format YYYYMMDD-YYYYMMDD
first_seen_at_source_daysFirst seen at source days range in format "max-min" (e.g., "25-12" for 12 to 25 days ago).
first_seen_at_source_rangeFirst seen at source date range in format YYYYMMDD-YYYYMMDD
first_seen_daysFirst seen days range in format "max-min" (e.g., "30-10" for 10 to 30 days ago).
first_seen_rangeFirst seen date range in format YYYYMMDD-YYYYMMDD
fuel_typeFilter listing on their fuel type. WARNING: This field has many non-normalized values. First call this tool with facets="fuel_type|0|1000" to discover exact available values before filtering.
highway_mpg_range
in_transitBoolean to filter in transit vehicles (True/False)
include_build_objectbooleanWhen True, includes build object in response. Build object structure: - year (number): Model year - make (string): Vehicle manufacturer - model (string, optional): Vehicle model - trim (string, optio…
include_dealer_objectbooleanWhen True, includes dealer object in response. Dealer object structure: - id (number): Unique dealer identifier - website (string): Dealer website URL - name (string): Dealer business name - dealer_t…
include_finance
include_lease
include_mc_dealership_objectbooleanWhen True, includes mc_dealership object in response. McDealership object structure: - mc_website_id (number, optional): MarketCheck website identifier - mc_dealer_id (number, optional): MarketCheck…
include_non_vin_listingsBoolean to include non vin listings (True/False, default False)
include_relevant_links
interior_colorInterior color to match (comma-separated values)
last_seen_daysLast seen days range in format "max-min" (e.g., "3-1" for 1 to 3 days ago).
last_seen_rangeLast seen date range in format YYYYMMDD-YYYYMMDD
latitudeLatitude component of location
lease_down_payment
lease_emp
lease_term
longitudeLongitude component of location
makeFilter listings on their make
match
mc_categoryMarketCheck seller category. Values: "Dealer", "Retailer", "Dealership Group", "Aggregator", "Marketing", "Financing"
mc_dealer_id
mc_dealership_group_id
mc_dealership_group_name
mc_location_id
mc_rooftop_id
mc_sub_dealership_group_id
mc_sub_dealership_group_name
mc_website_id
miles_rangeMiles range in format "min-max" (e.g., "1000-5000")
modelFilter listings on their model
msa_code
msrp_rangeMSRP range in format "min-max" (e.g., "1000-5000")
nodedup
ownedBoolean, when True returns listings actually owned by dealer (used with dealer_id/source)
photo_links
photo_links_cached
plot
price_change_range
price_rangePrice range in format "min-max" (e.g., "1000-5000")
radiusRadius around the search location (Unit - Miles, max 100)
range_facetsNumeric field for range facets (single field only)
rowsNumber of results to return (default 5, max 50)
seating_capacityNumber of seats (e.g., 5, 7, 8)
soldBoolean to fetch only sold/expired listings (True/False)
sort_bySort by field (dist|price|miles|msrp|dom|dom_active|dos_active|last_seen|first_seen, etc.). For staleness sorting, default to dos_active (current dealer) over dom_active (all dealers) — see STALENESS…
sort_orderSort order (asc|desc)
sourceFilter listing on their source
startPage number/offset to fetch results (default 0)
stateFilter listing on State in which they are listed
statsField for which stats need to be generated (single field only)
stock_no
taxonomy_vins
transmission
trimFilter listing on their trim
vdp_url
vehicle_type
version
vin
vins
yearVehicle manufacturing year (e.g., 2020, 2021)
year_rangeYear range in format "min-max" (e.g., "2019-2021")
ymmt
zipFilter listing on ZIP around which they are listed

Structured output declared, but exposes no named fields.

No examples provided.

search_uk_active_cars ~3,628

Search for active cars in the UK market. This tool searches for currently active car listings in the UK using the Marketcheck API. It supports comprehensive filtering by location, vehicle specifications, price, and more. Includes all parameters supported by the /search/car/uk/active endpoint. DO NOT USE CARFAX FIELDS: Carfax data on this server is incomplete and unreliable. Do NOT pass `carfax_1_owner` or `carfax_clean_title` (via kwargs or otherwise) as filters, do NOT request them in facets/stats, and do NOT infer ownership history, title status, or any other meaning from any `carfax_*` value that might appear in a listing. Treat all Carfax fields as if they did not exist. IMPORTANT: Before filtering by specific field values (make, model, trim, body_type, fuel_type, etc.), use the 'facets' parameter to discover available values in the API. Field values may be represented differently than expected. For example: - Use facets="make,model,trim,body_type" to see all available options - This prevents filtering errors due to incorrect field value assumptions - Facets show actual data distribution and available filter options STALENESS METRICS — dos_active vs dom_active (read before answering "how long has this car been for sale" questions): - dos_active (Days on Site): days this listing has been active at the CURRENT dealer. Answers "how long has THIS DEALER been trying to sell this car." DEFAULT: use dos_active for stale-inventory and "how long has it been listed" questions. - dom_active (Days on Market): cumulative days the VEHICLE has been actively listed for sale across ALL dealers — it survives dealer-to-dealer transfers. Use ONLY when the question is about the vehicle's total market exposure, e.g. evaluating a car at auction or in a dealer trade: a car showing dos_active=15 at the current store may show dom_active=60 because it has been passed around dealers for two months. This rule applies to choosing filter params (dos_ac…

NameTypeReqDescription
active_inventory_date_rangeActive inventory date range filter.
base_ext_colorBase exterior color to match (alias for base_exterior_color).
base_exterior_colorBase exterior color to match (comma-separated values).
base_int_colorBase interior color to match (alias for base_interior_color).
base_interior_colorBase interior color to match (comma-separated values).
body_typeTo filter listing on their body type (comma-separated values).
car_location_cityCar location city filter.
car_location_countyCar location county filter.
car_location_latitudeCar location latitude coordinate.
car_location_longitudeCar location longitude coordinate.
car_location_seller_nameCar location seller name filter.
car_location_streetCar location street filter.
car_location_zipCar location ZIP filter.
car_typeCar type. Allowed values are - new / used.
cityTo filter listing on City in which they are listed.
city_mpg_rangeCity mileage range (min-max format e.g. 1000-5000).
co2_emissionsCO2 emissions filter (comma-separated values).
combined_mpg_rangeCombined mileage range for UK (min-max format).
countryTo filter listing on Country (uk, england, scotland, northern ireland, wales).
countyTo filter listing on county in which they are listed.
cylindersTo filter listing on their cylinders (comma-separated values).
dealer_idDealer id to filter the listings.
dealer_typeFilter based on dealer type (franchise or independent).
dedupIf true, will give results with is_searchable irrespective of dealer.
dom_180_rangeLast 180 Days on Market range to filter cars.
dom_active_rangeCumulative days the VEHICLE has been actively listed across ALL dealers (survives dealer transfers), format min-max. Use for total-market-exposure analysis; otherwise prefer dos_active_range. See STA…
dom_rangeDays on Market range to filter cars (format: min-max e.g. 10-50).
doorsDoors to filter the cars on (comma-separated integer values).
dos_active_rangeDays the listing has been active at the CURRENT dealer, format min-max. Dealer-level staleness — DEFAULT metric for "how long has it been for sale" questions. See STALENESS METRICS above.
drivetrainTo filter listing on their drivetrain (comma-separated values).
engineTo filter listing on their engine (comma-separated values).
engine_sizeEngine Size to match (comma-separated values from facets API).
engine_size_rangeEngine size range filter.
ev_battery_capacity_rangeEV battery capacity range filter.
ev_battery_typeElectric vehicle battery type filter.
ev_vehicle_rangeElectric vehicle range filter.
exclude_dealer_idsA list of dealer ids to exclude from result.
exclude_makeMake values to exclude from results.
exclude_mc_website_idsA list of MC website ids to exclude from result.
exclude_sourcesA list of sources to exclude from result.
exclude_write_off_categoryTo exclude write off category.
exterior_colorExterior color to match (comma-separated values from facets API).
facet_sortControls sort order of facet terms: - count (default): Sort by frequency (highest first) - index: Sort alphabetically
facetsField facets return unique terms and their counts for categorical data, useful for building search filters and understanding inventory distribution. Syntax: facets=field_name|offset|limit|min_count -…
fca_statusTo filter on fca status.
fetch_all_photosbooleanWhen False (default), limits photo links to single photo per listing to reduce token usage. When True, returns all photo links.
first_seen_at_mc_daysFirst seen at MC days range in format "max-min" (e.g., "15-5").
first_seen_at_mc_rangeFirst seen at MC date range.
first_seen_at_source_daysFirst seen at source days range in format "max-min" (e.g., "15-5").
first_seen_at_source_rangeFirst seen at source date range.
first_seen_daysFirst seen days range in format "max-min" (e.g., "30-10" for 10 to 30 days ago).
first_seen_rangeFirst seen date range (YYYYMMDD-YYYYMMDD format).
fuel_typeTo filter listing on their fuel type (comma-separated values).
highway_mpg_rangeHighway mileage range (min-max format e.g. 1000-5000).
include_build_objectbooleanWhen True, includes build object in response. Build object structure: - year (number): Model year - make (string): Vehicle manufacturer - model (string, optional): Vehicle model - model_variant (stri…
include_dealer_objectbooleanWhen True, includes dealer object in response. Dealer object structure: - id (number): Unique dealer identifier - website (string): Dealer website URL - name (string): Dealer business name - dealer_t…
include_mc_dealership_objectbooleanWhen True, includes mc_dealership object in response. McDealership object structure: - mc_website_id (number, optional): MarketCheck website identifier - mc_dealer_id (number, optional): MarketCheck…
include_non_vin_listingsTo include non vin listings. Default is false.
include_preferred_dealer_flagInclude preferred dealer flag.
insurance_groupInsurance group filter for UK vehicles.
interior_colorInterior color to match (comma-separated values from facets API).
inventory_count_rangeInventory count range to filter listings (min-max format).
is_vat_includedBoolean filter for VAT inclusion.
last_seen_daysLast seen days range in format "max-min" (e.g., "3-1" for 1 to 3 days ago).
last_seen_rangeLast seen date range (YYYYMMDD-YYYYMMDD format).
latitudeLatitude component of location (range: -90 to 90).
longitudeLongitude component of location (range: -180 to 180).
makeTo filter listings on their make (comma-separated values).
matchComma separated list of fields for exact match.
mc_categoryFilter based on mc_category (Dealer, Dealership Group, etc.).
mc_dealer_idTo filter listings on their mc_dealer_id.
mc_dealership_group_idTo filter listings on their mc_dealership_group_id.
mc_dealership_group_nameTo filter listings on their mc_dealership_group_name.
mc_location_idTo filter listings on their mc_location_id.
mc_rooftop_idTo filter listings on their mc_rooftop_id.
mc_sub_dealership_group_idTo filter listings on their mc_sub_dealership_group_id.
mc_sub_dealership_group_nameTo filter listings on their mc_sub_dealership_group_name.
mc_website_idWebsite id to filter the listings.
miles_rangeMiles range to filter listings (format: min-max e.g. 1000-5000).
min_photo_linksMinimum number of photo links required.
min_photo_links_cachedMinimum number of cached photo links required.
modelTo filter listings on their model (comma-separated values).
model_variantModel variant filter.
msrp_rangeMSRP range to filter listings (format: min-max e.g. 1000-5000).
nodedupIf true, API will give results without is_searchable.
num_ownersNumber of owners filter.
ownedWhen used with dealer_id, returns listings owned by dealer.
performance_co2_rangePerformance CO2 range filter.
photo_linksBoolean to include only listings that have photo_links.
photo_links_cachedBoolean to include only listings with cached photo_links.
plotIf true, results in around 25k coordinates with limited fields to plot.
postal_codeTo filter listing on postal code around which they are listed.
preferred_dealersPreferred dealers filter.
preferred_dealers_onlyFilter to show only preferred dealers.
price_changePrice change filter for listings.
price_change_rangePrice change range to filter listings.
price_rangePrice range to filter listings (format: min-max e.g. 1000-5000).
radiusRadius around the search location in miles (max: 7000).
range_facetsComma separated list of numeric fields for range facets.
rowsNumber of results to return. Default is 10. Max is 50.
seating_capacityTo filter on vehicle seating capacity.
sort_bySort by field. Default sort field is distance from the given point. For staleness sorting, default to dos_active (current dealer) over dom_active (all dealers) — see STALENESS METRICS above.
sort_orderSort order - asc or desc. Default sort order is asc.
sourceTo filter listing on their source (comma-separated URLs).
startPage number to fetch results. Default is 0. Max pagination: 10000.
stateTo filter listing on State in which they are listed.
statsList of fields for which stats need to be generated.
stock_noTo filter listing on their stock number on lot.
transmissionTo filter listing on their transmission (comma-separated values).
trimTo filter listing on their trim (comma-separated values).
ulez_compliantFilter for ULEZ compliant vehicles.
uvc_idUVC (Universal Vehicle Code) ID filter.
variantTo filter listing on their variant (comma-separated values).
vdp_urlVehicle details page URL filter.
vehicle_registration_date_rangeVehicle registration date range (YYYYMMDD-YYYYMMDD).
vehicle_registration_markVehicle Registration Mark filter.
vehicle_typeTo filter listing on their vehicle type.
vrmVehicle Registration Mark (VRM) filter.
wheelbase_categoryTo filter listing on their wheelbase category.
write_off_categoryWrite off category filter.
yearTo filter listing on their year (comma-separated values).
year_rangeYear range to filter listings (format: min-max e.g. 2019-2021).
ymmtComma separated list of Year, Make, Model, Trim combinations.
zipTo filter listing on ZIP around which they are listed.

Structured output declared, but exposes no named fields.

No examples provided.

search_uk_recent_cars ~3,672

Search for recent/expired cars in the UK market (last 90 days). This tool searches recent inventory data for EXPIRED/SOLD listings only. It does NOT include active listings - use search_uk_active_cars for current inventory. DO NOT USE CARFAX FIELDS: Carfax data on this server is incomplete and unreliable. Do NOT pass `carfax_1_owner` or `carfax_clean_title` (via kwargs or otherwise) as filters, do NOT request them in facets/stats, and do NOT infer ownership history, title status, or any other meaning from any `carfax_*` value that might appear in a listing. Treat all Carfax fields as if they did not exist. IMPORTANT: Before filtering by specific field values (make, model, trim, body_type, fuel_type, etc.), use the 'facets' parameter to discover available values in the API. Field values may be represented differently than expected. For example: - Use facets="make,model,trim,body_type" to see all available options - This prevents filtering errors due to incorrect field value assumptions - Facets show actual data distribution and available filter options STALENESS METRICS — dos_active vs dom_active (read before answering "how long was this car for sale" questions): - dos_active (Days on Site): days the listing was active at the CURRENT dealer. Answers "how long did THIS DEALER try to sell this car." DEFAULT: use dos_active for stale-inventory and "how long was it listed" questions. - dom_active (Days on Market): cumulative days the VEHICLE was actively listed across ALL dealers — it survives dealer-to-dealer transfers. Use ONLY when the question is about the vehicle's total market exposure, e.g. evaluating a car at auction or in a dealer trade: a car showing dos_active=15 at the current store may show dom_active=60 because it was passed around dealers for two months. This rule applies to choosing filter params (dos_active_range vs dom_active_range), sort_by values, and which field to read and report from listing results. When unsure whi…

NameTypeReqDescription
active_inventory_date_rangeActive inventory date range filter.
base_ext_colorBase exterior color to match (alias for base_exterior_color).
base_exterior_colorBase exterior color to match (comma-separated values).
base_int_colorBase interior color to match (alias for base_interior_color).
base_interior_colorBase interior color to match (comma-separated values).
body_subtypeBody subtype to filter listings (comma-separated values from facets API).
body_typeTo filter listing on their body type (comma-separated values).
car_include_financeBoolean param to search for listings that include finance options.
car_include_leaseBoolean param to search for listings that include leasing options.
car_typeCar type. Allowed values are - new / used / certified.
cityTo filter listing on City in which they are listed.
city_mpg_rangeCity mileage range for UK (min-max format e.g. 1000-5000).
combined_mpg_rangeCombined mileage range for UK (min-max format).
countryTo filter listing on Country (uk, england, scotland, northern ireland, wales).
countyTo filter listing on county in which they are listed.
cylindersTo filter listing on their cylinders (comma-separated values).
dealer_idDealer id to filter the listings.
dealer_nameFilter listings on dealer_name.
dealer_typeFilter based on dealer type (franchise or independent).
dealership_group_nameName of the dealership group to search for.
dedupIf true, will give results with is_searchable irrespective of dealer.
dom_180_rangeLast 180 Days on Market range to filter cars.
dom_active_rangeCumulative days the VEHICLE was actively listed across ALL dealers (survives dealer transfers), format min-max. Use for total-market-exposure analysis; otherwise prefer dos_active_range. See STALENES…
dom_rangeDays on Market range to filter cars (format: min-max e.g. 10-50).
doorsDoors to filter the cars on (comma-separated integer values).
dos_active_rangeDays the listing was active at the CURRENT dealer, format min-max. Dealer-level staleness — DEFAULT metric for "how long was it for sale" questions. See STALENESS METRICS above.
drivetrainTo filter listing on their drivetrain (comma-separated values).
engineTo filter listing on their engine (comma-separated values).
engine_aspirationEngine Aspiration to match (comma-separated values from facets).
engine_blockEngine Block to match (comma-separated values from facets).
engine_sizeEngine Size to match (comma-separated values from facets API).
engine_size_rangeEngine size range filter (min-max format).
exclude_certifiedBoolean param to exclude certified cars from search results.
exclude_dealer_idsA list of dealer ids to exclude from result.
exclude_makeMake values to exclude from results.
exclude_mc_website_idsA list of MC website ids to exclude from result.
exclude_sourcesA list of sources to exclude from result.
exclude_write_off_categoryTo exclude write off category.
expiredBoolean flag to either fetch only the expired listings or active ones.
exterior_colorExterior color to match (comma-separated values from facets API).
facet_sortControls sort order of facet terms: - count (default): Sort by frequency (highest first) - index: Sort alphabetically
facetsField facets return unique terms and their counts for categorical data, useful for building search filters and understanding inventory distribution. Syntax: facets=field_name|offset|limit|min_count -…
fca_statusTo filter on fca status.
fetch_all_photosbooleanWhen False (default), limits photo links to single photo per listing to reduce token usage. When True, returns all photo links.
finance_down_paymentSearch listings with exact down payment in finance offers or range.
finance_down_payment_perSearch listings with exact down payment percentage or range.
finance_empSearch listings with finance Estimated Monthly Payment (EMI) or range.
finance_loan_aprSearch listings with finance Annual Percentage Rate or range.
finance_loan_termSearch listings with exact finance loan term or range.
first_seen_at_mc_daysFirst seen at MC days range in format "max-min" (e.g., "15-5").
first_seen_at_mc_rangeFirst seen at MC date range.
first_seen_at_source_daysFirst seen at source days range in format "max-min" (e.g., "15-5").
first_seen_at_source_rangeFirst seen at source date range.
first_seen_daysFirst seen days range in format "max-min" (e.g., "30-10" for 10 to 30 days ago).
first_seen_rangeFirst seen date range (YYYYMMDD-YYYYMMDD format).
fuel_typeTo filter listing on their fuel type (comma-separated values).
highway_mpg_rangeHighway mileage range for UK (min-max format e.g. 1000-5000).
include_build_objectbooleanWhen True, includes build object in response. Build object structure: - year (number): Model year - make (string): Vehicle manufacturer - model (string, optional): Vehicle model - model_variant (stri…
include_dealer_objectbooleanWhen True, includes dealer object in response. Dealer object structure: - id (number): Unique dealer identifier - website (string): Dealer website URL - name (string): Dealer business name - dealer_t…
include_mc_dealership_objectbooleanWhen True, includes mc_dealership object in response. McDealership object structure: - mc_website_id (number, optional): MarketCheck website identifier - mc_dealer_id (number, optional): MarketCheck…
include_non_vin_listingsTo include non vin listings. Default is false.
include_relevant_linksTo include_relevant_links. Default is true.
insurance_groupInsurance group filter for UK vehicles.
interior_colorInterior color to match (comma-separated values from facets API).
is_vat_includedBoolean filter for VAT inclusion.
last_seen_daysLast seen days range in format "max-min" (e.g., "3-1" for 1 to 3 days ago).
last_seen_rangeLast seen date range (YYYYMMDD-YYYYMMDD format).
latitudeLatitude component of location (range: -90 to 90).
lease_down_paymentSearch listings with exact down payment in lease offers or range.
lease_empSearch listings with lease Estimated Monthly Payment (EMI) or range.
lease_termSearch listings with exact lease term, or range (min-max e.g. 30-60).
longitudeLongitude component of location (range: -180 to 180).
makeTo filter listings on their make (comma-separated values).
matchComma separated list of fields for exact match (e.g., year,make,model,trim).
mc_categoryFilter based on mc_category (Dealer, Dealership Group, etc.).
mc_dealer_idTo filter listings on their mc_dealer_id.
mc_dealership_group_idTo filter listings on their mc_dealership_group_id.
mc_dealership_group_nameTo filter listings on their mc_dealership_group_name.
mc_location_idTo filter listings on their mc_location_id.
mc_rooftop_idTo filter listings on their mc_rooftop_id.
mc_sub_dealership_group_idTo filter listings on their mc_sub_dealership_group_id.
mc_sub_dealership_group_nameTo filter listings on their mc_sub_dealership_group_name.
mc_website_idWebsite id to filter the listings.
miles_rangeMiles range to filter listings (format: min-max e.g. 1000-5000).
modelTo filter listings on their model (comma-separated values).
model_variantModel variant filter.
msrp_rangeMSRP range to filter listings (format: min-max e.g. 1000-5000).
nodedupIf true, API will give results without is_searchable.
num_ownersNumber of owners filter.
ownedWhen used with dealer_id, returns listings owned by dealer.
photo_linksBoolean to include only listings that have photo_links.
photo_links_cachedBoolean to include only listings with cached photo_links.
plotIf true, results in around 25k coordinates with limited fields to plot.
postal_codeTo filter listing on postal code around which they are listed.
price_change_rangePrice change range to filter listings.
price_rangePrice range to filter listings (format: min-max e.g. 1000-5000).
radiusRadius around the search location in miles (max: 100 for recent search).
range_facetsComma separated list of numeric fields for range facets.
rowsNumber of results to return. Default is 10. Max is 50.
seating_capacityTo filter on vehicle seating capacity.
soldBoolean parameter to fetch only sold listings.
sort_bySort by field. Default sort field is distance from the given point. For staleness sorting, default to dos_active (current dealer) over dom_active (all dealers) — see STALENESS METRICS above.
sort_orderSort order - asc or desc. Default sort order is asc.
sourceTo filter listing on their source (comma-separated URLs).
startPage number to fetch results. Default is 0. Max pagination: 10000.
stateTo filter listing on State in which they are listed.
statsList of fields for which stats need to be generated.
stock_noTo filter listing on their stock number on lot.
transmissionTo filter listing on their transmission (comma-separated values).
trimTo filter listing on their trim (comma-separated values).
ulez_compliantFilter for ULEZ compliant vehicles.
variantTo filter listing on their variant (comma-separated values).
vdp_urlVehicle details page URL filter.
vehicle_typeTo filter listing on their vehicle type (comma-separated values).
vrmVehicle Registration Mark (VRM) filter.
wheelbase_categoryTo filter listing on their wheelbase category.
write_off_categoryWrite off category filter.
yearTo filter listing on their year (comma-separated values).
year_rangeYear range to filter listings (format: min-max e.g. 2019-2021).
ymmtComma separated list of Year, Make, Model, Trim combinations.
zipTo filter listing on ZIP around which they are listed.

Structured output declared, but exposes no named fields.

No examples provided.