{
  "name": "Personela MCP discovery",
  "url": "https://personela.bg/mcp.json",
  "description": "Static discovery manifest for Personela's machine-readable resources and public actions. Personela (PERSONELA Ltd., ЕИК 208841021, Sofia, Bulgaria) is a workforce outsourcing company that recruits, relocates and legally onboards international staff for businesses in Bulgaria.",
  "updated": "2026-07-27",
  "resources": [
    {
      "name": "LLMs.txt",
      "uri": "https://personela.bg/llms.txt",
      "mimeType": "text/plain",
      "description": "Concise site context and links for AI agents."
    },
    {
      "name": "Full LLM context",
      "uri": "https://personela.bg/llms-full.txt",
      "mimeType": "text/plain",
      "description": "Expanded company context, services, industries, process, pricing model, FAQ and contact details."
    },
    {
      "name": "AI catalog",
      "uri": "https://personela.bg/ai-catalog.json",
      "mimeType": "application/json",
      "description": "Flat index of machine-readable resources and actions."
    },
    {
      "name": "Brand profile",
      "uri": "https://personela.bg/brand.json",
      "mimeType": "application/json",
      "description": "Compact identity, services, colour and resource profile."
    },
    {
      "name": "Navigation",
      "uri": "https://personela.bg/navigation.json",
      "mimeType": "application/json",
      "description": "Machine-readable primary navigation for both language versions."
    },
    {
      "name": "Humans",
      "uri": "https://personela.bg/humans.txt",
      "mimeType": "text/plain",
      "description": "Ownership, contact and standards context."
    },
    {
      "name": "Services",
      "uri": "https://personela.bg/en/services/",
      "mimeType": "text/html",
      "description": "Workforce outsourcing service tiers and what each includes."
    },
    {
      "name": "Industries",
      "uri": "https://personela.bg/en/industries/",
      "mimeType": "text/html",
      "description": "Sectors staffed: hospitality, restaurants, housekeeping, manufacturing, logistics, construction, elderly care, seasonal operations, retail."
    },
    {
      "name": "Process",
      "uri": "https://personela.bg/en/process/",
      "mimeType": "text/html",
      "description": "The ten-stage recruitment, permit and relocation process, start to deployment."
    },
    {
      "name": "Compliance",
      "uri": "https://personela.bg/en/compliance/",
      "mimeType": "text/html",
      "description": "Bulgarian Labour Code and EU work-permit compliance, and the regions served."
    },
    {
      "name": "Pricing",
      "uri": "https://personela.bg/en/pricing/",
      "mimeType": "text/html",
      "description": "How Personela's engagement and fee model works."
    },
    {
      "name": "OpenAPI staffing inquiry action",
      "uri": "https://personela.bg/openapi.json",
      "mimeType": "application/json",
      "description": "OpenAPI 3.1 description of the public staffing inquiry action."
    }
  ],
  "tools": [
    {
      "name": "submit_staffing_inquiry",
      "description": "Submit a staffing, consultation or partnership inquiry to Personela on behalf of a business that needs workers in Bulgaria. Personela replies within one business day.",
      "inputSchema": {
        "type": "object",
        "required": ["name", "email", "company", "message"],
        "properties": {
          "access_key": {
            "type": "string",
            "description": "Public Web3Forms access key for Personela. Use the default below.",
            "default": "f0b13e13-87cf-4827-be8c-0b715550924c"
          },
          "name": { "type": "string", "description": "Full name of the requester." },
          "email": { "type": "string", "format": "email", "description": "Business email for the reply." },
          "company": { "type": "string", "description": "Company or organisation name." },
          "phone": { "type": "string", "description": "Optional phone number, international format." },
          "region": { "type": "string", "description": "City or region in Bulgaria where staff are needed." },
          "inquiry_type": {
            "type": "string",
            "enum": ["Request Staff", "Consultation", "Partnership", "Press / Other"]
          },
          "message": {
            "type": "string",
            "description": "Roles required, headcount, industry and desired start date."
          },
          "consent": {
            "type": "string",
            "enum": ["yes"],
            "description": "GDPR processing consent, required."
          }
        }
      },
      "endpoint": "https://api.web3forms.com/submit",
      "method": "POST",
      "x-webmcp-safety": {
        "idempotent": false,
        "destructive": false,
        "requiresUserConsent": true
      }
    }
  ]
}
