← All WebMCP sites

voyacar.com

Travel & Eventshttps://voyacar.com/listed as of 2026-08-01
Voyacar is a vehicle rental marketplace. Its WebMCP tool lets an agent search available rental cars and motorcycles for a city and date range, returning offers with price, agency, location, and a booking link.
See Ora's auditWe loaded this site in a real browser and scored its tools.

Tools

search_rentalsanswerimperative/en/agencies/apply
Search available rental cars or motorcycles on Voyacar for a city and date range. Returns offers with price, agency, location and a booking link.
Input schema
{
  "type": "object",
  "required": [
    "city",
    "pickup_date",
    "return_date"
  ],
  "properties": {
    "city": {
      "type": "string",
      "description": "City slug or name, e.g. \"marrakesh\"."
    },
    "pickup_date": {
      "type": "string",
      "description": "ISO 8601 date, e.g. 2026-07-14."
    },
    "return_date": {
      "type": "string",
      "description": "ISO 8601 date after pickup_date."
    },
    "vehicle_type": {
      "type": "string",
      "enum": [
        "car",
        "motorcycle"
      ]
    },
    "transmission": {
      "type": "string",
      "enum": [
        "manual",
        "automatic"
      ]
    }
  }
}
Listings are sourced from public community registries and shown as reported.