{
	"$comment": "A2A Agent Card (A2A protocol 1.0, a2a-protocol.org). Canonical www copy; the kipra-mcp worker serves the same card live at https://mcp.kiprarent.com/.well-known/agent-card.json. KEEP IN SYNC with AGENT_CARD + the /a2a endpoint in mcp-server/src/index.js in this repo.",
	"name": "Kipra Rent A Car",
	"description": "North Cyprus car rental / Kıbrıs araç kiralama — deterministic A2A agent for Kipra Rent A Car (Gazimağusa / Famagusta, North Cyprus): live rental-car availability and total prices (insurance and VAT included), the current price list, soonest-free-window search, company facts/rules/FAQ, current EUR-base FX rates, and a prefilled booking handoff URL. Send pickup/return date-times ('YYYY-MM-DDTHH:mm', Cyprus local time, Europe/Nicosia) as a JSON data part or plain text via SendMessage. Booking itself stays human-confirmed on app.kiprarent.com — no credit card required.",
	"version": "1.1.0",
	"provider": {
		"organization": "Kipra Rent A Car",
		"url": "https://www.kiprarent.com/"
	},
	"iconUrl": "https://www.kiprarent.com/icon-192x192.png",
	"documentationUrl": "https://www.kiprarent.com/llms.txt",
	"supportedInterfaces": [
		{
			"url": "https://mcp.kiprarent.com/a2a",
			"protocolBinding": "JSONRPC",
			"protocolVersion": "1.0"
		}
	],
	"capabilities": {
		"streaming": false,
		"pushNotifications": false,
		"extendedAgentCard": false
	},
	"defaultInputModes": ["application/json", "text/plain"],
	"defaultOutputModes": ["application/json", "text/plain"],
	"skills": [
		{
			"id": "check_car_availability",
			"name": "Check live car availability and prices",
			"description": "North Cyprus car rental (Kıbrıs araç kiralama): returns the rental cars actually available for a pickup/return window, with total prices (insurance and VAT included) in EUR and TRY, converted totals in the requested currency, and a prefilled booking URL. Data is live from the booking engine — never cached or invented.",
			"tags": ["car-rental", "availability", "prices", "north-cyprus", "famagusta", "north-cyprus-car-rental", "kibris-arac-kiralama"],
			"examples": [
				"{\"pickup_at\": \"2026-08-01T10:00\", \"return_at\": \"2026-08-07T10:00\", \"currency\": \"GBP\"}",
				"Which cars are available 2026-08-01T10:00 to 2026-08-07T10:00?"
			],
			"inputModes": ["application/json", "text/plain"],
			"outputModes": ["application/json", "text/plain"]
		},
		{
			"id": "get_fx_rates",
			"name": "Get current EUR-base FX rates",
			"description": "Current EUR-base exchange rates (TRY, USD, GBP) used by the booking engine for display conversion. Payment is accepted in EUR, TRY, USD and GBP with no conversion markup.",
			"tags": ["fx-rates", "currency", "eur", "try"],
			"examples": ["{\"skill\": \"get_fx_rates\"}", "fx rates"],
			"inputModes": ["application/json", "text/plain"],
			"outputModes": ["application/json", "text/plain"]
		},
		{
			"id": "get_booking_link",
			"name": "Get a prefilled booking URL",
			"description": "Builds a prefilled North Cyprus car-rental booking URL (https://app.kiprarent.com/book/cars) for the given dates. The visitor picks a car and confirms — no credit card, no deposit, free cancellation. Use language \"tr\" or \"en\" to match the visitor.",
			"tags": ["booking", "handoff", "reservation"],
			"examples": [
				"{\"skill\": \"get_booking_link\", \"pickup_at\": \"2026-08-01T10:00\", \"return_at\": \"2026-08-07T10:00\", \"lang\": \"en\"}"
			],
			"inputModes": ["application/json", "text/plain"],
			"outputModes": ["application/json", "text/plain"]
		},
		{
			"id": "list_prices",
			"name": "Get the current price list (no dates needed)",
			"description": "North Cyprus car rental (Kıbrıs araç kiralama): the current price list without dates — daily rate range per vehicle category and rental-length tier (1 day / 2 days / 3–29 days / 30+ days), add-on prices per day, and one-time pickup/return location fees. Prices include insurance and VAT. Pass currency for *_quoted amounts in that currency; never convert yourself. For the total price of a specific window use check_car_availability instead.",
			"tags": ["prices", "price-list", "car-rental", "north-cyprus", "north-cyprus-car-rental", "kibris-arac-kiralama"],
			"examples": ["{\"skill\": \"list_prices\", \"currency\": \"GBP\"}", "price list"],
			"inputModes": ["application/json", "text/plain"],
			"outputModes": ["application/json", "text/plain"]
		},
		{
			"id": "next_available",
			"name": "Find the soonest free rental window",
			"description": "North Cyprus car rental (Kıbrıs araç kiralama): finds the SOONEST window a rental car is free for a given number of days, starting now or from an optional earliest pickup. duration_days is REQUIRED — ask the person how long they need if they have not said. The result echoes searched_from: report that pickup time as an assumption the person can change. On an error code (for example earliest_in_past) relay the reason and ask again — never retry with a guessed date.",
			"tags": ["availability", "next-available", "car-rental", "north-cyprus", "famagusta"],
			"examples": ["{\"skill\": \"next_available\", \"duration_days\": 3, \"category\": \"suv\"}"],
			"inputModes": ["application/json", "text/plain"],
			"outputModes": ["application/json", "text/plain"]
		},
		{
			"id": "company_info",
			"name": "Get company facts, rules and services",
			"description": "Company knowledge base written by Kipra staff for its North Cyprus car rental (Kıbrıs araç kiralama) service: who we are, contact and opening hours, pickup/delivery locations, rental terms, insurance and deposit, driver requirements (age, licence), payment methods, FAQ. Use it for ANY question about the company, its rules or its services; one call returns every available topic. Answer ONLY from the returned text — if it does not cover the question, say the Kipra team can answer (WhatsApp +90 546 996 10 04). Texts are staff-written English; translate onward to the visitor's language.",
			"tags": ["company-info", "faq", "policies", "contact", "rental-terms", "north-cyprus"],
			"examples": ["{\"skill\": \"company_info\", \"topic\": \"driver_requirements\"}", "{\"skill\": \"company_info\"}"],
			"inputModes": ["application/json", "text/plain"],
			"outputModes": ["application/json", "text/plain"]
		}
	]
}
