{
  "specVersion": "1.0",
  "host": {
    "displayName": "AutoWholesaleNJ",
    "identifier": "did:web:autowholesalenj.com",
    "documentationUrl": "https://autowholesalenj.com/llms.txt"
  },
  "entries": [
    {
      "identifier": "urn:air:autowholesalenj.com:mcp:inventory",
      "displayName": "AutoWholesaleNJ Inventory MCP Server",
      "description": "MCP server (Streamable HTTP, no auth) with tools to search currently listed used vehicles, get one vehicle's details, and get dealership hours, contact details and policies.",
      "type": "application/mcp-server-card+json",
      "url": "https://autowholesalenj.com/.well-known/mcp/server-card.json",
      "representativeQueries": [
        "used SUVs for sale near Delran NJ under $20,000",
        "does AutoWholesaleNJ have a Honda Accord",
        "cheapest car at AutoWholesaleNJ",
        "AutoWholesaleNJ hours and phone number"
      ]
    },
    {
      "identifier": "urn:air:autowholesalenj.com:api:inventory",
      "displayName": "AutoWholesaleNJ Inventory API",
      "description": "Read-only REST API for currently listed vehicles and dealership information.",
      "type": "application/vnd.oai.openapi+json",
      "url": "https://autowholesalenj.com/openapi.json",
      "representativeQueries": [
        "list used trucks at AutoWholesaleNJ",
        "low-mileage sedans for sale in New Jersey",
        "vehicle details and CARFAX report for a listed car"
      ]
    },
    {
      "identifier": "urn:air:autowholesalenj.com:skill:inventory",
      "displayName": "AutoWholesaleNJ inventory skill",
      "description": "Agent skill: how to search this inventory and present it honestly, and where to send customers for test drives, financing and trade-ins.",
      "type": "text/markdown",
      "url": "https://autowholesalenj.com/.well-known/agent-skills/autowholesalenj-inventory/SKILL.md",
      "representativeQueries": [
        "help me buy a used car from AutoWholesaleNJ",
        "how do I finance a car at AutoWholesaleNJ",
        "schedule a test drive at AutoWholesaleNJ"
      ]
    }
  ]
}
