{
  "$schema": "https://static.modelcontextprotocol.io/schemas/mcp-server-card/v1.json",
  "version": "1.0",
  "protocolVersion": "2025-06-18",
  "serverInfo": {
    "name": "nextbento-landing",
    "title": "NextBento",
    "version": "0.1.0"
  },
  "description": "Public NextBento marketing facts and documentation. Does not authenticate users, create accounts, or expose billing.",
  "documentationUrl": "https://www.nextbento.dev/docs/site-api",
  "iconUrl": "https://www.nextbento.dev/icons/icon-192x192.png",
  "transport": {
    "type": "streamable-http",
    "endpoint": "/mcp"
  },
  "capabilities": {
    "tools": {
      "listChanged": false
    },
    "resources": {
      "listChanged": false
    }
  },
  "authentication": {
    "required": false,
    "schemes": []
  },
  "instructions": "Use get_product_facts, list_docs, and get_doc for public marketing and setup docs. This server does not log agents in or register accounts. Humans purchase via GET /api/checkout.",
  "tools": [
    {
      "name": "get_product_facts",
      "title": "Get product facts",
      "description": "Return canonical NextBento product facts: price, stack, inclusions, safe-to-claim and do-not-claim lists. Public marketing data only.",
      "inputSchema": {
        "type": "object",
        "properties": {},
        "additionalProperties": false
      }
    },
    {
      "name": "list_docs",
      "title": "List docs",
      "description": "List public documentation pages (slug, title, description). Optional query filters by title or slug.",
      "inputSchema": {
        "type": "object",
        "properties": {
          "query": {
            "type": "string",
            "description": "Optional case-insensitive filter against title or slug"
          }
        },
        "additionalProperties": false
      }
    },
    {
      "name": "get_doc",
      "title": "Get doc",
      "description": "Return one public docs page as Markdown by slug (for example quick-start or site-api).",
      "inputSchema": {
        "type": "object",
        "properties": {
          "slug": {
            "type": "string",
            "description": "Docs slug, lowercase letters, numbers, and hyphens"
          }
        },
        "required": [
          "slug"
        ],
        "additionalProperties": false
      }
    }
  ],
  "resources": [
    {
      "name": "llms_txt",
      "title": "llms.txt",
      "uri": "https://www.nextbento.dev/llms.txt",
      "description": "Compact llmstxt.org product index",
      "mimeType": "text/plain"
    },
    {
      "name": "llms_full_txt",
      "title": "llms-full.txt",
      "uri": "https://www.nextbento.dev/llms-full.txt",
      "description": "Expanded product facts for LLMs",
      "mimeType": "text/plain"
    }
  ]
}
