{
  "mcpVersion": "1.0",
  "tools": [
    {
      "name": "meslekKoduArama",
      "description": "Türkiye SGK, İŞKUR ve ISCO veritabanlarında güncel meslek kodu veya meslek adı araması yapar.",
      "inputSchema": {
        "type": "object",
        "properties": {
          "q": {
            "type": "string",
            "description": "Aramak istenen meslek adı (örn: bilgisayar mühendisi) veya 4 ila 6 haneli ISCO/SGK kodu."
          }
        },
        "required": ["q"]
      },
      "target": {
        "type": "form",
        "url": "https://meslekkodu.com/ara",
        "method": "GET"
      }
    }
  ]
}