{
  "$schema": "https://modelcontextprotocol.io/schemas/server-card/v1.json",
  "serverInfo": {
    "name": "muratakar-portfolio-mcp",
    "version": "1.0.0",
    "description": "MCP Server exposing professional profile, skills, certifications, and contact information for Murat Akar — FOH Sound Engineer & AV Systems Specialist.",
    "publisher": {
      "name": "Murat Akar",
      "url": "https://muratakar.com",
      "email": "info@muratakar.com"
    }
  },
  "transport": {
    "type": "http",
    "endpoint": "https://muratakar.com/api/mcp"
  },
  "capabilities": {
    "tools": [
      {
        "name": "get_profile",
        "description": "Returns Murat Akar's professional profile including name, job title, expertise areas, and biography."
      },
      {
        "name": "get_certifications",
        "description": "Returns the complete list of professional certifications (Dante, Google, QSC Q-SYS, Crestron, etc.) with issuing organizations."
      },
      {
        "name": "get_contact",
        "description": "Returns contact information and links (email, LinkedIn, GitHub, portfolio URL)."
      },
      {
        "name": "get_skills",
        "description": "Returns detailed technical skill categories: FOH Audio, AVoIP, Network Security, Lighting Control."
      }
    ],
    "resources": [
      {
        "name": "llms-context",
        "uri": "https://muratakar.com/llms.txt",
        "description": "Machine-readable context document for AI models and agents.",
        "mimeType": "text/plain"
      },
      {
        "name": "portfolio-markdown",
        "uri": "https://muratakar.com/",
        "description": "Portfolio homepage available in Markdown format via Accept: text/markdown header.",
        "mimeType": "text/markdown"
      }
    ]
  },
  "authentication": {
    "type": "none",
    "description": "Public read-only MCP server. No authentication required for profile and skills queries."
  },
  "contact": {
    "url": "https://muratakar.com",
    "email": "info@muratakar.com"
  },
  "links": {
    "homepage": "https://muratakar.com",
    "agentSkills": "https://muratakar.com/.well-known/agent-skills/index.json",
    "apiCatalog": "https://muratakar.com/.well-known/api-catalog",
    "llmsTxt": "https://muratakar.com/llms.txt"
  }
}
