Skip to content
Back to search
100
MCP live MCP 2025-11-25 streamable-http

Agentic Dealer Network

com.agenticdealernetwork/adn-gateway

Live franchised-dealer inventory, quotes, and consented salesperson handoffs.

Uptime
100.0%
1 direct probes · 30d
Response
751ms
last probe
Tools
9
callable
Resources
0
readable
Prompts
0
available

Tools · 9

network_directory

Directory of active ADN rooftops: slug, name, dealer group, OEM programs, location metadata, and per-rooftop manifest URL.

network_search

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 …

inventory_stats

Aggregate filtered available inventory across the network.

inventory_get

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…

stores

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…

quote_preview

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…

deal_quote

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 …

lead_prepare

Prepare a named dealership's exact contact disclosure and a short-lived signed binding.

lead_submit

Submit the shopper's bound contact request to the named dealership.

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"
    }
  }
}