{
  "$schema": "https://modelcontextprotocol.io/schemas/server-card.json",
  "serverInfo": {
    "name": "eComerfy",
    "version": "1.0.0",
    "description": "Custom-coded MCP-ready website agency based in Tbilisi, Georgia. Serving Europe, Dubai, UAE, and the Middle East. We build full-stack websites connected to AI via Model Context Protocol.",
    "contact": {
      "name": "Eugene Mulder",
      "email": "hello@ecomerfy.com",
      "phone": "+995599877560",
      "whatsapp": "https://wa.me/995599877560"
    },
    "url": "https://ecomerfy.com"
  },
  "transport": {
    "type": "http",
    "endpoint": "https://ecomerfy.com/api"
  },
  "capabilities": {
    "tools": true,
    "resources": false,
    "prompts": false,
    "logging": false
  },
  "tools": [
    {
      "name": "submit_project_inquiry",
      "description": "Submit a project inquiry for a custom MCP-ready website build. Provide your name, email, and project description to receive a custom MCP architecture plan.",
      "inputSchema": {
        "type": "object",
        "properties": {
          "name": {
            "type": "string",
            "description": "Your full name"
          },
          "email": {
            "type": "string",
            "format": "email",
            "description": "Your email address"
          },
          "idea": {
            "type": "string",
            "description": "Describe your business, what data or systems you have, and what you want AI agents to be able to do"
          }
        },
        "required": [
          "name",
          "email",
          "idea"
        ]
      },
      "endpoint": "https://ecomerfy.com/api/contact",
      "method": "POST"
    }
  ]
}