{
	"$comment": "MCP Server Card (SEP-1649, schema in standardization — modelcontextprotocol PR #2127). Both `transport` and `transports` are included for reader tolerance while the schema settles. KEEP IN SYNC with mcp-server/src/index.js in the kipra-marketing-web repo.",
	"serverInfo": {
		"name": "kipra-rent-a-car",
		"title": "Kipra Rent A Car — North Cyprus car rental / Kıbrıs araç kiralama (live availability & prices)",
		"description": "North Cyprus car rental (Kıbrıs araç kiralama): remote MCP server exposing live rental-car availability, total prices (insurance and VAT included), the current price list, soonest-free-window search, company facts/rules/FAQ and a prefilled booking handoff URL for Kipra Rent A Car, Gazimağusa / Famagusta, North Cyprus.",
		"version": "1.1.0"
	},
	"transport": {
		"type": "streamable-http",
		"endpoint": "https://mcp.kiprarent.com/mcp"
	},
	"transports": [
		{
			"type": "streamable-http",
			"endpoint": "https://mcp.kiprarent.com/mcp",
			"url": "https://mcp.kiprarent.com/mcp"
		}
	],
	"capabilities": {
		"tools": {
			"listChanged": false
		}
	},
	"authentication": {
		"type": "oauth2",
		"authorization_servers": ["https://mcp.kiprarent.com"],
		"registration_endpoint": "https://mcp.kiprarent.com/register",
		"scopes_supported": ["availability.read"],
		"documentation": "https://www.kiprarent.com/auth.md"
	},
	"documentation_url": "https://www.kiprarent.com/auth.md",
	"website": "https://www.kiprarent.com/",
	"contact": "info@kiprarent.com"
}
