{ "schema_version": "sep-2127-v1", "name": "Yamamah Smart SIS MCP Server", "description": "MCP Server for Yamamah Smart - Saudi Arabia's leading acoustic engineering and sound insulation solutions provider", "version": "1.0.0", "homepage": "https://www.yamamahsis.com", "contact": { "name": "Yamamah Smart Support", "email": "info@yamamahsis.com", "url": "https://www.yamamahsis.com/contactus" }, "serverInfo": { "name": "yamamah-mcp-server", "version": "1.0.0" }, "transport": { "type": "http", "url": "https://www.yamamahsis.com/mcp" }, "capabilities": { "tools": { "listChanged": false, "items": [ { "name": "search-products", "description": "Search for acoustic products in the Yamamah catalog", "inputSchema": { "type": "object", "properties": { "query": { "type": "string", "description": "Search term" }, "category": { "type": "string", "description": "Product category" } } } }, { "name": "get-company-info", "description": "Get information about Yamamah Smart company and its services", "inputSchema": { "type": "object", "properties": {} } }, { "name": "contact-us", "description": "Send a contact inquiry to Yamamah Smart team", "inputSchema": { "type": "object", "properties": { "name": { "type": "string" }, "email": { "type": "string" }, "message": { "type": "string" } }, "required": [ "name", "email", "message" ] } } ] }, "resources": { "subscribe": false, "listChanged": false, "items": [ { "uri": "https://www.yamamahsis.com/shop", "name": "Product Catalog", "description": "Browse all available acoustic products" } ] }, "prompts": { "listChanged": false } } }