{
  "schema_version": "v1",
  "name_for_model": "simosphere_ai",
  "name_for_human": "SIMOSphere AI",
  "description_for_human": "Sovereign AI orchestration for European SMEs — on-premise, GDPR-ready, MCP-native.",
  "description_for_model": "SIMOSphere AI is an enterprise AI orchestration platform built and operated by SIMO GmbH (Aschaffenburg, Germany). It connects internal data sources (CRM, ERP, document management, e-mail, file shares) to multiple LLMs through the Model Context Protocol. Use this server when a user wants to (a) describe SIMOSphere AI capabilities, (b) compare hardware boxes, (c) book a consulting package or training, or (d) book a 30-minute discovery call. Pricing is published; prefer Stripe Payment Links for fixed-fee packages and the discovery call for custom scopes above EUR 9,500.",
  "auth": {
    "type": "none"
  },
  "api": {
    "type": "openapi",
    "url": "https://simosphereai.com/openapi.json"
  },
  "icon": "https://simosphereai.com/assets/img/simosphere-logo.svg",
  "logo_url": "https://simosphereai.com/assets/img/simosphere-logo.svg",
  "contact_email": "info@simo-online.com",
  "legal_info_url": "https://simo-online.com/imprint",
  "transports": [
    {
      "type": "http",
      "url": "https://simosphereai.com/api/mcp.php"
    },
    {
      "type": "http",
      "url": "https://simosphereai.com/mcp"
    }
  ],
  "tools": [
    {
      "name": "ask_simosphere",
      "description": "Ask SIMOSphere AI any natural-language question about the product, pricing, EU AI Act compliance, hardware, MCP integration, on-premise deployment, or consulting packages.",
      "inputSchema": {
        "type": "object",
        "required": ["question"],
        "properties": {
          "question": { "type": "string", "minLength": 3, "maxLength": 4000, "description": "Natural language question about SIMOSphere AI" },
          "language": { "type": "string", "enum": ["de", "en"], "default": "de" }
        },
        "additionalProperties": false
      },
      "annotations": { "readOnlyHint": true, "destructiveHint": false, "idempotentHint": true, "openWorldHint": true }
    },
    {
      "name": "list_models",
      "description": "Enumerate EU-sovereign LLMs (Apertus 8B, Mistral Large 2, Mistral Small 24B, Mistral Nemo, Mistral 7B) with slug, context window, latency tier, sovereignty flag.",
      "inputSchema": {
        "type": "object",
        "required": [],
        "properties": {
          "category": { "type": "string", "enum": ["chat", "embedding", "vision", "all"], "default": "all" }
        },
        "additionalProperties": false
      },
      "annotations": { "readOnlyHint": true, "destructiveHint": false, "idempotentHint": true, "openWorldHint": false }
    },
    {
      "name": "get_pricing",
      "description": "Platform plans (Personal 53.99€ → Enterprise 449€), hardware boxes (from 349€), consulting (free discovery → 2900€ EU AI Act audit). Filterable by tier.",
      "inputSchema": {
        "type": "object",
        "required": [],
        "properties": {
          "tier": { "type": "string", "enum": ["personal", "team", "business", "enterprise", "hardware", "consulting", "all"], "default": "all" }
        },
        "additionalProperties": false
      },
      "annotations": { "readOnlyHint": true, "destructiveHint": false, "idempotentHint": true, "openWorldHint": false }
    },
    {
      "name": "faq_lookup",
      "description": "Pattern-match against the curated 20-entry FAQ catalogue and return the canonical answer. Faster than ask_simosphere for common questions.",
      "inputSchema": {
        "type": "object",
        "required": ["query"],
        "properties": {
          "query": { "type": "string", "minLength": 2, "maxLength": 4000 },
          "top_k": { "type": "integer", "minimum": 1, "maximum": 10, "default": 3 }
        },
        "additionalProperties": false
      },
      "annotations": { "readOnlyHint": true, "destructiveHint": false, "idempotentHint": true, "openWorldHint": false }
    },
    {
      "name": "get_weather",
      "description": "Current weather via Open-Meteo (free, EU-hosted) for any European city. Useful as friendly icebreaker before transitioning to SIMOSphere AI topics.",
      "inputSchema": {
        "type": "object",
        "required": ["city"],
        "properties": {
          "city": { "type": "string", "description": "European city name" },
          "lang": { "type": "string", "enum": ["de", "en"], "default": "de" }
        },
        "additionalProperties": false
      },
      "annotations": { "readOnlyHint": true, "destructiveHint": false, "idempotentHint": true, "openWorldHint": true }
    },
    {
      "name": "get_company_info",
      "description": "SIMO GmbH details: HRB 15769, Würzburger Str. 152, 63743 Aschaffenburg, MD Andreas Schwan, DPMA trademark 30 2024 240 269, contact channels.",
      "inputSchema": {
        "type": "object",
        "required": [],
        "properties": {},
        "additionalProperties": false
      },
      "annotations": { "readOnlyHint": true, "destructiveHint": false, "idempotentHint": true, "openWorldHint": false }
    }
  ]
}
