{
  "name": "Personela",
  "description": "Personela is a Bulgarian workforce outsourcing company that recruits, relocates and legally onboards skilled international staff for businesses operating in Bulgaria. It handles sourcing, vetting, work permits, visas, relocation and Bulgarian Labour Code compliance end to end, typically in three to five months.",
  "url": "https://personela.bg/en/",
  "updated": "2026-07-27",
  "languages": ["en", "bg"],
  "resources": [
    {
      "name": "LLMs.txt",
      "url": "https://personela.bg/llms.txt",
      "mimeType": "text/plain",
      "description": "Concise site map and context for AI agents."
    },
    {
      "name": "Full LLM context",
      "url": "https://personela.bg/llms-full.txt",
      "mimeType": "text/plain",
      "description": "Expanded company context, services, industries, process, FAQ and contact information."
    },
    {
      "name": "AI catalog",
      "url": "https://personela.bg/ai-catalog.json",
      "mimeType": "application/json",
      "description": "Flat index of machine-readable resources and actions."
    },
    {
      "name": "MCP discovery",
      "url": "https://personela.bg/mcp.json",
      "mimeType": "application/json",
      "description": "Discovery manifest listing resources and callable tools."
    },
    {
      "name": "OpenAPI",
      "url": "https://personela.bg/openapi.json",
      "mimeType": "application/json",
      "description": "OpenAPI 3.1 description of the public staffing inquiry action."
    },
    {
      "name": "Navigation",
      "url": "https://personela.bg/navigation.json",
      "mimeType": "application/json",
      "description": "Machine-readable navigation for both language versions."
    }
  ],
  "actions": [
    {
      "name": "submit_staffing_inquiry",
      "method": "POST",
      "endpoint": "https://api.web3forms.com/submit",
      "source": "https://personela.bg/en/contact/",
      "description": "Submit a staffing, consultation or partnership inquiry to Personela. No CAPTCHA; a hidden botcheck honeypot must be left empty. Send access_key with the default value below.",
      "inputSchema": {
        "type": "object",
        "required": ["name", "email", "company", "message"],
        "properties": {
          "access_key": { "type": "string", "default": "f0b13e13-87cf-4827-be8c-0b715550924c" },
          "name": { "type": "string" },
          "email": { "type": "string", "format": "email" },
          "company": { "type": "string" },
          "phone": { "type": "string" },
          "region": { "type": "string" },
          "inquiry_type": {
            "type": "string",
            "enum": ["Request Staff", "Consultation", "Partnership", "Press / Other"]
          },
          "message": { "type": "string" },
          "consent": { "type": "string", "enum": ["yes"] }
        }
      },
      "x-webmcp-safety": {
        "idempotent": false,
        "destructive": false,
        "requiresUserConsent": true
      }
    }
  ],
  "contact": {
    "email": "info@personela.bg",
    "telephone": "+359877876575",
    "form": "https://personela.bg/en/contact/",
    "hours": "Mon–Fri, 09:00–18:00 EET",
    "address": "18 Boyanska Reka St., fl. 1, ap. 1, Vitosha District, 1616 Sofia, Bulgaria"
  }
}
