{
  "schema_version": "1.0",
  "name": "Tano",
  "description": "AI creator-led growth partner — Sourcing, Seeding, Affiliate Management, Organic Content, and Creator Ads across TikTok, Instagram, Meta, and affiliate channels. Supports MCP Apps with embeddable UIs for service catalogue, case studies, and contact intake.",
  "url": "https://www.tano.ai",
  "provider": {
    "name": "Tano",
    "url": "https://www.tano.ai"
  },
  "server": {
    "transport": "streamable-http",
    "url": "https://www.tano.ai/api/mcp",
    "protocolVersion": "2025-03-26",
    "auth": "none"
  },
  "endpoints": {
    "streamable_http": "https://www.tano.ai/api/mcp",
    "sse": "https://www.tano.ai/api/mcp"
  },
  "capabilities": {
    "resources": true,
    "tools": true,
    "prompts": false,
    "ui": true,
    "apps": true
  },
  "extensions": {
    "apps": {
      "spec": "https://modelcontextprotocol.io/specification/server/apps",
      "package": "@modelcontextprotocol/ext-apps",
      "description": "MCP Apps — exposes ui:// resources and tools annotated with _meta.ui.resourceUri so agents can render Tano's service catalogue and contact form inline in conversation."
    }
  },
  "resources": [
    {
      "uri": "https://www.tano.ai/llms.txt",
      "name": "Product Overview",
      "description": "Summary of Tano's services, outcome-based pricing, and capabilities.",
      "mimeType": "text/plain"
    },
    {
      "uri": "https://www.tano.ai/llms-full.txt",
      "name": "Full Documentation",
      "description": "Comprehensive product documentation including outcome-based pricing, service descriptions, and guides.",
      "mimeType": "text/plain"
    },
    {
      "uri": "https://www.tano.ai/pricing.md",
      "name": "Pricing",
      "description": "Outcome-based pricing: a fee per creator sourced and managed, plus a share of affiliate revenue. Terms scoped per partnership.",
      "mimeType": "text/markdown"
    },
    {
      "uri": "https://www.tano.ai/openapi.json",
      "name": "OpenAPI Specification",
      "description": "OpenAPI 3.1 specification for Tano's public HTTP API (contact, signups, careers, webinars, latest video).",
      "mimeType": "application/json"
    },
    {
      "uri": "https://www.tano.ai/agents.md",
      "name": "Agent Authentication Guide",
      "description": "Step-by-step guide for AI agents on authenticating against and calling Tano's public endpoints.",
      "mimeType": "text/markdown"
    },
    {
      "uri": "ui://tano/services",
      "name": "Services Catalogue (UI)",
      "description": "Interactive card view of Tano's services — Sourcing, Seeding, Affiliate Management, Organic Content, and Creator Ads.",
      "mimeType": "text/html",
      "_meta": {
        "ui": {
          "url": "https://www.tano.ai/ui/services.html",
          "preferredSize": { "width": 720, "height": 560 }
        }
      }
    },
    {
      "uri": "ui://tano/contact-form",
      "name": "Contact Form (UI)",
      "description": "Embedded contact form that posts to /api/contact and lets a user introduce their brand to Tano without leaving the agent conversation.",
      "mimeType": "text/html",
      "_meta": {
        "ui": {
          "url": "https://www.tano.ai/ui/contact-form.html",
          "preferredSize": { "width": 560, "height": 600 }
        }
      }
    },
    {
      "uri": "ui://tano/case-studies",
      "name": "Case Studies (UI)",
      "description": "Embedded case-study browser featuring Skin+Me, Bloom & Wild, and other Tano brand partners.",
      "mimeType": "text/html",
      "_meta": {
        "ui": {
          "url": "https://www.tano.ai/ui/case-studies.html",
          "preferredSize": { "width": 720, "height": 600 }
        }
      }
    }
  ],
  "tools": [
    {
      "name": "list_services",
      "title": "List Tano services",
      "description": "Returns the catalogue of Tano services with current names and descriptions.",
      "inputSchema": { "type": "object", "properties": {} }
    },
    {
      "name": "show_services",
      "title": "Show Tano services catalogue",
      "description": "Render Tano's services catalogue (Sourcing, Seeding, Affiliate Management, Organic Content, and Creator Ads) as an interactive UI.",
      "inputSchema": {
        "type": "object",
        "properties": {}
      },
      "_meta": {
        "ui": {
          "resourceUri": "ui://tano/services",
          "preferredSize": { "width": 720, "height": 560 }
        }
      }
    },
    {
      "name": "show_contact_form",
      "title": "Show Tano contact form",
      "description": "Render an embeddable contact form so the user can introduce their brand to Tano. Posts to https://www.tano.ai/api/contact.",
      "inputSchema": {
        "type": "object",
        "properties": {
          "userType": {
            "type": "string",
            "enum": ["brand", "creator", "agency", "other"],
            "description": "Pre-fill the userType field."
          },
          "message": {
            "type": "string",
            "description": "Pre-fill the message field with a draft on behalf of the user."
          }
        }
      },
      "_meta": {
        "ui": {
          "resourceUri": "ui://tano/contact-form",
          "preferredSize": { "width": 560, "height": 600 }
        }
      }
    },
    {
      "name": "show_case_studies",
      "title": "Show Tano case studies",
      "description": "Render an interactive case-studies browser with results from Skin+Me, Bloom & Wild, and other Tano partners.",
      "inputSchema": {
        "type": "object",
        "properties": {
          "brand": {
            "type": "string",
            "description": "Optional brand to focus on (e.g., 'skin+me', 'bloom & wild')."
          }
        }
      },
      "_meta": {
        "ui": {
          "resourceUri": "ui://tano/case-studies",
          "preferredSize": { "width": 720, "height": 600 }
        }
      }
    }
  ]
}
