# A-Market > AI-first marketplace for cars, motorcycles and scooters. Dealers publish > listings through an MCP server; buyers (human or AI) search the same catalogue. > The MCP server is free for both dealers and end customers. A-Market is designed to be queried by AI assistants. Rather than scraping HTML, connect to the Model Context Protocol (MCP) server and call its tools. ## MCP server - Endpoint (Streamable HTTP): https://mcp.amrkt.ch/mcp - Authorization: OAuth 2.1 (the server is an OAuth 2.0 Protected Resource; discovery at https://mcp.amrkt.ch/.well-known/oauth-protected-resource) - Scopes: `listings:read` (search/read, for everyone), `listings:write` (create/update/delete, for dealers) ## Tools - search_vehicles: filter by make, model, year range, price range (in cents), mileage, fuel type, transmission, condition, location and free text. - get_vehicle: fetch one listing by id or VIN. - create_listing / update_listing / delete_listing: dealer-only writes. ## For humans - [Browse listings](https://amrkt.ch/): read-only showcase. - [Sitemap](https://amrkt.ch/sitemap.xml)