{
  "schema_version": "2025-06-18",
  "surface": "marketing",
  "name": "simosphere-ai-marketing",
  "name_for_human": "SIMOSphere AI · Marketing Surface",
  "description": "Public, read-only MCP surface for SIMOSphere AI marketing content — pricing, product info, FAQ, EU AI Act compliance matrix, hardware boxes, consulting packages. No auth required. Rate-limit 60 req/h per IP. For workspace+agent tools see the 'platform' surface manifest.",
  "version": "1.1.0",
  "mcp_version": "2025-06-18",
  "transport": "streamable-http",
  "endpoint": "https://simosphereai.com/api/mcp.php",
  "batch_endpoint": "https://simosphereai.com/api/batch.php",
  "auth": { "type": "none", "rate_limit": "60 req/h per IP" },
  "capabilities": {
    "tools":     { "listChanged": false },
    "resources": { "listChanged": false, "subscribe": false },
    "ui":        { "uri_scheme": "ui://", "frameworks": ["vanilla"] },
    "batch":     { "max_items": 50, "endpoint": "/api/batch.php" },
    "function_calling_compat": "openai-tools-v1"
  },
  "tools": [
    { "name": "ask_simosphere",     "readOnly": true, "ui_resource": null },
    { "name": "list_models",        "readOnly": true, "ui_resource": null },
    { "name": "get_pricing",        "readOnly": true, "ui_resource": "ui://simo/pricing-card" },
    { "name": "faq_lookup",         "readOnly": true, "ui_resource": null },
    { "name": "get_weather",        "readOnly": true, "ui_resource": null },
    { "name": "get_company_info",   "readOnly": true, "ui_resource": "ui://simo/company-card" },
    { "name": "book_discovery_call","readOnly": true, "ui_resource": "ui://simo/discovery-call-form" }
  ],
  "ui_resources": [
    { "uri": "ui://simo/pricing-card",         "framework": "vanilla", "mimeType": "text/html" },
    { "uri": "ui://simo/discovery-call-form",  "framework": "vanilla", "mimeType": "text/html" },
    { "uri": "ui://simo/concierge-chat",       "framework": "vanilla", "mimeType": "text/html" },
    { "uri": "ui://simo/company-card",         "framework": "vanilla", "mimeType": "text/html" }
  ],
  "data_resources": [
    "simo://knowledge-base/core",
    "simo://knowledge-base/full",
    "simo://models/catalog",
    "simo://pricing/table",
    "simo://faq/catalog",
    "simo://compliance/matrix",
    "simo://api/catalog",
    "simo://company/info"
  ],
  "alternates": {
    "platform_surface": "https://simosphereai.com/.well-known/mcp/platform.json",
    "openapi":          "https://simosphereai.com/openapi.json",
    "developers":       "https://simosphereai.com/developers/"
  }
}
