Live franchised-dealer inventory, quotes, and consented salesperson handoffs.
Déduit des transports déclarés par cette annonce (streamable-http). Un client absent de cette liste n’est pas écarté pour autant — c’est simplement quelque chose que Forge ne peut pas confirmer.
La vérification confirme l’identité de l’éditeur (la propriété du dépôt), pas la sûreté du code. L’analyse de sécurité couvre les CVE connues et les scripts d’installation suspects.
Lu depuis un véritable échange MCP initialize → tools/list contre l’endpoint déclaré. Aucun outil n’a été invoqué — tools/list est l’appel d’introspection en lecture seule que le protocole prévoit pour cela. Cela reflète ce que le serveur annonçait à cet instant ; un endpoint hébergé n’est figé sur aucune version et peut changer sans préavis.
https://gateway.agenticdealernetwork.com/mcp12 outils · 345 msnetwork_directoryDirectory of active ADN rooftops: slug, name, dealer group, OEM programs, location metadata, and per-rooftop manifest URL. Pass country=CA for Canadian dealers.Directory of active ADN rooftops: slug, name, dealer group, OEM programs, location metadata, and per-rooftop manifest URL. Pass country=CA for Canadian dealers.
| Paramètre | Type | Description |
|---|---|---|
| country | string | Market to search; rooftops in the other country are excluded. Prices are in that country's currency; the radius stays in miles. |
| limit | integer | — |
| offset | integer | — |
network_searchBrowse available inventory across the network, one page at a time. For counts or distributions call inventory_stats; to copy the catalog call network_snapshot (one download replaces hundreds of pages). Results are slim summary rows; embed hero_photo_url as a markdown image when presenting a vehicle…Browse available inventory across the network, one page at a time. For counts or distributions call inventory_stats; to copy the catalog call network_snapshot (one download replaces hundreds of pages). Results are slim summary rows; embed hero_photo_url as a markdown image when presenting a vehicle…
| Paramètre | Type | Description |
|---|---|---|
| country | string | Market to search; rooftops in the other country are excluded. Prices are in that country's currency; the radius stays in miles. |
| condition | — | — |
| make | — | — |
| model | — | — |
| body_style | — | — |
| fuel_type | — | — |
| drivetrain | — | — |
| exterior_color | — | — |
| interior_color | — | — |
| transmission | — | — |
| trim | string | — |
| model_year_min | integer | — |
| model_year_max | integer | — |
| price_min | number | Minimum expiry-gated effective price: an unexpired special price when present, otherwise asking price. |
| price_max | number | Maximum expiry-gated effective price: an unexpired special price when present, otherwise asking price. |
| odometer_max | integer | — |
| passenger_capacity_min | integer | — |
| is_certified | boolean | — |
| oem_program_slug | string | — |
| rooftop_slug | string | Restrict results to one rooftop, as listed by network_directory. A slug that matches no rooftop returns no results rather than an error. |
| latitude | number | — |
| longitude | number | — |
| radius_miles | number | — |
| sort | — | Optional ordering; defaults to price_asc. The sort key uses NULLS LAST and is deterministically terminated by rooftop and unit ids. distance requires latitude… |
inventory_statsAggregate available inventory across the network in ONE call: counts, effective-price min/median/max and the top values per facet. Example: {"dimensions": ["make_model", "body_style"], "condition": "used", "rooftop_slugs": ["mms"]}. Geo (latitude and longitude, optional radius_miles) and oem_progra…Aggregate available inventory across the network in ONE call: counts, effective-price min/median/max and the top values per facet. Example: {"dimensions": ["make_model", "body_style"], "condition": "used", "rooftop_slugs": ["mms"]}. Geo (latitude and longitude, optional radius_miles) and oem_progra…
| Paramètre | Type | Description |
|---|---|---|
| country | string | Market to search; rooftops in the other country are excluded. Prices are in that country's currency; the radius stays in miles. |
| condition | — | — |
| make | — | — |
| model | — | — |
| body_style | — | — |
| fuel_type | — | — |
| drivetrain | — | — |
| exterior_color | — | — |
| interior_color | — | — |
| transmission | — | — |
| trim | string | — |
| model_year_min | integer | — |
| model_year_max | integer | — |
| price_min | number | Minimum expiry-gated effective price. |
| price_max | number | Maximum expiry-gated effective price. |
| odometer_max | integer | — |
| passenger_capacity_min | integer | — |
| is_certified | boolean | — |
| oem_program_slug | string | — |
| latitude | number | — |
| longitude | number | — |
| radius_miles | number | — |
| dimensions | array | One to four unique facets. make_model values join nonblank make and model with one space; rooftop values are rooftop slugs. |
| group_by | array | — |
inventory_getFetch one available unit by identity (VIN) from a named rooftop (rooftop_slug from network_search results). Returns the full detail shape — ordered photo gallery, options, plain-text description; embed the first few photo_urls as markdown images when presenting the vehicle. Unknown or ineligible id…Fetch one available unit by identity (VIN) from a named rooftop (rooftop_slug from network_search results). Returns the full detail shape — ordered photo gallery, options, plain-text description; embed the first few photo_urls as markdown images when presenting the vehicle. Unknown or ineligible id…
| Paramètre | Type | Description |
|---|---|---|
| identity* | string | — |
| rooftop_slug* | string | — |
network_snapshotExport the whole network catalog (or one rooftop with rooftop_slug) as one gzip artifact instead of paging: returns a descriptor with a generation URL, strong ETag, row and byte counts, expiry and (when available) sync_cursor; small results are inlined as rows_inline. Views: manifest (identity, pri…Export the whole network catalog (or one rooftop with rooftop_slug) as one gzip artifact instead of paging: returns a descriptor with a generation URL, strong ETag, row and byte counts, expiry and (when available) sync_cursor; small results are inlined as rows_inline. Views: manifest (identity, pri…
| Paramètre | Type | Description |
|---|---|---|
| country | string | Market to search; rooftops in the other country are excluded. Prices are in that country's currency; the radius stays in miles. |
| rooftop_slug | string | — |
| view | — | — |
| format | — | — |
inventory_changesState synchronization for a mirror built from network_snapshot: pass the sync_cursor and receive upserts (current rows in the same view) and tombstones since that position, with has_more and next_cursor. Bounded eventual consistency: take a fresh snapshot at least every 24 hours and whenever resync…State synchronization for a mirror built from network_snapshot: pass the sync_cursor and receive upserts (current rows in the same view) and tombstones since that position, with has_more and next_cursor. Bounded eventual consistency: take a fresh snapshot at least every 24 hours and whenever resync…
| Paramètre | Type | Description |
|---|---|---|
| cursor* | string | — |
| view | — | — |
| country | string | Market to search; rooftops in the other country are excluded. Prices are in that country's currency; the radius stays in miles. |
| rooftop_slug | string | — |
inventory_comparablesPrice context for one vehicle against like units across the network (same make, model, exact model year, condition; optional trim and geo). Example: {"identity": "<VIN>", "rooftop_slug": "mms"} or {"make": "Subaru", "model": "Outback", "model_year": 2024, "condition": "used"}. Returns count, price…Price context for one vehicle against like units across the network (same make, model, exact model year, condition; optional trim and geo). Example: {"identity": "<VIN>", "rooftop_slug": "mms"} or {"make": "Subaru", "model": "Outback", "model_year": 2024, "condition": "used"}. Returns count, price…
| Paramètre | Type | Description |
|---|---|---|
| country | string | Market to search; rooftops in the other country are excluded. Prices are in that country's currency; the radius stays in miles. |
| identity | string | — |
| make | string | — |
| model | string | — |
| model_year | integer | — |
| trim | string | — |
| rooftop_slug | string | — |
| condition | — | — |
| latitude | number | — |
| longitude | number | — |
| radius_miles | number | — |
| model_year_expand | integer | — |
storesOne named rooftop's store record: name, dealer group, OEM programs, location/contact metadata, and fee schedule. Pass rooftop_slug. Whether a specific unit's listed price already includes a fee varies per unit — quote_preview returns the estimated total. Fee schedules may be incomplete — an unliste…One named rooftop's store record: name, dealer group, OEM programs, location/contact metadata, and fee schedule. Pass rooftop_slug. Whether a specific unit's listed price already includes a fee varies per unit — quote_preview returns the estimated total. Fee schedules may be incomplete — an unliste…
| Paramètre | Type | Description |
|---|---|---|
| rooftop_slug* | string | — |
quote_previewRead-only out-the-door price preview for one available unit at a named rooftop (pass rooftop_slug): base price plus itemized fees and taxes — fees already included in the listed price are flagged included_in_price and add nothing on top. Persists nothing; free to call while browsing. Fee schedules…Read-only out-the-door price preview for one available unit at a named rooftop (pass rooftop_slug): base price plus itemized fees and taxes — fees already included in the listed price are flagged included_in_price and add nothing on top. Persists nothing; free to call while browsing. Fee schedules…
| Paramètre | Type | Description |
|---|---|---|
| identity* | string | — |
| rooftop_slug* | string | — |
deal_quoteOut-the-door quote for one available unit at a named rooftop. Anonymous calls are stateless; authenticated calls persist a deal thread. Anonymous calls persist nothing; quote_preview is the read-only equivalent for browsing. Fee schedules may be incomplete — an unlisted fee is not a guarantee that…Out-the-door quote for one available unit at a named rooftop. Anonymous calls are stateless; authenticated calls persist a deal thread. Anonymous calls persist nothing; quote_preview is the read-only equivalent for browsing. Fee schedules may be incomplete — an unlisted fee is not a guarantee that…
| Paramètre | Type | Description |
|---|---|---|
| identity* | string | — |
| rooftop_slug* | string | — |
| idempotency_key | string | Required when authenticated (durable quote); ignored meaningfully only with an agent key. |
lead_preparePrepare a named dealership's exact contact disclosure and a short-lived signed binding.Prepare a named dealership's exact contact disclosure and a short-lived signed binding.
| Paramètre | Type | Description |
|---|---|---|
| rooftop_slug* | string | — |
| unit_identity* | string | — |
| customer* | object | — |
| channels* | array | — |
| comments | string | — |
lead_submitSubmit the shopper's bound contact request to the named dealership.Submit the shopper's bound contact request to the named dealership.
| Paramètre | Type | Description |
|---|---|---|
| rooftop_slug* | string | — |
| binding* | string | — |
| disclosure_text* | string | — |
| customer* | object | — |
| comments | string | — |
12 outils sur 12 ont publié une description.
Les noms et descriptions d’outils sont écrits par l’éditeur et affichés tels quels, comme du texte inerte. Ce sont les chaînes qu’un client MCP transmet à un modèle, alors Forge y recherche des motifs d’injection de prompt — tout constat apparaît avec l’analyse de sécurité ci-dessus. « Privilégié » est une correspondance de mot-clé sur le nom de l’outil, pas un audit de ce qu’il fait : un nom anodin peut tout de même tout faire.
Live franchised-dealer inventory, quotes, and consented salesperson handoffs.
Les noms cliquables ouvrent l’index Forge de toutes les entrées observées exposant cet outil. Parcourir tous les outils indexés.
Cette entrée ne publie aucun paquet npm : Forge n'a donc pas d'arbre de dépendances pour elle. C'est une lacune de couverture — pas une affirmation qu'elle n'a aucune dépendance.