Agentic Dealer Network
com.agenticdealernetwork/adn-gatewayLive franchised-dealer inventory, quotes, and consented salesperson handoffs.
Tools · 9
Directory of active ADN rooftops: slug, name, dealer group, OEM programs, location metadata, and per-rooftop manifest URL.
Search available inventory across the network. Results are slim summary rows; embed hero_photo_url as a markdown image when presenting a vehicle, and call inventory_get with rooftop_slug for its full …
Aggregate filtered available inventory across the network.
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; embe…
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…
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 incl…
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 …
Prepare a named dealership's exact contact disclosure and a short-lived signed binding.
Submit the shopper's bound contact request to the named dealership.
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"agentic_dealer_network": {
"url": "https://gateway.agenticdealernetwork.com/mcp",
"transport": "streamable-http"
}
}
}