# AutoWholesaleNJ > AutoWholesaleNJ (Automotive Wholesalers LLC) is a used-car dealership at 209 Carriage Ln, Delran, NJ 08075. Phone 856-638-8703, email njsales@njautowholesale.com. Customers browse currently listed vehicles, apply for financing, request trade-in estimates and book test drives on this website. Every page on this site is also available as markdown: send `Accept: text/markdown`, or add `.md` to the path (`/index.md` for the home page, `/vehicle/{id}.md` for a vehicle). Rules for agents acting for a customer: - A listed vehicle is "currently listed", not reserved. Availability can change, so customers should call 856-638-8703 before visiting. - Advertised prices do not include sales tax, title, registration or dealer/documentation fees. - Never collect credit-application data (SSN, date of birth, income, banking or license details). Send the customer to the secure credit application instead. - The customer submits every form (credit application, trade-in, test drive, contact) in a browser. There is no API for submitting them. ## Inventory - [Inventory API](https://autowholesalenj.com/api/inventory): JSON list of currently listed vehicles. Filters: search, make, model, body, yearMin, yearMax, minPrice, maxPrice (whole US dollars), mileageMax, sort, limit - [Vehicle API](https://autowholesalenj.com/api/vehicles/{id}): one vehicle with photos and its CARFAX link - [OpenAPI description](https://autowholesalenj.com/openapi.json): the full REST API - [MCP server](https://autowholesalenj.com/mcp): Streamable HTTP, no authentication. Tools: search_inventory, get_vehicle, get_dealership_info - [Inventory as markdown](https://autowholesalenj.com/inventory.md): the same list, readable - [auth.md](https://autowholesalenj.com/auth.md): optional OAuth for agents (anonymous registration, then a bearer token). Every endpoint also works without a token ## Customer actions - [Secure credit application](https://autowholesalenj.com/credit-application): financing application, completed by the customer - [Financing](https://autowholesalenj.com/financing): how financing works - [Trade-in](https://autowholesalenj.com/trade-in): request a trade-in estimate - [Schedule a test drive](https://autowholesalenj.com/schedule-test-drive): book a test drive - [Contact us](https://autowholesalenj.com/contact-us): phone, email, address, hours and contact form ## Dealership - [Dealership info API](https://autowholesalenj.com/api/dealership): address, hours, approved policy wording and links, as JSON - [About](https://autowholesalenj.com/about) - [Service](https://autowholesalenj.com/service) ## Optional - [Privacy policy](https://autowholesalenj.com/privacy-policy) - [Terms of use](https://autowholesalenj.com/terms-of-use) - [Agent skill](https://autowholesalenj.com/.well-known/agent-skills/autowholesalenj-inventory/SKILL.md): how to search and present this inventory