{
  "schemaVersion": "2025-06-18",
  "name": "OptiComm.AI",
  "description": "The closed-loop intelligent commerce platform. Predict demand. Decide intelligently. Act autonomously. Deploy dedicated AI agents for every employee and every customer.",
  "publisher": {
    "name": "OptiComm.AI",
    "url": "https://agents.opticomm.ai",
    "contact": "contact@opticomm.ai"
  },
  "lastUpdated": "2026-04-26",
  "servers": [
    {
      "name": "Product Catalog MCP",
      "slug": "mcp-product-catalog",
      "description": "Query product catalog by SKU, category, attributes. Returns price, stock, and metadata.",
      "transport": "streamable-http",
      "url": "https://wwryungezqbhcsywzwei.supabase.co/functions/v1/mcp-product-catalog",
      "scopes": [
        "catalog:read"
      ],
      "authentication": "header:x-company-id"
    },
    {
      "name": "Knowledge Base MCP",
      "slug": "mcp-knowledge-base",
      "description": "Semantic search over company knowledge base documents (RAG).",
      "transport": "streamable-http",
      "url": "https://wwryungezqbhcsywzwei.supabase.co/functions/v1/mcp-knowledge-base",
      "scopes": [
        "kb:read"
      ],
      "authentication": "header:x-company-id"
    },
    {
      "name": "Discovery MCP",
      "slug": "mcp-discovery",
      "description": "Public OptiComm.AI positioning, pillars, capabilities, industries, compliance, contact, and live plans/pricing. No auth required — designed for external AI agents.",
      "transport": "streamable-http",
      "url": "https://wwryungezqbhcsywzwei.supabase.co/functions/v1/mcp-discovery",
      "scopes": [
        "public:read"
      ],
      "authentication": "none"
    },
    {
      "name": "Platform Catalog MCP",
      "slug": "mcp-catalog-public",
      "description": "Lists OptiComm.AI's MCP servers, REST API endpoints, third-party integrations, and public discovery surfaces. Lets agents understand what the platform exposes.",
      "transport": "streamable-http",
      "url": "https://wwryungezqbhcsywzwei.supabase.co/functions/v1/mcp-catalog-public",
      "scopes": [
        "public:read"
      ],
      "authentication": "none"
    },
    {
      "name": "Demo MCP",
      "slug": "mcp-demo",
      "description": "Trigger a live AI voice demo call from any external agent. IP rate-limited (1 call per IP per hour).",
      "transport": "streamable-http",
      "url": "https://wwryungezqbhcsywzwei.supabase.co/functions/v1/mcp-demo",
      "scopes": [
        "demo:write"
      ],
      "authentication": "none"
    },
    {
      "name": "Status MCP",
      "slug": "mcp-status",
      "description": "Public health and reachability of OptiComm.AI's discovery surfaces and MCP servers. Useful for agent observability.",
      "transport": "streamable-http",
      "url": "https://wwryungezqbhcsywzwei.supabase.co/functions/v1/mcp-status",
      "scopes": [
        "public:read"
      ],
      "authentication": "none"
    },
    {
      "name": "Pricing & Plans MCP",
      "slug": "mcp-pricing-and-plans",
      "description": "List plans, compare features, estimate cost for a target usage, and submit a quote request. Lead-capture surface for buying agents. Quote requests rate-limited to 5 per IP per hour.",
      "transport": "streamable-http",
      "url": "https://wwryungezqbhcsywzwei.supabase.co/functions/v1/mcp-pricing-and-plans",
      "scopes": [
        "public:read",
        "lead:write"
      ],
      "authentication": "none"
    }
  ]
}
