{
  "version": "1.1",
  "protocolVersion": "2025-06-18",
  "serverInfo": {
    "name": "XinChuan Studio Knowledge Resources",
    "version": "1.1.0",
    "description": "Static, read-only machine-readable resources for XinChuan Studio. This card exposes identity, service catalog, OpenAPI, llms.txt, and agent discovery documents. It is not a live MCP runtime server and does not provide write, booking, payment, or authentication tools.",
    "homepage": "https://www.xinchuan.tech/"
  },
  "transport": {
    "type": "static-resource-card",
    "url": "https://www.xinchuan.tech/.well-known/mcp/server-card.json",
    "note": "Agents should fetch the resources below with HTTPS GET. Service booking and production requests require human consultation by phone or email."
  },
  "capabilities": {
    "tools": false,
    "resources": true,
    "prompts": false
  },
  "serviceBoundary": {
    "runtimeMcpServer": false,
    "writeOperations": false,
    "bookingApi": false,
    "paymentApi": false,
    "humanContactRequired": true,
    "contactPhone": "+86 13926419425",
    "contactEmail": "396876706@qq.com"
  },
  "resources": [
    {
      "uri": "https://www.xinchuan.tech/.well-known/ai-readiness.json",
      "name": "AI Readiness Index",
      "mimeType": "application/json",
      "description": "Unified identity, discovery, static API, and operational boundary index for AI agents"
    },
    {
      "uri": "https://www.xinchuan.tech/.well-known/agent.json",
      "name": "Agent Discovery",
      "mimeType": "application/json",
      "description": "Agent discovery document with organization identity, service summaries, stats, and resource links"
    },
    {
      "uri": "https://www.xinchuan.tech/.well-known/api-catalog",
      "name": "API Catalog",
      "mimeType": "application/linkset+json",
      "description": "RFC 9727-style linkset catalog for machine-readable resources"
    },
    {
      "uri": "https://www.xinchuan.tech/api/info.json",
      "name": "Organization Info",
      "mimeType": "application/json",
      "description": "Structured identity, contact, service summary, stats, and agent endpoint information"
    },
    {
      "uri": "https://www.xinchuan.tech/api/services.json",
      "name": "Service Catalog",
      "mimeType": "application/json",
      "description": "Structured service catalog for live streaming, video production, media technology, and training"
    },
    {
      "uri": "https://www.xinchuan.tech/api/openapi.json",
      "name": "OpenAPI Specification",
      "mimeType": "application/openapi+json",
      "description": "OpenAPI 3.1 description for the static read-only JSON resources"
    },
    {
      "uri": "https://www.xinchuan.tech/llms.txt",
      "name": "LLMs.txt",
      "mimeType": "text/plain",
      "description": "Short AI navigation and resource listing"
    },
    {
      "uri": "https://www.xinchuan.tech/llms-full.txt",
      "name": "LLMs Full Context",
      "mimeType": "text/plain",
      "description": "Comprehensive public context for agents and AI search systems"
    }
  ]
}
