{
  "$schema": "https://modelcontextprotocol.io/schemas/server-card.json",
  "serverInfo": {
    "name": "AIPUfy",
    "version": "1.0.0",
    "description": "AIPUfy transforms critical SMB processes into AI-powered operations using the Process-to-AI™ methodology: Understand, Improve, Scale with AI.",
    "website": "https://aipufy.ai",
    "logo": "https://media.base44.com/images/public/6879de2005ce87c2a1e8aa5e/c986af29a_favicon.png"
  },
  "transport": {
    "type": "http",
    "endpoint": "https://aipufy.ai/api"
  },
  "capabilities": {
    "tools": true,
    "resources": false,
    "prompts": false
  },
  "tools": [
    {
      "name": "submit_contact_form",
      "description": "Submit a contact inquiry to AIPUfy's team. Use this when a user wants to get in touch, request a consultation, or learn more about AI transformation services.",
      "endpoint": "/functions/submitContactForm",
      "inputSchema": {
        "type": "object",
        "properties": {
          "full_name": { "type": "string", "description": "Full name of the contact" },
          "email": { "type": "string", "format": "email", "description": "Email address" },
          "company": { "type": "string", "description": "Company name" },
          "industry": { "type": "string", "description": "Industry sector" },
          "role": { "type": "string", "description": "Job role or position" },
          "message": { "type": "string", "description": "Message or inquiry details" }
        },
        "required": ["full_name", "email"]
      }
    }
  ],
  "contact": {
    "email": "hello@aipufy.ai",
    "website": "https://aipufy.ai"
  }
}
