{
  "name": "xbitcomp Agent",
  "description": "Agent interface for xbitcomp, a custom software development studio in Antalya, Turkey. Answers questions about packages, prices, and the studio, and recommends the right package for a business need.",
  "url": "https://xbitcomp.com",
  "version": "1.0.0",
  "provider": {
    "organization": "xbitcomp",
    "url": "https://xbitcomp.com"
  },
  "documentationUrl": "https://xbitcomp.com/llms.txt",
  "capabilities": {
    "streaming": false,
    "pushNotifications": false
  },
  "defaultInputModes": ["application/json", "text/plain"],
  "defaultOutputModes": ["application/json", "text/plain"],
  "preferredTransport": "MCP",
  "supportedInterfaces": [
    {
      "url": "https://xbitcomp.com/mcp",
      "transport": "http",
      "protocol": "MCP",
      "protocolBinding": "MCP",
      "protocolVersion": "2025-06-18"
    }
  ],
  "skills": [
    {
      "id": "recommend_package",
      "name": "Recommend a package",
      "description": "Recommends the best xbitcomp package from the business need, budget band, and urgency.",
      "tags": ["sales", "recommendation"],
      "examples": [
        "I run a small shop with no website and a small budget — which package?",
        "We track stock in Excel and want to automate it."
      ]
    },
    {
      "id": "list_packages",
      "name": "List packages",
      "description": "Lists the four packages with taglines, TRY price bands, and durations.",
      "tags": ["catalog"]
    },
    {
      "id": "get_company_info",
      "name": "Company info",
      "description": "Factual studio information: location, services, languages, and contact.",
      "tags": ["about"]
    }
  ]
}
