{
  "$schema": "https://modelcontextprotocol.io/schemas/server-card/v1.json",
  "serverInfo": {
    "name": "zaki-smma-agent-server",
    "version": "1.0.0",
    "description": "Zaki SMMA Performance Marketing & Lead Intake Model Context Protocol (MCP) Server"
  },
  "endpoint": "https://zakismma.co.za/mcp",
  "transport": {
    "type": "streamable-http",
    "url": "https://zakismma.co.za/mcp"
  },
  "capabilities": {
    "tools": {
      "listChanged": true
    },
    "resources": {
      "subscribe": false,
      "listChanged": false
    },
    "prompts": {
      "listChanged": false
    }
  },
  "tools": [
    {
      "name": "submit_lead_inquiry",
      "description": "Submit a prospective business client or marketing audit inquiry directly to Zaki SMMA Cape Town for ROI review.",
      "parameters": {
        "type": "object",
        "properties": {
          "name": {
            "type": "string",
            "description": "Full name of the client or brand representative"
          },
          "email": {
            "type": "string",
            "description": "Business email address for strategy deck delivery"
          },
          "phone": {
            "type": "string",
            "description": "Contact number with country code (e.g. +27 ...)"
          },
          "service": {
            "type": "string",
            "description": "Target service: meta-ads, google-ads, seo, web-design, content-creation, social-media"
          },
          "budget": {
            "type": "string",
            "description": "Estimated monthly marketing spend budget in South African Rand (ZAR)"
          },
          "message": {
            "type": "string",
            "description": "Specific business scaling objectives, current bottlenecks, or target CPA"
          }
        },
        "required": [
          "name",
          "email",
          "service"
        ]
      }
    },
    {
      "name": "get_services_catalog",
      "description": "Retrieve active service packages, deliverables, performance KPIs, and Rand ROI benchmarks.",
      "parameters": {
        "type": "object",
        "properties": {
          "category": {
            "type": "string",
            "description": "Optional category filter: ads, seo, creative, web"
          }
        }
      }
    }
  ]
}