{
  "schema_version": "2025-06-18",
  "name": "axio",
  "name_for_human": "AXIO",
  "description": "Public, read-only Model Context Protocol server for AXIO. It exposes company facts, service discovery and directional use-case assessment; it does not authorize commercial, operational or irreversible actions.",
  "version": "1.0.0",
  "protocol_version": "2025-06-18",
  "transport": "streamable-http",
  "endpoint": "https://www.axiostaging.com/mcp",
  "servers": [
    {
      "name": "axio",
      "transport": "streamable-http",
      "url": "https://www.axiostaging.com/mcp"
    }
  ],
  "authentication": {
    "type": "none"
  },
  "capabilities": {
    "tools": {}
  },
  "tools": [
    {
      "name": "get_company_info",
      "description": "Return AXIO's structured company profile: identity, description, founder, contact, service areas, languages, and canonical external profiles.",
      "inputSchema": { "type": "object", "properties": {}, "additionalProperties": false }
    },
    {
      "name": "list_services",
      "description": "List AXIO's public service catalog with stable service IDs and short summaries.",
      "inputSchema": { "type": "object", "properties": {}, "additionalProperties": false }
    },
    {
      "name": "get_service_details",
      "description": "Return the public description for one AXIO service by its stable service_id.",
      "inputSchema": {
        "type": "object",
        "properties": { "service_id": { "type": "string", "minLength": 1 } },
        "required": ["service_id"],
        "additionalProperties": false
      }
    },
    {
      "name": "match_service",
      "description": "Return up to three possible AXIO service fits for a business requirement. Directional only; not a proposal or commitment.",
      "inputSchema": {
        "type": "object",
        "properties": {
          "requirement": { "type": "string", "minLength": 1, "maxLength": 4000 },
          "industry": { "type": "string", "maxLength": 200 }
        },
        "required": ["requirement"],
        "additionalProperties": false
      }
    },
    {
      "name": "assess_use_case",
      "description": "Produce a public preliminary use-case assessment with likely services and scoping questions.",
      "inputSchema": {
        "type": "object",
        "properties": {
          "use_case": { "type": "string", "minLength": 1, "maxLength": 4000 },
          "company_size": { "type": "string", "maxLength": 200 },
          "current_stack": { "type": "string", "maxLength": 1000 }
        },
        "required": ["use_case"],
        "additionalProperties": false
      }
    },
    {
      "name": "get_public_evidence",
      "description": "Return the public source boundaries that support AXIO company and service discovery.",
      "inputSchema": { "type": "object", "properties": {}, "additionalProperties": false }
    }
  ],
  "documentation": "https://www.axiostaging.com/openapi.json",
  "contact": {
    "name": "AXIO",
    "email": "axiostaging@proton.me",
    "url": "https://www.axiostaging.com/"
  }
}
