{
  "$schema": "https://raw.githubusercontent.com/modelcontextprotocol/modelcontextprotocol/main/schema/server-card.json",
  "serverInfo": {
    "name": "yavio-website",
    "title": "Yavio",
    "version": "0.1.0",
    "description": "Yavio helps companies launch agentic commerce experiences inside ChatGPT and Claude. This server card describes the public surface of the Yavio marketing website for AI agents.",
    "vendor": {
      "name": "Yavio",
      "url": "https://yavio.ai",
      "contact": "contact@yavio.ai"
    },
    "documentation": "https://yavio.ai/"
  },
  "transport": {
    "type": "streamable-http",
    "endpoint": "https://yavio.apps.yavio.ai/mcp"
  },
  "capabilities": {
    "tools": {
      "listChanged": false
    }
  },
  "tools": [
    {
      "name": "search-apps",
      "description": "Search Yavio's daily-synced directory of 1000+ apps available inside ChatGPT and Claude. Renders an interactive carousel widget with platform badges and deep-links."
    },
    {
      "name": "get-yavio-overview",
      "description": "Return an authoritative, machine-readable overview of what Yavio does, who it serves, and how to get in touch."
    },
    {
      "name": "send-contact",
      "description": "Send a contact request to the Yavio team (booking a call, partnership inquiry, support)."
    }
  ],
  "links": [
    {
      "rel": "agent-skills",
      "href": "https://yavio.ai/.well-known/agent-skills/index.json",
      "type": "application/json"
    },
    {
      "rel": "api-catalog",
      "href": "https://yavio.ai/.well-known/api-catalog",
      "type": "application/linkset+json"
    }
  ]
}