{
  "mcpVersion": "1.0",
  "name": "Relaytiv",
  "description": "AI front desk for chat-based business messaging — WhatsApp, Instagram DM, Messenger, and web chat.",
  "baseUrl": "https://relaytiv.com",
  "spec": "https://relaytiv.com/openapi.json",
  "agentCard": "https://relaytiv.com/.well-known/agent.json",
  "auth": {
    "type": "none"
  },
  "provider": {
    "name": "Vitiv.ai",
    "url": "https://vitiv.ai"
  },
  "contact": {
    "email": "hello@vitiv.ai",
    "url": "https://relaytiv.com/contact"
  },
  "tools": [
    {
      "name": "get_pricing",
      "description": "Get Relaytiv pricing plans with included credits and monthly cost in USD or INR.",
      "inputSchema": {
        "type": "object",
        "properties": {
          "currency": {
            "type": "string",
            "enum": ["USD", "INR"],
            "description": "Currency for pricing — USD (default) or INR."
          }
        },
        "required": []
      }
    },
    {
      "name": "check_feature",
      "description": "Check whether a specific Relaytiv feature is available and on which plans.",
      "inputSchema": {
        "type": "object",
        "properties": {
          "feature": {
            "type": "string",
            "description": "Feature to check, e.g. 'WhatsApp', 'Instagram DM', 'AI replies', 'appointment booking', 'lead qualification', 'human handover', 'credits', 'free trial'."
          }
        },
        "required": ["feature"]
      }
    },
    {
      "name": "start_trial",
      "description": "Get step-by-step instructions for starting a 7-day free trial of Relaytiv.",
      "inputSchema": {
        "type": "object",
        "properties": {},
        "required": []
      }
    }
  ]
}
