{
	"name": "Sychev Lab MCP",
	"version": "1.0.0",
	"description": "Sychev Lab marketplace integration for Google Gemini. Access 3D models, articles, tutorials and commerce.",
	"publisher": "Sychev Lab",
	"contact_email": "support@lab.sychev.xyz",
	"api_spec": {
		"type": "openapi",
		"url": "https://lab.sychev.xyz/mcp/openapi.json"
	},
	"auth": {
		"type": "none"
	},
	"endpoints": {
		"base_url": "https://lab.sychev.xyz",
		"paths": {
			"/api/lab/products/index.json": {
				"method": "GET",
				"description": "List all products"
			},
			"/api/lab/products/{id}.{lang}.json": {
				"method": "GET",
				"description": "Get product details"
			},
			"/api/lab/categories.json": {
				"method": "GET",
				"description": "Get categories"
			},
			"/api/lab/articles/{id}.{lang}.json": {
				"method": "GET",
				"description": "Get article"
			},
			"/api/lab/tutorials/{id}.{lang}.json": {
				"method": "GET",
				"description": "Get tutorial"
			},
			"/api/stripe/checkout-secure": {
				"method": "POST",
				"description": "Create Stripe checkout session"
			}
		}
	},
	"supported_languages": ["es", "en"],
	"default_language": "es"
}
