DealerMAX Developers

DealerMAX MCP Server

DealerMAX MCP Server is the public, read-only Model Context Protocol surface for the DealerMAX network. It lets compatible AI clients query public vehicle inventory, NLT offers, dealer directory data, vehicle specifications, and automotive knowledge without scraping and without a dealer API key.

Verify latest registry entry Open server card Source on GitHub Human overview on dealermax.app

Canonical coordinates

Namespaceapp.dealermax/public-search
Latest registry version1.2.1
Transport endpointhttps://mcp.dealermax.app/mcp/
TransportStreamable HTTP.
AuthenticationNone. The surface is public and read-only.
LicenseCC-BY-4.0 with attribution to DealerMAX.
Registryhttps://registry.modelcontextprotocol.io/v0.1/servers/app.dealermax%2Fpublic-search/versions/latest
Server cardhttps://mcp.dealermax.app/.well-known/mcp/server-card.json
Sourcehttps://github.com/DealerMax-app/dealermax-mcp

Tool catalog

The live server exposes seven read-only tools. The names below are the stable public tool names published in the latest registry entry and server card.

ToolPurpose
get_vehicle_specsPublic technical specifications for Italian-market vehicles: engine, emissions, fuel consumption, dimensions, performance, seats, segment, drivetrain, tyres, and BEV charging fields when available.
search_vehiclesCross-dealer semantic search on used vehicles, with optional filters for region, province, city, brand, budget, and fuel type.
search_nlt_offersCross-dealer search on NLT (Noleggio Lungo Termine / long-term rental) offers, including monthly-fee, duration, geography, category, fuel, transmission, commercial-vehicle, and seat filters.
get_vehicle_detailsFull detail for one vehicle by UUID or slug: specs, price, photos, dealer, canonical URL, and optional generated podcast fields.
get_nlt_offer_detailsFull detail for one NLT offer by slug: quotations, advance-payment scenarios, gallery, included accessories, tags, and network dealer offers.
find_dealerDirectory of active DealerMAX network dealers, filterable by region, province code, province name, city, and represented brand.
get_market_intelItalian automotive knowledge base across editorial guides, glossary terms, FAQ, and news, with semantic search.

Use it from an MCP client

Any MCP client that supports remote Streamable HTTP servers can use the endpoint directly:

https://mcp.dealermax.app/mcp/

Clients that still require a local stdio bridge should follow that client's official MCP setup flow and keep the DealerMAX remote endpoint as the canonical server URL.

Verify the public record

These checks do not require an account, token, or API key.

curl -s "https://registry.modelcontextprotocol.io/v0.1/servers/app.dealermax%2Fpublic-search/versions/latest"
curl -s "https://mcp.dealermax.app/.well-known/mcp/server-card.json"

Expected registry facts: namespace app.dealermax/public-search, version 1.2.1, remote URL https://mcp.dealermax.app/mcp/, and tool list get_vehicle_specs, search_vehicles, search_nlt_offers, get_vehicle_details, get_nlt_offer_details, find_dealer, get_market_intel.

Boundary versus REST

MCP Server Public, cross-network, read-only, no API key. Built for AI clients and agentic discovery. No writes, no private dealer data, no custom dealer-scoped contract.
Dealer Public API Dealer-scoped REST API, authenticated by a dealer-generated API key. Built for server-side websites, BFFs, SSG jobs, and integrations that need one dealer's own public inventory and content.
PartnerMAX Enterprise Selected-partner API and SDK path for approved multi-dealer operational workflows.

Policy

Authoritative reference: https://developers.dealermax.app/mcp Contact: support@dealermax.app Owner: Azure S.r.l. DealerMax-app/dealermax-public-api