{
  "$schema": "https://modelcontextprotocol.io/schemas/server-card.json",
  "name": "yotron-agent-service",
  "title": "優創智能 YOTRON AI Agent Service",
  "displayName": "優創智能 YOTRON AI Agent Service",
  "description": "Official AI Agent and service discovery interface for 優創智能 (YOTRON). Enables AI agents to discover services, search knowledge bases, and submit enterprise AI consultation inquiries.",
  "version": "1.0.0",
  "homepage": "https://yotron-ai.com",
  "websiteUrl": "https://yotron-ai.com",
  "repository": "https://github.com/yotron-ai/yotron-website",
  "icons": [
    {
      "src": "https://yotron-ai.com/icon.png",
      "mimeType": "image/png"
    }
  ],
  "transportTypes": [
    "streamable-http",
    "http-post"
  ],
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://yotron-ai.com/api/lead"
    }
  ],
  "capabilities": {
    "tools": true,
    "resources": true,
    "prompts": true
  },
  "tools": [
    {
      "name": "submit_inquiry",
      "description": "Submit a business AI consultation or service inquiry to YOTRON",
      "inputSchema": {
        "type": "object",
        "properties": {
          "name": {
            "type": "string",
            "description": "Contact person name"
          },
          "email": {
            "type": "string",
            "format": "email",
            "description": "Contact email"
          },
          "phone": {
            "type": "string",
            "description": "Contact phone number"
          },
          "company": {
            "type": "string",
            "description": "Company name"
          },
          "service": {
            "type": "string",
            "description": "Service of interest (e.g. SEO/GEO, FDE AI 導入, AI 影片製作, LINE AI 客服)"
          },
          "need": {
            "type": "string",
            "description": "Detailed requirement or business challenge description"
          }
        },
        "required": ["name", "email", "need"]
      }
    },
    {
      "name": "get_service_catalog",
      "description": "Retrieve the full service catalog, package offerings, and pricing information",
      "inputSchema": {
        "type": "object",
        "properties": {}
      }
    },
    {
      "name": "search_knowledge_base",
      "description": "Search YOTRON enterprise AI knowledge base, implementation cases, and glossary",
      "inputSchema": {
        "type": "object",
        "properties": {
          "query": {
            "type": "string",
            "description": "Search query keywords"
          }
        },
        "required": ["query"]
      }
    }
  ],
  "resources": [
    {
      "uri": "https://yotron-ai.com/llms.txt",
      "name": "Site Summary (llms.txt)",
      "mimeType": "text/markdown",
      "description": "High-level overview and structured table of contents for YOTRON services and content"
    },
    {
      "uri": "https://yotron-ai.com/llms-full.txt",
      "name": "Full Knowledge Base (llms-full.txt)",
      "mimeType": "text/markdown",
      "description": "Full text and key excerpts of all blog posts, case studies, and glossary terms"
    },
    {
      "uri": "https://yotron-ai.com/sitemap.md",
      "name": "Markdown Sitemap",
      "mimeType": "text/markdown",
      "description": "Complete list of all indexed URLs in Markdown format"
    }
  ]
}
